Status: Pass 205 Failure 17 Skip 9
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.volumes.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)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/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 525, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 100, 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 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, 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 375, 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 785, 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.41', port=80): Read timed out. (read timeout=60) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON)testtools.testresult.real._StringException: 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/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, 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 c4b49472-537d-41eb-b505-03072e4a8c73 failed to reach available status (current creating) within the required time (360 s). |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 2 | 0 | 2 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft3.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f28790409c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume 555f13bc-2e9e-4a20-9b74-f03161adb62e within the required time (360 s). Timer started at 1648057513. Timer ended at 1648057873. Waited for 360 s., <traceback object at 0x7f287908e380>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume ff58c551-858f-4cc2-8d9b-c7e747dc2be2 within the required time (360 s). Timer started at 1648057873. Timer ended at 1648058270. Waited for 397 s., <traceback object at 0x7f28790be040>)) |
||||||
AttachVolumeTestJSON) |
fail
ft3.2: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f1778f46440>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume 47e36be7-e157-4031-8501-9110878460df within the required time (360 s). Timer started at 1648057553. Timer ended at 1648057980. Waited for 427 s., <traceback object at 0x7f1778f4de80>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume 0b0bb804-1861-4937-885d-6c9d0f5ef158 within the required time (360 s). Timer started at 1648058030. Timer ended at 1648058390. Waited for 360 s., <traceback object at 0x7f1778f7cd40>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft4.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fb0f8649e00>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 0e87fd3d-e745-4e91-8fb6-b4754764be08 within the required time (360 s). Timer started at 1648058826. Timer ended at 1648059186. Waited for 360 s., <traceback object at 0x7fb0f85c9140>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fb0f86518c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 within the required time (360 s). Timer started at 1648059186. Timer ended at 1648059546. Waited for 360 s., <traceback object at 0x7fb0f85ccfc0>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_extend | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesExtendTest) |
fail
ft5.1: tearDownClass (tempest.api.volume.test_volumes_extend.VolumesExtendTest)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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f269a942500>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f269a92a700>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotNegativeTestJSON) |
fail
ft6.1: tearDownClass (tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON)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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f269aa9b5c0>) |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt7.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft7.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-03-23 17:37:09,564 117760 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-03-23 17:37:09,565 117760 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-03-23 17:37:09,836 117760 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41/compute/v2.1/os-keypairs 0.270s 2022-03-23 17:37:09,837 117760 DEBUG [tempest.lib.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-945134849"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9f3ee52-80b4-46ae-a2c9-6897ca028a00', 'x-compute-request-id': 'req-f9f3ee52-80b4-46ae-a2c9-6897ca028a00', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEA42JTZttx7Ao3mHmLjQdzUFsA4P/W85r5XI/Nd1msERaog+nI\\n5lQ7JvHTx/r34QXYvWuf81spB7+gI+nD68jptSO6GF/bUxXxPQtykXLJ6Ywsqtqm\\ne26FhzxillP2kQYdAKCczcO4c6AnOzJB7NfdVeMfe4zAY3lTf+Pzf16cNy2UUzyl\\n4gPW5uzt9VbW8vdWh5PmcrgV7nv2gyHbTiQQQQZzHui/K3FoLsYd7ZSD/sgcPaA4\\nlQY1E2n3lheeC2/jYkP9t7hCxWBI9Jr+nkMYm0UIdd71B3zKdm6ItiCaxj8BacUn\\n8dUS/r/rwxzguqdPtotfpsjR+MKIpdYwrE5fvwIDAQABAoIBAQCeINrvRNzM0a4o\\nEx7BTNUcpKzPzBun/bY8cKTqwymuGJvIYOSdiSY5xyMIh7eqfW5lDFuH2XWHNfQg\\nBYmCh44/skDQgpj8Bt5lHXjnPXS9PgYyKyxr2khx68SD1pA5+o5gyVFCp0G250Fh\\nIWpHUzdRa0mRmiiRBObUoanMgfcRRwmxyvd8TCCWmcu84zM8RhcTvi1YNFn39ELo\\nv/wKZZ+op0L7r6WQH7FSlCo8xsfq9li02cE8VxVZEEc0kyeJQAGwfkXVOgh5GfVk\\n7QU2DPZpP3KxJhj7z25d1Zz/bAQEyMktDu4BccLTnE0UYWte8JwuP6cKy47p4/Vf\\nhaCtnNtBAoGBAPNWmrkpG1HsD6eArNn/xTxPJIYJiwWJdnYccNj+Wnfiqbsmij2F\\nPO33cZQYjUTGsdDv1nALXZMn9+EzkA8ZmG6Bt6bNPTmZBXSM3LdA3mrsXgAZbcwr\\nQHrcF4DlQRnPvyw87WQQhA00Vkrm5Ab3yfCvWf1ZthZ6+0c/eZ4VzkVjAoGBAO83\\nM+oTQQ+MCfksXjm00TOk1gEQ3g3xos5hu3PC8uy5GAk+I9AnUkMFpSvdpnk4udcg\\nY5wbVtbxevu16tf8W/TDEgiHLEasRhPn7pKpAhvgTJDUAxl7QvMBWw8RNzMKG/8c\\nzNQZk90A7L9eL2pc7XxVLh5vHrh+tLN4/kA/P6j1AoGAc6QfqYkAg8Eke1zqSDuF\\n1zBhUhWs7Le0BVNkyaqvAbRFJzyci7oLB6gFYPT+BcZLcNjZ1quAD9P5uBtSBesL\\nBtE8nteAliPDdO0QY0I/sR6dWXy8MkAHx5tazBWnB4Yz+ukFg/1ZVBEgRT5O9YTC\\nglBC+uSsZSiSy/w9ZsREH7MCgYEA4t4NxC8iguYjB0eGzV+pEDuCIlym276Q0v5p\\nUu5OiSc5nnpqaJ0CLUILVcDOgyTDSz0SexiKkStPoazz3ocdhtICJkhcO2Jiy7oo\\nzrqun1VoB+qqTd5SrjhY7b88BJHP33Cm6XigfPbFkPB4M32SVVpLdN2Z2wt/wL49\\nEx1o+IkCgYBmhkXyM4NK63WELwqcwk9SpxOWg8claCHmUx3d3n2s/JXsxR5XSfn9\\nzM8G1BPU4sj3UbO2+B8mSIgRPOkhV/X7+1sxGykbM0en7mk5pHhxKR0UYTgWfTo7\\nH+D/1gHBHoGG14Pc9qTYtYUElPtk3KmdvvDTkGNxNsEUpmG0EdVjjw==\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-945134849", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjYlNm23HsCjeYeYuNB3NQWwDg/9bzmvlcj813WawRFqiD6cjmVDsm8dPH+vfhBdi9a5/zWykHv6Aj6cPryOm1I7oYX9tTFfE9C3KRcsnpjCyq2qZ7boWHPGKWU/aRBh0AoJzNw7hzoCc7MkHs191V4x97jMBjeVN/4/N/Xpw3LZRTPKXiA9bm7O31Vtby91aHk+ZyuBXue/aDIdtOJBBBBnMe6L8rcWguxh3tlIP+yBw9oDiVBjUTafeWF54Lb+NiQ/23uELFYEj0mv6eQxibRQh13vUHfMp2boi2IJrGPwFpxSfx1RL+v+vDHOC6p0+2i1+myNH4woil1jCsTl+/ Generated-by-Nova", "fingerprint": "b3:79:e2:6b:67:9f:74:b3:b8:a0:cc:7e:30:44:ab:69", "user_id": "3faa79dbe4674675bbf64f41e418b65c"}}' 2022-03-23 17:37:09,838 117760 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-945134849 created 2022-03-23 17:37:09,976 117760 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-groups 0.136s 2022-03-23 17:37:09,976 117760 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--1826235054", "description": "tempest-description--901611101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-ca18005a-f777-4cd0-9e23-18761d2452c8', 'date': 'Wed, 23 Mar 2022 17:37:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "ac82ca19-aa05-49c1-b20e-fcfeed09d2dd", "name": "tempest-securitygroup--1826235054", "stateful": true, "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "description": "tempest-description--901611101", "shared": false, "security_group_rules": [{"id": "5a28ef07-4103-4da5-9906-9ff2d97451be", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "security_group_id": "ac82ca19-aa05-49c1-b20e-fcfeed09d2dd", "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": 460, "description": null, "tags": [], "created_at": "2022-03-23T17:37:09Z", "updated_at": "2022-03-23T17:37:09Z", "revision_number": 0, "project_id": "8195f2270b3f441a87ed2fe7c64cc06d"}, {"id": "6fd24753-bc65-445b-bbc9-f618568db64c", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "security_group_id": "ac82ca19-aa05-49c1-b20e-fcfeed09d2dd", "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": 461, "description": null, "tags": [], "created_at": "2022-03-23T17:37:09Z", "updated_at": "2022-03-23T17:37:09Z", "revision_number": 0, "project_id": "8195f2270b3f441a87ed2fe7c64cc06d"}], "tags": [], "created_at": "2022-03-23T17:37:09Z", "updated_at": "2022-03-23T17:37:09Z", "revision_number": 1, "project_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:37:10,106 117760 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.129s 2022-03-23 17:37:10,106 117760 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": "ac82ca19-aa05-49c1-b20e-fcfeed09d2dd", "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-0884eab0-37bd-4505-8c5b-47d5e67e21af', 'date': 'Wed, 23 Mar 2022 17:37:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6c7c2776-2eed-46bb-ad3b-721cd807cd41", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "security_group_id": "ac82ca19-aa05-49c1-b20e-fcfeed09d2dd", "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-03-23T17:37:10Z", "updated_at": "2022-03-23T17:37:10Z", "revision_number": 0, "project_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:37:10,260 117760 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.152s 2022-03-23 17:37:10,260 117760 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": "ac82ca19-aa05-49c1-b20e-fcfeed09d2dd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9277d710-06e7-4712-9061-cb55c005f553', 'date': 'Wed, 23 Mar 2022 17:37:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8739dc03-fdd4-43dd-a801-91f4c099767c", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "security_group_id": "ac82ca19-aa05-49c1-b20e-fcfeed09d2dd", "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-03-23T17:37:10Z", "updated_at": "2022-03-23T17:37:10Z", "revision_number": 0, "project_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:37:10,261 117760 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1826235054 created 2022-03-23 17:37:11,219 117760 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/floatingips 0.958s 2022-03-23 17:37:11,220 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-56bcb19a-1cab-449f-b31f-b827093bcca0', 'date': 'Wed, 23 Mar 2022 17:37:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "85d6a8f6-3587-448e-be35-7679338d5b09", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "floating_ip_address": "172.27.2.127", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8195f2270b3f441a87ed2fe7c64cc06d", "description": "", "port_details": null, "tags": [], "created_at": "2022-03-23T17:37:10Z", "updated_at": "2022-03-23T17:37:10Z", "revision_number": 0}}' 2022-03-23 17:37:11,220 117760 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '85d6a8f6-3587-448e-be35-7679338d5b09', 'tenant_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'floating_ip_address': '172.27.2.127', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:37:10Z', 'updated_at': '2022-03-23T17:37:10Z', 'revision_number': 0, 'ip': '172.27.2.127'} created 2022-03-23 17:37:11,257 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.41/identity/v3/auth/tokens 0.031s 2022-03-23 17:37:11,258 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-034065ff-6259-4416-9c2b-6d26e3facc8f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3faa79dbe4674675bbf64f41e418b65c", "name": "tempest-AttachVolumeShelveTestJSON-499205766-project", "password_expires_at": null}, "audit_ids": ["l6FtgQ_TSFqUjktEt_0Sjw"], "expires_at": "2022-03-23T18:37:11.000000Z", "issued_at": "2022-03-23T17:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8195f2270b3f441a87ed2fe7c64cc06d", "name": "tempest-AttachVolumeShelveTestJSON-499205766"}, "is_domain": false, "roles": [{"id": "379780c785aa41189985abc3a1cd2937", "name": "reader"}, {"id": "0959ce476f58412393333c921c4eff9e", "name": "member"}], "catalog": [{"endpoints": [{"id": "e0ec8a7ae3624b8d9d71192622036cd2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/identity", "region": "RegionOne"}], "id": "02a7568440264029bd82143511ef98ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "208a20eb2ef14e5db21e2046a966518a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2/8195f2270b3f441a87ed2fe7c64cc06d", "region": "RegionOne"}], "id": "0b9ab1c48fe849b88d0dd6a5234bb7b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8af076802fa741399794df4c77340ec5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d", "region": "RegionOne"}], "id": "376f0aee6cce42babbd975b7aea3a77a", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7f286b71e2564dfea6379c3e31be7532", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2.1", "region": "RegionOne"}], "id": "3da64a5e5e1e402bbb3270ba9676e680", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e48c804fdcc942768c5985ad9e2083e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d", "region": "RegionOne"}], "id": "443c2c5fe0de4ff7bdb65330e04c4a4f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4dbc54de399f432eac5794b4a126804a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.41:8080", "region": "RegionOne"}, {"id": "8f94f2eadc42452aafb0c3d461518d3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:8080/v1/AUTH_8195f2270b3f441a87ed2fe7c64cc06d", "region": "RegionOne"}], "id": "6613cb246fd441369ec519b3575c7d09", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f3b653307b4080a2040337954610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/placement", "region": "RegionOne"}], "id": "66504423e7794cb68b36401a38fb76e1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0bf793f0102e43e387070d912cbf8af2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/image", "region": "RegionOne"}], "id": "cdf7b8cd56014a08a12124e7b1ae7cc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "700a5b15cbe84e5abb18273839741b71", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:9696/", "region": "RegionOne"}], "id": "fe36de35eb8f4cfaa81981782e1f2e4a", "type": "network", "name": "neutron"}]}}' 2022-03-23 17:37:11,258 117760 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '3bf943bd-1e58-43c1-bec1-ca7908c0478b', 'name': 'tempest-AttachVolumeShelveTestJSON-2035450451-network', 'tenant_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 272, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-03-23T17:29:16Z', 'updated_at': '2022-03-23T17:29:16Z', 'revision_number': 1} available for tenant 2022-03-23 17:37:11,259 117760 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA42JTZttx7Ao3mHmLjQdzUFsA4P/W85r5XI/Nd1msERaog+nI\n5lQ7JvHTx/r34QXYvWuf81spB7+gI+nD68jptSO6GF/bUxXxPQtykXLJ6Ywsqtqm\ne26FhzxillP2kQYdAKCczcO4c6AnOzJB7NfdVeMfe4zAY3lTf+Pzf16cNy2UUzyl\n4gPW5uzt9VbW8vdWh5PmcrgV7nv2gyHbTiQQQQZzHui/K3FoLsYd7ZSD/sgcPaA4\nlQY1E2n3lheeC2/jYkP9t7hCxWBI9Jr+nkMYm0UIdd71B3zKdm6ItiCaxj8BacUn\n8dUS/r/rwxzguqdPtotfpsjR+MKIpdYwrE5fvwIDAQABAoIBAQCeINrvRNzM0a4o\nEx7BTNUcpKzPzBun/bY8cKTqwymuGJvIYOSdiSY5xyMIh7eqfW5lDFuH2XWHNfQg\nBYmCh44/skDQgpj8Bt5lHXjnPXS9PgYyKyxr2khx68SD1pA5+o5gyVFCp0G250Fh\nIWpHUzdRa0mRmiiRBObUoanMgfcRRwmxyvd8TCCWmcu84zM8RhcTvi1YNFn39ELo\nv/wKZZ+op0L7r6WQH7FSlCo8xsfq9li02cE8VxVZEEc0kyeJQAGwfkXVOgh5GfVk\n7QU2DPZpP3KxJhj7z25d1Zz/bAQEyMktDu4BccLTnE0UYWte8JwuP6cKy47p4/Vf\nhaCtnNtBAoGBAPNWmrkpG1HsD6eArNn/xTxPJIYJiwWJdnYccNj+Wnfiqbsmij2F\nPO33cZQYjUTGsdDv1nALXZMn9+EzkA8ZmG6Bt6bNPTmZBXSM3LdA3mrsXgAZbcwr\nQHrcF4DlQRnPvyw87WQQhA00Vkrm5Ab3yfCvWf1ZthZ6+0c/eZ4VzkVjAoGBAO83\nM+oTQQ+MCfksXjm00TOk1gEQ3g3xos5hu3PC8uy5GAk+I9AnUkMFpSvdpnk4udcg\nY5wbVtbxevu16tf8W/TDEgiHLEasRhPn7pKpAhvgTJDUAxl7QvMBWw8RNzMKG/8c\nzNQZk90A7L9eL2pc7XxVLh5vHrh+tLN4/kA/P6j1AoGAc6QfqYkAg8Eke1zqSDuF\n1zBhUhWs7Le0BVNkyaqvAbRFJzyci7oLB6gFYPT+BcZLcNjZ1quAD9P5uBtSBesL\nBtE8nteAliPDdO0QY0I/sR6dWXy8MkAHx5tazBWnB4Yz+ukFg/1ZVBEgRT5O9YTC\nglBC+uSsZSiSy/w9ZsREH7MCgYEA4t4NxC8iguYjB0eGzV+pEDuCIlym276Q0v5p\nUu5OiSc5nnpqaJ0CLUILVcDOgyTDSz0SexiKkStPoazz3ocdhtICJkhcO2Jiy7oo\nzrqun1VoB+qqTd5SrjhY7b88BJHP33Cm6XigfPbFkPB4M32SVVpLdN2Z2wt/wL49\nEx1o+IkCgYBmhkXyM4NK63WELwqcwk9SpxOWg8claCHmUx3d3n2s/JXsxR5XSfn9\nzM8G1BPU4sj3UbO2+B8mSIgRPOkhV/X7+1sxGykbM0en7mk5pHhxKR0UYTgWfTo7\nH+D/1gHBHoGG14Pc9qTYtYUElPtk3KmdvvDTkGNxNsEUpmG0EdVjjw==\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-945134849', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjYlNm23HsCjeYeYuNB3NQWwDg/9bzmvlcj813WawRFqiD6cjmVDsm8dPH+vfhBdi9a5/zWykHv6Aj6cPryOm1I7oYX9tTFfE9C3KRcsnpjCyq2qZ7boWHPGKWU/aRBh0AoJzNw7hzoCc7MkHs191V4x97jMBjeVN/4/N/Xpw3LZRTPKXiA9bm7O31Vtby91aHk+ZyuBXue/aDIdtOJBBBBnMe6L8rcWguxh3tlIP+yBw9oDiVBjUTafeWF54Lb+NiQ/23uELFYEj0mv6eQxibRQh13vUHfMp2boi2IJrGPwFpxSfx1RL+v+vDHOC6p0+2i1+myNH4woil1jCsTl+/ Generated-by-Nova', 'fingerprint': 'b3:79:e2:6b:67:9f:74:b3:b8:a0:cc:7e:30:44:ab:69', 'user_id': '3faa79dbe4674675bbf64f41e418b65c'}, 'security_group': {'id': 'ac82ca19-aa05-49c1-b20e-fcfeed09d2dd', 'name': 'tempest-securitygroup--1826235054', 'stateful': True, 'tenant_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'description': 'tempest-description--901611101', 'shared': False, 'security_group_rules': [{'id': '5a28ef07-4103-4da5-9906-9ff2d97451be', 'tenant_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'security_group_id': 'ac82ca19-aa05-49c1-b20e-fcfeed09d2dd', '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': 460, 'description': None, 'tags': [], 'created_at': '2022-03-23T17:37:09Z', 'updated_at': '2022-03-23T17:37:09Z', 'revision_number': 0, 'project_id': '8195f2270b3f441a87ed2fe7c64cc06d'}, {'id': '6fd24753-bc65-445b-bbc9-f618568db64c', 'tenant_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'security_group_id': 'ac82ca19-aa05-49c1-b20e-fcfeed09d2dd', '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': 461, 'description': None, 'tags': [], 'created_at': '2022-03-23T17:37:09Z', 'updated_at': '2022-03-23T17:37:09Z', 'revision_number': 0, 'project_id': '8195f2270b3f441a87ed2fe7c64cc06d'}], 'tags': [], 'created_at': '2022-03-23T17:37:09Z', 'updated_at': '2022-03-23T17:37:09Z', 'revision_number': 1, 'project_id': '8195f2270b3f441a87ed2fe7c64cc06d'}, 'floating_ip': {'id': '85d6a8f6-3587-448e-be35-7679338d5b09', 'tenant_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'floating_ip_address': '172.27.2.127', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8195f2270b3f441a87ed2fe7c64cc06d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:37:10Z', 'updated_at': '2022-03-23T17:37:10Z', 'revision_number': 0, 'ip': '172.27.2.127'}} 2022-03-23 17:37:11,918 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.41/compute/v2.1/servers 0.658s 2022-03-23 17:37:11,918 117760 DEBUG [tempest.lib.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-1037482145", "imageRef": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "3bf943bd-1e58-43c1-bec1-ca7908c0478b"}], "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "key_name": "tempest-keypair-945134849", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b3851fc-c06c-4329-92af-2f7a078a4790', 'x-compute-request-id': 'req-7b3851fc-c06c-4329-92af-2f7a078a4790', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/servers'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "adminPass": "password"}}' 2022-03-23 17:37:12,002 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.082s 2022-03-23 17:37:12,003 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:11 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-94a72fe5-d292-4c18-b476-333b47cff653', 'x-compute-request-id': 'req-94a72fe5-d292-4c18-b476-333b47cff653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:12Z", "updated": "2022-03-23T17:37:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-945134849", "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-03-23 17:37:13,135 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.122s 2022-03-23 17:37:13,135 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8955dbcb-d90e-4449-a866-251bc7386157', 'x-compute-request-id': 'req-8955dbcb-d90e-4449-a866-251bc7386157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "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": [], "locked": false, "description": null}}' 2022-03-23 17:37:13,144 117760 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2022-03-23 17:37:14,347 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.202s 2022-03-23 17:37:14,347 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb612bb5-92e7-4d6d-9bda-96a9edd2addd', 'x-compute-request-id': 'req-fb612bb5-92e7-4d6d-9bda-96a9edd2addd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:14,355 117760 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2022-03-23 17:37:15,540 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.183s 2022-03-23 17:37:15,541 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05a8c105-46a1-4025-a8dd-afa7d84fe382', 'x-compute-request-id': 'req-05a8c105-46a1-4025-a8dd-afa7d84fe382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:16,727 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.176s 2022-03-23 17:37:16,727 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:16 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-af99da5b-be34-46dd-869e-10c53b858414', 'x-compute-request-id': 'req-af99da5b-be34-46dd-869e-10c53b858414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:17,906 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.169s 2022-03-23 17:37:17,906 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:17 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-5666999f-84fd-4237-afc8-ccc804377060', 'x-compute-request-id': 'req-5666999f-84fd-4237-afc8-ccc804377060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:19,085 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.169s 2022-03-23 17:37:19,085 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:18 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-8d6cd4c1-3bd9-40e7-b07e-9e8c13d30c50', 'x-compute-request-id': 'req-8d6cd4c1-3bd9-40e7-b07e-9e8c13d30c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:20,318 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.223s 2022-03-23 17:37:20,318 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:20 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-33b4ed01-7192-4f97-b883-d0dce849627f', 'x-compute-request-id': 'req-33b4ed01-7192-4f97-b883-d0dce849627f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:21,511 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.183s 2022-03-23 17:37:21,511 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:21 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-84920f8a-f7df-41f7-ae18-b4c30c30b029', 'x-compute-request-id': 'req-84920f8a-f7df-41f7-ae18-b4c30c30b029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:22,759 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.238s 2022-03-23 17:37:22,760 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:22 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-75ea4aa2-af40-4c51-a1c8-faa244ccb80b', 'x-compute-request-id': 'req-75ea4aa2-af40-4c51-a1c8-faa244ccb80b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:23,970 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.201s 2022-03-23 17:37:23,971 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:23 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-235feaa3-3de1-438f-9c03-e5ff6de71308', 'x-compute-request-id': 'req-235feaa3-3de1-438f-9c03-e5ff6de71308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:25,158 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.177s 2022-03-23 17:37:25,158 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:24 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-ef4a52bc-8acc-4518-a227-4aa472878127', 'x-compute-request-id': 'req-ef4a52bc-8acc-4518-a227-4aa472878127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "BUILD", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:26,344 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.171s 2022-03-23 17:37:26,345 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:26 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-893ecb8d-7157-423b-975e-cca336212cac', 'x-compute-request-id': 'req-893ecb8d-7157-423b-975e-cca336212cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "ACTIVE", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:37:25Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2035450451-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:6e:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": "2022-03-23T17:37:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:37:26,353 117760 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait 2022-03-23 17:37:26,456 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571/os-interface 0.102s 2022-03-23 17:37:26,456 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d7d5c94-d171-4c76-b1ae-0840307d2e92', 'x-compute-request-id': 'req-0d7d5c94-d171-4c76-b1ae-0840307d2e92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3bf943bd-1e58-43c1-bec1-ca7908c0478b", "port_id": "7a4fd94c-71a8-4ba4-b4e4-0859f488e71b", "mac_addr": "fa:16:3e:e1:6e:ad", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "22ea3e11-cafc-4af7-994c-b65686f8be40", "ip_address": "172.20.0.4"}]}]}' 2022-03-23 17:37:27,714 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.41:9696/v2.0/floatingips/85d6a8f6-3587-448e-be35-7679338d5b09 1.254s 2022-03-23 17:37:27,714 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "7a4fd94c-71a8-4ba4-b4e4-0859f488e71b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-d17a5eca-9c5b-40d6-8176-ed6d6e05d99c', 'date': 'Wed, 23 Mar 2022 17:37:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/85d6a8f6-3587-448e-be35-7679338d5b09'} Body: b'{"floatingip": {"id": "85d6a8f6-3587-448e-be35-7679338d5b09", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "floating_ip_address": "172.27.2.127", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": "06643b2d-3270-46bc-8887-8b9f92b18bf3", "port_id": "7a4fd94c-71a8-4ba4-b4e4-0859f488e71b", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3bf943bd-1e58-43c1-bec1-ca7908c0478b", "mac_address": "fa:16:3e:e1:6e:ad", "admin_state_up": true, "status": "ACTIVE", "device_id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-23T17:37:10Z", "updated_at": "2022-03-23T17:37:27Z", "revision_number": 1, "project_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:37:27,727 117760 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.127:22' as 'ubuntu' with public key authentication 2022-03-23 17:37:31,809 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 1. Retry after 2 seconds. 2022-03-23 17:37:37,377 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 2. Retry after 3 seconds. 2022-03-23 17:37:43,937 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 3. Retry after 4 seconds. 2022-03-23 17:37:51,521 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 4. Retry after 5 seconds. 2022-03-23 17:38:00,097 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 5. Retry after 6 seconds. 2022-03-23 17:38:09,665 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 6. Retry after 7 seconds. 2022-03-23 17:38:17,176 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 7. Retry after 8 seconds. 2022-03-23 17:38:25,686 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 8. Retry after 9 seconds. 2022-03-23 17:38:35,195 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 9. Retry after 10 seconds. 2022-03-23 17:38:45,707 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 10. Retry after 11 seconds. 2022-03-23 17:38:57,220 117760 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.127 ([Errno None] Unable to connect to port 22 on 172.27.2.127). Number attempts: 11. Retry after 12 seconds. 2022-03-23 17:39:09,761 117760 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:39:09,944 117760 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:39:09,944 117760 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.127 successfully created 2022-03-23 17:39:10,006 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571/ips 0.060s 2022-03-23 17:39:10,006 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:09 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-6bcf7bfe-2949-4f7e-a5c0-780374692565', 'x-compute-request-id': 'req-6bcf7bfe-2949-4f7e-a5c0-780374692565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2035450451-network": [{"version": 4, "addr": "172.20.0.4"}, {"version": 4, "addr": "172.27.2.127"}]}}' 2022-03-23 17:39:10,223 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes 0.214s 2022-03-23 17:39:10,224 117760 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-955861732"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d7e620-17b5-4783-93e5-8ca7ffa378ef', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d7e620-17b5-4783-93e5-8ca7ffa378ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.153689", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:39:10,271 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:39:10,271 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9cee90d-81a6-4242-8614-15c512d065ba', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9cee90d-81a6-4242-8614-15c512d065ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:11,325 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:39:11,325 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f16eb95a-bb02-411c-a374-d0c3c06f196e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f16eb95a-bb02-411c-a374-d0c3c06f196e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:12,373 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:39:12,374 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d424522-b7b4-41b3-b41f-d5a018daec79', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d424522-b7b4-41b3-b41f-d5a018daec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:13,433 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:39:13,433 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96df23bd-2daf-4814-8feb-fce5a8332a06', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96df23bd-2daf-4814-8feb-fce5a8332a06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:14,482 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:39:14,483 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb59879d-35c5-4345-8ad4-f379de55213c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb59879d-35c5-4345-8ad4-f379de55213c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:15,538 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:39:15,539 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9522b1f5-c442-4242-9ed9-7af88886d0f4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9522b1f5-c442-4242-9ed9-7af88886d0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:16,595 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:39:16,595 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-586accb8-bc9e-4fd4-a306-78b211753c8c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-586accb8-bc9e-4fd4-a306-78b211753c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:17,649 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:39:17,649 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c913d0da-76ab-4be4-a545-0effd9a37169', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c913d0da-76ab-4be4-a545-0effd9a37169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:18,700 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:39:18,701 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8777643-d6f6-4ddf-9a35-1a9830391eaa', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8777643-d6f6-4ddf-9a35-1a9830391eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:19,761 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:39:19,762 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a90c31-9f63-4d42-808c-0455ff04da8b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a90c31-9f63-4d42-808c-0455ff04da8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:20,822 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:39:20,823 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3858158-1442-4684-b653-947a26395196', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3858158-1442-4684-b653-947a26395196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:21,880 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:39:21,881 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f139c78b-0254-4694-875c-2383a3d60cfe', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f139c78b-0254-4694-875c-2383a3d60cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:22,944 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.055s 2022-03-23 17:39:22,944 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e775dde-d460-45c1-8dec-cfaab9920689', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e775dde-d460-45c1-8dec-cfaab9920689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:23,992 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:39:23,993 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75908b6e-2a31-472e-b3a3-41133843cdc8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75908b6e-2a31-472e-b3a3-41133843cdc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:25,052 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:39:25,052 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a00ca9-4b58-4b10-9afd-774c1c6adf13', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a00ca9-4b58-4b10-9afd-774c1c6adf13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:26,104 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:39:26,105 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14354160-c7e3-4be3-a9fa-e42c317ce5c3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14354160-c7e3-4be3-a9fa-e42c317ce5c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:27,159 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:39:27,159 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db0ce1de-f531-4200-932c-a5c1e8005da1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db0ce1de-f531-4200-932c-a5c1e8005da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:28,211 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:39:28,211 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5809c97-669d-4bdf-811d-989dbee66368', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5809c97-669d-4bdf-811d-989dbee66368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:29,270 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:39:29,270 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28363956-0480-4eeb-ab8b-bcfd42c6c65b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28363956-0480-4eeb-ab8b-bcfd42c6c65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:30,440 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.161s 2022-03-23 17:39:30,440 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7046fb2-bcd0-4847-b35b-a13b6adafa11', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7046fb2-bcd0-4847-b35b-a13b6adafa11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:31,488 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:39:31,489 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89508379-86d3-4182-aa00-f1daca23c58c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89508379-86d3-4182-aa00-f1daca23c58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:32,535 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:39:32,536 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20de479c-309a-4568-ae16-4a654a14a119', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20de479c-309a-4568-ae16-4a654a14a119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:33,584 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:39:33,584 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5030e358-942a-48df-87c8-66925a0e45fc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5030e358-942a-48df-87c8-66925a0e45fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:34,635 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:39:34,635 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c4f5d5-4378-458d-8bdb-2ce546202cd7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c4f5d5-4378-458d-8bdb-2ce546202cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:35,685 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:39:35,686 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10a7fb6-1ede-4eec-85fb-7394a3560a55', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10a7fb6-1ede-4eec-85fb-7394a3560a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:36,738 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:39:36,739 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f290b96-5995-4bc3-b557-d2488dc05f96', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f290b96-5995-4bc3-b557-d2488dc05f96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:37,792 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:39:37,792 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc33b03-0bc2-43cf-8f1d-23b0b90a3b3c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bc33b03-0bc2-43cf-8f1d-23b0b90a3b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:38,843 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:39:38,843 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0367a4e6-40a8-402b-a6cb-a9bf99f8d03e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0367a4e6-40a8-402b-a6cb-a9bf99f8d03e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:39,898 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:39:39,899 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b120f61-e61b-42d8-95cb-c386f12afe34', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b120f61-e61b-42d8-95cb-c386f12afe34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:40,957 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:39:40,957 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f047a10-5faf-4a0f-9bb3-09f67485e089', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f047a10-5faf-4a0f-9bb3-09f67485e089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:42,011 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:39:42,011 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2bf4d2-4dcc-4464-8ea9-ff303ae5230a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2bf4d2-4dcc-4464-8ea9-ff303ae5230a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:43,061 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:39:43,061 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6d75b1c-90de-44bd-a9e2-2a26326ad258', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6d75b1c-90de-44bd-a9e2-2a26326ad258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:44,122 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:39:44,123 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a703a55-1648-4ea0-974d-068d4ecf1ee3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a703a55-1648-4ea0-974d-068d4ecf1ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:45,173 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:39:45,173 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d043376-c35c-4a81-b334-1b13975d1806', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d043376-c35c-4a81-b334-1b13975d1806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:46,233 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:39:46,234 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33a654f-047b-42b4-ab1e-65cb90b18aff', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33a654f-047b-42b4-ab1e-65cb90b18aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:47,290 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:39:47,291 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17db63ae-3db8-4dcc-9d3b-bd2456a4302c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17db63ae-3db8-4dcc-9d3b-bd2456a4302c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:48,348 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:39:48,349 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-581e4ace-15ca-4b19-bb33-472f36622013', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-581e4ace-15ca-4b19-bb33-472f36622013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:49,440 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.083s 2022-03-23 17:39:49,441 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ffb7c8-1aa4-4202-b08e-215101784e19', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ffb7c8-1aa4-4202-b08e-215101784e19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:50,500 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:39:50,500 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd16e7f5-fee2-4792-a91b-4787dd010034', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd16e7f5-fee2-4792-a91b-4787dd010034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:51,548 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:39:51,549 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c94fe07-7592-4b3f-864c-8076a93b033c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c94fe07-7592-4b3f-864c-8076a93b033c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:52,600 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:39:52,601 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab55b83-ffc3-4686-9a2c-763c7c7033ca', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab55b83-ffc3-4686-9a2c-763c7c7033ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:53,661 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:39:53,661 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-423ec992-87b4-44e5-8edc-42e546ea7840', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-423ec992-87b4-44e5-8edc-42e546ea7840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:54,717 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:39:54,718 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da32c69-37a2-4178-ad3f-5d5dfef6a519', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da32c69-37a2-4178-ad3f-5d5dfef6a519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:55,775 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:39:55,775 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9594c9e7-5a91-4450-9293-41fc283eb727', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9594c9e7-5a91-4450-9293-41fc283eb727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:56,833 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:39:56,834 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2e7f3a-5d76-4339-9c8b-c4e6ac4b4dd7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2e7f3a-5d76-4339-9c8b-c4e6ac4b4dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:57,888 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:39:57,888 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bee265-b5d9-4c3f-8e28-7ec235564436', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6bee265-b5d9-4c3f-8e28-7ec235564436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:58,936 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:39:58,937 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e75a856d-6409-4b2f-84a7-63f7b22f05b4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e75a856d-6409-4b2f-84a7-63f7b22f05b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:39:59,990 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:39:59,991 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a20896a-b467-48fe-871c-ebcfd096fec9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a20896a-b467-48fe-871c-ebcfd096fec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:01,043 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:40:01,044 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1363ef-1828-4a9b-b6c4-aa26f0761c8f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1363ef-1828-4a9b-b6c4-aa26f0761c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:02,103 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:40:02,104 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95eca41d-f0c9-403a-959d-96866accf99b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95eca41d-f0c9-403a-959d-96866accf99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:03,163 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:40:03,163 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6f885b-9bd4-4a1b-8078-f9d182817f87', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6f885b-9bd4-4a1b-8078-f9d182817f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:04,214 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:40:04,214 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aca82fd-5cf8-4146-9928-61f88af729bb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aca82fd-5cf8-4146-9928-61f88af729bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:05,270 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:40:05,270 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026273ca-0bfb-4318-bab0-4277cb4326b1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026273ca-0bfb-4318-bab0-4277cb4326b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:06,321 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:40:06,321 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0f3d68-1bb5-43f6-bd5b-329cc6dad92e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0f3d68-1bb5-43f6-bd5b-329cc6dad92e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:07,381 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:40:07,382 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58de9e23-bd7b-429a-b030-a168d0f2cdb7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58de9e23-bd7b-429a-b030-a168d0f2cdb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:08,438 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:40:08,439 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1946a99c-b807-402f-8376-a2fd38565f10', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1946a99c-b807-402f-8376-a2fd38565f10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:09,501 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.055s 2022-03-23 17:40:09,502 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264cad22-5e79-45f9-9f8a-a847f3879a9c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264cad22-5e79-45f9-9f8a-a847f3879a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:10,549 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.038s 2022-03-23 17:40:10,550 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2310503-0540-4938-acb5-3ce3f152a65f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2310503-0540-4938-acb5-3ce3f152a65f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:11,601 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:40:11,601 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b6ab48-802e-4df9-a5fb-a8f17e39b345', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b6ab48-802e-4df9-a5fb-a8f17e39b345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:12,675 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.065s 2022-03-23 17:40:12,675 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6308ed09-25e3-4840-87d2-d54863807ec8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6308ed09-25e3-4840-87d2-d54863807ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:13,723 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:40:13,724 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc77c44-ebd4-42df-a816-b636e9bfb505', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc77c44-ebd4-42df-a816-b636e9bfb505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:14,773 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:40:14,773 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23447b60-97dc-472e-a364-ebab733717c6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23447b60-97dc-472e-a364-ebab733717c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:15,830 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:40:15,830 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f8cc738-6eba-4d09-b2ef-38e4dd5a6e70', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f8cc738-6eba-4d09-b2ef-38e4dd5a6e70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:16,885 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:40:16,885 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e649b7a1-47a9-4f77-84dd-449a0fa58110', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e649b7a1-47a9-4f77-84dd-449a0fa58110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:17,942 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:40:17,942 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00cf53f-49f8-4e63-80b5-e83e032a123b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00cf53f-49f8-4e63-80b5-e83e032a123b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:19,002 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:40:19,003 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d536a9e-f651-4570-aadf-e25c4b56d24f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d536a9e-f651-4570-aadf-e25c4b56d24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:20,062 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:40:20,063 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-873c22fb-02b3-4ea0-a07d-12f31a581935', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-873c22fb-02b3-4ea0-a07d-12f31a581935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:21,117 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:40:21,118 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64089cc7-7621-4cd1-b2c6-0f5c01c46433', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64089cc7-7621-4cd1-b2c6-0f5c01c46433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:22,175 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:40:22,175 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93c5fa2e-1a4e-4aaf-a4fa-65d4aade907a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93c5fa2e-1a4e-4aaf-a4fa-65d4aade907a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:23,243 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.060s 2022-03-23 17:40:23,244 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec03878-9672-429c-9b0c-62382babb97e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec03878-9672-429c-9b0c-62382babb97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:24,299 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:40:24,299 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d8f0fe-5453-4e11-9d5c-7e5abeebe53e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d8f0fe-5453-4e11-9d5c-7e5abeebe53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:25,349 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:40:25,350 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c7240c-c63d-40d5-8794-3b9ff4ae5d5a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c7240c-c63d-40d5-8794-3b9ff4ae5d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:26,402 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.037s 2022-03-23 17:40:26,402 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302149e2-9cb3-4230-b06b-6caf66094061', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302149e2-9cb3-4230-b06b-6caf66094061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:27,455 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:40:27,456 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c63279a3-c6db-479b-83dc-b2b73583e2cf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c63279a3-c6db-479b-83dc-b2b73583e2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:28,504 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:40:28,505 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d8adb24-5775-4494-936b-ef25f0defbef', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d8adb24-5775-4494-936b-ef25f0defbef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:29,555 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:40:29,555 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cadb734-075c-455d-b81e-8cdf54fb78ae', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cadb734-075c-455d-b81e-8cdf54fb78ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:30,611 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:40:30,611 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-765be800-b4b4-4e7b-a32d-196ee9682ab8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-765be800-b4b4-4e7b-a32d-196ee9682ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:31,667 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:40:31,667 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a4f641-42ba-43f7-8647-217248f5ffd8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a4f641-42ba-43f7-8647-217248f5ffd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:32,727 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:40:32,727 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c7e774e-396d-4daf-8af7-6f87c32ea166', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c7e774e-396d-4daf-8af7-6f87c32ea166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:33,792 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.056s 2022-03-23 17:40:33,792 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74dc8511-4992-4aa3-a6a8-3a0925cc1547', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74dc8511-4992-4aa3-a6a8-3a0925cc1547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:34,856 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.056s 2022-03-23 17:40:34,856 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd061511-f0e8-4e83-996b-bcd1c1e87507', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd061511-f0e8-4e83-996b-bcd1c1e87507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:35,912 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.038s 2022-03-23 17:40:35,912 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ceba1e9-3ea1-4fa1-9bcb-81df732ce096', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ceba1e9-3ea1-4fa1-9bcb-81df732ce096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:36,964 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:40:36,965 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53c6869f-a078-4a96-99ba-a28a1423e587', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53c6869f-a078-4a96-99ba-a28a1423e587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:38,013 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:40:38,014 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7fd21b7-962e-417c-a4a0-14943996fc06', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7fd21b7-962e-417c-a4a0-14943996fc06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:39,066 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:40:39,066 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94781117-b18a-4bbb-a864-8bf3dcba8c2a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94781117-b18a-4bbb-a864-8bf3dcba8c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:40,124 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:40:40,124 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c551d4d4-73a1-4059-b061-749fc85ed0c6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c551d4d4-73a1-4059-b061-749fc85ed0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:41,182 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:40:41,182 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b240b3ae-0317-4290-8875-afd9808cc4b9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b240b3ae-0317-4290-8875-afd9808cc4b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:42,236 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:40:42,236 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e7715a-b5ac-4a70-aa44-8455c454d329', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e7715a-b5ac-4a70-aa44-8455c454d329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:43,299 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.055s 2022-03-23 17:40:43,300 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-038ce9f8-f427-42fa-81dd-b434b74521ea', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-038ce9f8-f427-42fa-81dd-b434b74521ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:44,346 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:40:44,347 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e36676aa-c65f-403c-9a37-85a3b7aa6563', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e36676aa-c65f-403c-9a37-85a3b7aa6563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:45,401 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:40:45,402 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27aefb8f-7934-47fe-8fd3-4f2576439131', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27aefb8f-7934-47fe-8fd3-4f2576439131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:46,463 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:40:46,463 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-893e494a-baf5-459c-90bf-58c015f71ef1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893e494a-baf5-459c-90bf-58c015f71ef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:47,517 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:40:47,518 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7a8e0a3-99e9-4888-baaa-deee3fafe61d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7a8e0a3-99e9-4888-baaa-deee3fafe61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:48,571 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:40:48,571 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b12d071-a92b-479c-bbf8-ae0b440e58ca', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b12d071-a92b-479c-bbf8-ae0b440e58ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:49,631 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:40:49,631 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbe4fa85-8b12-4eab-9179-c957f2d9a50b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbe4fa85-8b12-4eab-9179-c957f2d9a50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:50,695 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.056s 2022-03-23 17:40:50,695 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25574cd5-6af5-4899-9f53-383693865404', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25574cd5-6af5-4899-9f53-383693865404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:51,751 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:40:51,751 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84246025-ff82-4577-8bdd-5334f341995a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84246025-ff82-4577-8bdd-5334f341995a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:52,805 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:40:52,808 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93b5e08-cfa0-478b-bdf3-ce3e9f089458', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93b5e08-cfa0-478b-bdf3-ce3e9f089458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:53,866 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:40:53,867 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596beccb-a28e-416d-b46a-e75c67057537', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596beccb-a28e-416d-b46a-e75c67057537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:54,918 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:40:54,918 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6f1a39-85dd-4d1f-abc0-a9b857a5d447', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6f1a39-85dd-4d1f-abc0-a9b857a5d447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:55,978 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:40:55,978 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483188b3-f0d6-4b52-a652-4fa1f4864bee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483188b3-f0d6-4b52-a652-4fa1f4864bee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:57,035 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:40:57,036 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47d7a0ca-ec36-4d37-89fd-478fade1d693', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47d7a0ca-ec36-4d37-89fd-478fade1d693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:58,086 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:40:58,087 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b702b00-0091-4702-9f44-8307f0948c05', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b702b00-0091-4702-9f44-8307f0948c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:40:59,150 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.056s 2022-03-23 17:40:59,151 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa0b216f-a81c-4367-a86d-600c75f0f6af', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa0b216f-a81c-4367-a86d-600c75f0f6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:00,206 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:41:00,207 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbac192-dc75-4cd0-b836-5e0921cf430e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbac192-dc75-4cd0-b836-5e0921cf430e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:01,266 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:41:01,266 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-610d7425-52d8-4f63-bbae-9c9f4b34603a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-610d7425-52d8-4f63-bbae-9c9f4b34603a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:02,328 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.054s 2022-03-23 17:41:02,328 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58bfb38e-9a06-4954-acfa-4f04e911879a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58bfb38e-9a06-4954-acfa-4f04e911879a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:03,376 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:41:03,376 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-991c4c62-d673-4e46-b31c-b8caa8a4f0f2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-991c4c62-d673-4e46-b31c-b8caa8a4f0f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:04,435 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:41:04,436 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fde547a-b631-445b-8e07-29ee31ee76b2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fde547a-b631-445b-8e07-29ee31ee76b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:05,491 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:41:05,491 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72ff78a1-e2a0-4dd8-9220-3558e5626ca0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72ff78a1-e2a0-4dd8-9220-3558e5626ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:06,542 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:41:06,542 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e0ee81-6bed-4e3c-a0b1-8036e824dc42', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e0ee81-6bed-4e3c-a0b1-8036e824dc42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:07,601 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:41:07,602 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a6ae29-b2ab-489b-8372-02c9a088cc75', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a6ae29-b2ab-489b-8372-02c9a088cc75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:08,660 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:41:08,661 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e90cba-9ade-4bca-9699-9cfaaf582823', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e90cba-9ade-4bca-9699-9cfaaf582823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:09,726 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.056s 2022-03-23 17:41:09,726 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71580365-a89f-4e96-a8b4-90f38831645e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71580365-a89f-4e96-a8b4-90f38831645e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:10,774 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:41:10,774 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f7c22f-14f1-425c-b3b5-d5f94c67efac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f7c22f-14f1-425c-b3b5-d5f94c67efac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:11,828 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:41:11,829 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51791e03-48e0-4407-9b9b-31b6c38dd50b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51791e03-48e0-4407-9b9b-31b6c38dd50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:12,878 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:41:12,879 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a52bcea8-cf61-4283-a381-d94c6c7dc4f0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a52bcea8-cf61-4283-a381-d94c6c7dc4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:13,940 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:41:13,940 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffef2ede-cf6d-4645-84bd-c8dc52922ac9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffef2ede-cf6d-4645-84bd-c8dc52922ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:14,995 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:41:14,995 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3163468-6771-47d5-b712-a24351e03765', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3163468-6771-47d5-b712-a24351e03765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:16,054 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:41:16,054 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25b4e25-818c-4867-96c7-34bd89cc18d5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25b4e25-818c-4867-96c7-34bd89cc18d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:17,106 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:41:17,106 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c50c62f0-1eb5-4965-ae4c-5f3b510e7806', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c50c62f0-1eb5-4965-ae4c-5f3b510e7806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:18,161 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:41:18,162 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be0c1ee4-e4cd-46f3-a211-cda536a165db', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be0c1ee4-e4cd-46f3-a211-cda536a165db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:19,230 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.061s 2022-03-23 17:41:19,231 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-168c8f53-ba22-42a4-aa5f-474e385c1382', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-168c8f53-ba22-42a4-aa5f-474e385c1382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:20,280 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:41:20,280 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f01bb4d-2da4-4456-a12d-a57bdadbc008', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f01bb4d-2da4-4456-a12d-a57bdadbc008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:21,329 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:41:21,330 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99a82abc-6602-4acf-a1e0-72e1bbb8bd34', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99a82abc-6602-4acf-a1e0-72e1bbb8bd34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:22,376 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.038s 2022-03-23 17:41:22,376 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80a6e17-03ff-4327-b035-b8dea6b9b7b2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80a6e17-03ff-4327-b035-b8dea6b9b7b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:23,434 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:41:23,435 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14880391-060a-40eb-a443-34ebd6cdb8a6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14880391-060a-40eb-a443-34ebd6cdb8a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:24,488 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:41:24,488 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ccf8ec-b9ff-4afc-ae1e-9f6fcac32f5c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08ccf8ec-b9ff-4afc-ae1e-9f6fcac32f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:25,535 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:41:25,536 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7decc17-a86c-4909-b0b1-8aba08716f53', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7decc17-a86c-4909-b0b1-8aba08716f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:26,597 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:41:26,597 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f3a8d47-ee5a-4271-9bc2-ac1dfb4efde2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f3a8d47-ee5a-4271-9bc2-ac1dfb4efde2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:27,652 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:41:27,653 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-255f21ce-442e-4004-900d-a13766e56600', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-255f21ce-442e-4004-900d-a13766e56600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:28,710 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:41:28,711 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d698632-7466-4637-afaf-9712d4b3830d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d698632-7466-4637-afaf-9712d4b3830d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:29,764 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:41:29,764 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63a9071a-01bc-4853-9a69-6994e6452cfe', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63a9071a-01bc-4853-9a69-6994e6452cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:30,823 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:41:30,823 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f87131-5b7b-4bd3-aca0-fc5d54ae0a11', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f87131-5b7b-4bd3-aca0-fc5d54ae0a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:31,880 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:41:31,880 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-594dd578-a6f3-4285-938d-b7870fbb2d5f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-594dd578-a6f3-4285-938d-b7870fbb2d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:32,938 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:41:32,939 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3499a941-6f24-46a4-a0e9-515e09da1108', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3499a941-6f24-46a4-a0e9-515e09da1108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:33,993 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:41:33,993 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-843bb855-6169-479c-bb9f-7778bc3fde58', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-843bb855-6169-479c-bb9f-7778bc3fde58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:35,052 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:41:35,052 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68853056-7764-45e6-9470-3fe55fbbe9f0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68853056-7764-45e6-9470-3fe55fbbe9f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:36,105 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:41:36,105 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0716af0e-88e5-402f-afe7-0a56f9360a69', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0716af0e-88e5-402f-afe7-0a56f9360a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:37,156 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:41:37,156 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fac515e-7a2b-4505-a0d3-ce4bd875d9a7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fac515e-7a2b-4505-a0d3-ce4bd875d9a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:38,211 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:41:38,211 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02beb752-680b-4823-bcb9-ccec2e644e94', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02beb752-680b-4823-bcb9-ccec2e644e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:39,267 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:41:39,268 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16129289-bb38-4861-8b45-1a21df515646', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16129289-bb38-4861-8b45-1a21df515646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:40,316 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:41:40,317 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3dbe37c-fe6b-4b06-82f0-625d06266cf7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3dbe37c-fe6b-4b06-82f0-625d06266cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:41,376 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:41:41,377 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ad4fd8-d96d-4c22-b06d-84843c1c9aaf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ad4fd8-d96d-4c22-b06d-84843c1c9aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:42,430 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:41:42,431 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff8b8fa-84e8-43b0-8974-f755eb96b720', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff8b8fa-84e8-43b0-8974-f755eb96b720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:43,489 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:41:43,489 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47033c0-0ea8-4dd0-b0e7-ee1f81798d55', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47033c0-0ea8-4dd0-b0e7-ee1f81798d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:44,541 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:41:44,541 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-748069c7-0aeb-4cab-b4a9-9e01171ab423', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-748069c7-0aeb-4cab-b4a9-9e01171ab423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:45,594 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:41:45,595 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05bb2c0f-0bb4-4a08-9359-037a4949cd91', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05bb2c0f-0bb4-4a08-9359-037a4949cd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:46,653 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:41:46,654 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26dfb206-9245-4413-8126-c0d5cb6dea9f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26dfb206-9245-4413-8126-c0d5cb6dea9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:47,718 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.057s 2022-03-23 17:41:47,719 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43cc05bc-c3fc-48ef-a7bb-dfbddf64b717', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43cc05bc-c3fc-48ef-a7bb-dfbddf64b717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:48,769 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:41:48,769 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-becc5f71-13f0-4b00-9779-5ec7829f0634', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-becc5f71-13f0-4b00-9779-5ec7829f0634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:49,823 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:41:49,824 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18fba765-9aaa-4349-89eb-b97e2394505d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18fba765-9aaa-4349-89eb-b97e2394505d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:50,883 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:41:50,884 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e651d7-7a70-4ec3-b779-71381b79e021', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e651d7-7a70-4ec3-b779-71381b79e021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:51,940 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:41:51,940 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6be17d-aae9-486e-8c0a-65e4d208e29c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6be17d-aae9-486e-8c0a-65e4d208e29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:52,995 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:41:52,995 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f45475dc-d71e-4518-9c5d-518d0524f6ef', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45475dc-d71e-4518-9c5d-518d0524f6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:54,041 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:41:54,042 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b01e58-79a1-4c36-a580-fd67ec9666b6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b01e58-79a1-4c36-a580-fd67ec9666b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:55,104 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.054s 2022-03-23 17:41:55,104 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16b7d305-a2c7-434e-b6fc-0d697964a93e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16b7d305-a2c7-434e-b6fc-0d697964a93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:56,156 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:41:56,157 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-803d5e7e-644c-48e5-88c7-c37c974fc421', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-803d5e7e-644c-48e5-88c7-c37c974fc421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:57,208 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:41:57,209 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96a6f057-44f3-4ebf-90a2-952516b7fe07', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96a6f057-44f3-4ebf-90a2-952516b7fe07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:58,264 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:41:58,264 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baa911e1-af7b-40a4-98fd-e8d66c84df1e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baa911e1-af7b-40a4-98fd-e8d66c84df1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:41:59,314 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:41:59,315 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa319677-a37f-47b9-b958-83b12ed6778c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa319677-a37f-47b9-b958-83b12ed6778c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:00,368 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:42:00,369 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7d6d0e-4bd1-4d1c-a435-21b85c9ea6ee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7d6d0e-4bd1-4d1c-a435-21b85c9ea6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:01,430 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.054s 2022-03-23 17:42:01,431 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db865cb2-fb48-44ae-b200-8458e86e4de9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db865cb2-fb48-44ae-b200-8458e86e4de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:02,483 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:02,484 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dbacbfe-04b7-4714-8add-5fec21ade985', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dbacbfe-04b7-4714-8add-5fec21ade985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:03,547 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.055s 2022-03-23 17:42:03,547 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb00b32-46af-4690-88df-bc7b6659dbd9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb00b32-46af-4690-88df-bc7b6659dbd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:04,606 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:42:04,606 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4780cf2d-91ae-4521-a610-60db672e7667', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4780cf2d-91ae-4521-a610-60db672e7667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:05,665 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:42:05,666 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b14959-c423-4599-b053-2041064c91e8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b14959-c423-4599-b053-2041064c91e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:06,717 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:06,718 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c55046f-9edc-440f-a295-cea8657a56ea', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c55046f-9edc-440f-a295-cea8657a56ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:07,779 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:42:07,779 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22fa3f8c-d879-4e54-9f72-60157d7e2410', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22fa3f8c-d879-4e54-9f72-60157d7e2410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:08,828 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:42:08,829 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-857b40c9-483f-4ac6-9101-c20277482699', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-857b40c9-483f-4ac6-9101-c20277482699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:09,881 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:09,882 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1535f40c-3bbd-4673-84cb-e8d87c322d40', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1535f40c-3bbd-4673-84cb-e8d87c322d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:10,938 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:42:10,939 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebd2776-fbfe-4c03-bbed-132ae3c1ef3e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebd2776-fbfe-4c03-bbed-132ae3c1ef3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:11,995 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:42:11,995 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9e36035-a398-48fe-91b1-438c4f80c9fa', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e36035-a398-48fe-91b1-438c4f80c9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:13,049 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:42:13,050 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1f42fd7-f035-445e-86c8-5c0f85dfe0c2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1f42fd7-f035-445e-86c8-5c0f85dfe0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:14,106 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:42:14,106 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c80823-8c9f-46c1-b152-9a1e0e74d5ac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c80823-8c9f-46c1-b152-9a1e0e74d5ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:15,165 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:42:15,166 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f5091f-b83e-4a6b-8be6-9fd417327c4a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f5091f-b83e-4a6b-8be6-9fd417327c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:16,225 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:42:16,225 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87e11ec-47ca-42de-b4da-650bdf21c961', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87e11ec-47ca-42de-b4da-650bdf21c961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:17,283 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:42:17,283 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e43e0a8-0c49-4b4f-876f-bc7fa69ee588', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e43e0a8-0c49-4b4f-876f-bc7fa69ee588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:18,333 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:42:18,333 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-910f716e-3087-4877-8aba-8f971dd9033e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-910f716e-3087-4877-8aba-8f971dd9033e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:19,391 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:42:19,391 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1035ffa-a733-4dea-9c9d-25a9814f2b7f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1035ffa-a733-4dea-9c9d-25a9814f2b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:20,449 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:42:20,449 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faf4f138-f54d-4b3d-8c5b-43c9ff4e8afc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faf4f138-f54d-4b3d-8c5b-43c9ff4e8afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:21,504 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:42:21,504 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1720005-4f51-421a-8a6b-5589d0a4d104', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1720005-4f51-421a-8a6b-5589d0a4d104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:22,555 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:42:22,555 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-911a1bd8-463f-429c-95e0-0ed23368d179', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-911a1bd8-463f-429c-95e0-0ed23368d179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:23,617 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.054s 2022-03-23 17:42:23,618 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248bd516-3453-438e-9e81-d37c57eaa957', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248bd516-3453-438e-9e81-d37c57eaa957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:24,672 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:42:24,673 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50bc5cb-40c4-4506-9e80-39af33e879f1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50bc5cb-40c4-4506-9e80-39af33e879f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:25,726 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:42:25,726 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3080a327-82e0-449a-a574-4d8c026dc9ac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3080a327-82e0-449a-a574-4d8c026dc9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:26,788 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.055s 2022-03-23 17:42:26,789 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f36d4c-7dc5-4cea-a3c7-cb05711a1677', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f36d4c-7dc5-4cea-a3c7-cb05711a1677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:27,841 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:27,842 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63c8425b-3aed-4425-81f0-39167b658efe', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63c8425b-3aed-4425-81f0-39167b658efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:28,912 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.063s 2022-03-23 17:42:28,913 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18cf46c4-fcb4-49df-8fbe-8653ab7cd04c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cf46c4-fcb4-49df-8fbe-8653ab7cd04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:29,958 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.037s 2022-03-23 17:42:29,959 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3223fc68-9e4f-48f3-9f6d-fa4050129486', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3223fc68-9e4f-48f3-9f6d-fa4050129486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:31,010 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:31,011 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e999ac2-e83d-45c5-976c-8f71bdcdad53', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e999ac2-e83d-45c5-976c-8f71bdcdad53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:32,072 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:42:32,073 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2190469-105d-46d5-95be-fc12e932a3ce', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2190469-105d-46d5-95be-fc12e932a3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:33,130 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:42:33,130 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e919bb47-4b09-4061-ad30-8a738547d3a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e919bb47-4b09-4061-ad30-8a738547d3a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:34,204 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.067s 2022-03-23 17:42:34,205 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48048bad-ae10-4bb2-ac8d-26f7656cc72a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48048bad-ae10-4bb2-ac8d-26f7656cc72a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:35,258 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:35,258 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7a7592a-8390-4e02-9aec-113529b4c1a4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7a7592a-8390-4e02-9aec-113529b4c1a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:36,309 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:36,310 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39357205-d351-4ebb-90e5-630a4fbf25bd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39357205-d351-4ebb-90e5-630a4fbf25bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:37,364 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:42:37,364 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ffb0e7-06c7-48be-b0aa-725dc2d1b414', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ffb0e7-06c7-48be-b0aa-725dc2d1b414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:38,415 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:38,416 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f396f412-2dc8-4f25-a5b5-3119af0fd322', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f396f412-2dc8-4f25-a5b5-3119af0fd322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:39,466 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:42:39,466 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f34d1ba5-4de8-4398-b82d-909085c3724f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f34d1ba5-4de8-4398-b82d-909085c3724f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:40,516 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:42:40,517 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6dfdbc6-d8b4-4193-ba0b-ffd86001137b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6dfdbc6-d8b4-4193-ba0b-ffd86001137b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:41,573 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:42:41,573 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54edf933-c19b-4aaf-9342-74984f11e0e5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54edf933-c19b-4aaf-9342-74984f11e0e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:42,620 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:42:42,621 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-366fa829-d296-4a31-a535-ae6373e29a32', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366fa829-d296-4a31-a535-ae6373e29a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:43,675 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:42:43,675 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3378640-dde3-4f6a-9168-1b063773fe6d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3378640-dde3-4f6a-9168-1b063773fe6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:44,738 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:42:44,738 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-919dca53-adc6-4ebd-bf4e-5cb53b4a4288', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-919dca53-adc6-4ebd-bf4e-5cb53b4a4288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:45,795 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:42:45,796 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59acc453-be6b-4fb8-a2a7-18acc93b2683', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59acc453-be6b-4fb8-a2a7-18acc93b2683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:46,847 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:42:46,848 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5f7712-f08a-49f0-90e1-56dea2b0a7f9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5f7712-f08a-49f0-90e1-56dea2b0a7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:47,904 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:42:47,904 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3cd94fb-079d-4155-b618-4da88e899ef5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3cd94fb-079d-4155-b618-4da88e899ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:48,961 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:42:48,961 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e7b688-819f-47a3-936f-0fa9663c50e5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e7b688-819f-47a3-936f-0fa9663c50e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:50,020 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:42:50,020 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e66086fe-ebed-4e24-89d7-11054ed577c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e66086fe-ebed-4e24-89d7-11054ed577c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:51,076 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:42:51,076 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b027303f-17d4-4d8e-9317-1120dcadb364', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b027303f-17d4-4d8e-9317-1120dcadb364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:52,138 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.054s 2022-03-23 17:42:52,139 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739f9619-84c3-4d3b-b7a5-53bbcd331054', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739f9619-84c3-4d3b-b7a5-53bbcd331054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:53,197 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:42:53,197 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfdaa88d-9be7-4e09-a59d-ddb984921afd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfdaa88d-9be7-4e09-a59d-ddb984921afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:54,257 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:42:54,257 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6580e2a-27a6-477e-b8d4-2c5ea2420779', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6580e2a-27a6-477e-b8d4-2c5ea2420779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:55,313 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:42:55,313 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df2d15fb-98d8-412f-b662-69ff3ef8afac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df2d15fb-98d8-412f-b662-69ff3ef8afac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:56,361 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:42:56,362 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f549b69c-6df0-43b5-8d98-f460e0f4717a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f549b69c-6df0-43b5-8d98-f460e0f4717a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:57,413 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:42:57,414 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f89dc5-2f5a-4afe-b06a-8dd5e5450578', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f89dc5-2f5a-4afe-b06a-8dd5e5450578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:58,481 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.059s 2022-03-23 17:42:58,481 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d20200b0-29ce-4c3f-ab4e-4501d00082ba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d20200b0-29ce-4c3f-ab4e-4501d00082ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:42:59,529 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:42:59,530 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f82ecff-d6e5-46a2-934b-63a3883cb45a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f82ecff-d6e5-46a2-934b-63a3883cb45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:00,590 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:43:00,591 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f0fdd1-463d-4ee4-99ab-4cff09eeaad9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f0fdd1-463d-4ee4-99ab-4cff09eeaad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:01,650 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:43:01,651 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf4b20d0-f453-4989-b953-2595639a98a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf4b20d0-f453-4989-b953-2595639a98a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:02,702 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:43:02,702 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67948404-99b8-4cae-87d5-6a8391815939', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67948404-99b8-4cae-87d5-6a8391815939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:03,754 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:43:03,754 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b170af81-040f-41af-899f-80b0533afc1b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b170af81-040f-41af-899f-80b0533afc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:04,814 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:43:04,814 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7e9267-6c06-42bb-85a4-3e9e3eb5e3d1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7e9267-6c06-42bb-85a4-3e9e3eb5e3d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:05,869 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:05,869 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be369f0e-be13-469e-8f36-9c05c90f2738', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be369f0e-be13-469e-8f36-9c05c90f2738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:06,930 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:43:06,930 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5c59eb-3579-4a98-865e-15cbdfab4d3d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f5c59eb-3579-4a98-865e-15cbdfab4d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:07,982 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:43:07,982 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e91a778-8a2d-4fee-a1da-4873d462498b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e91a778-8a2d-4fee-a1da-4873d462498b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:09,039 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:43:09,040 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6263b3d8-f837-4672-8618-8cd8a4bea956', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6263b3d8-f837-4672-8618-8cd8a4bea956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:10,092 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:43:10,093 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53ec3238-9f43-4ff8-a889-2f39d682ec2e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53ec3238-9f43-4ff8-a889-2f39d682ec2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:11,154 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:43:11,154 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af439f2d-3ae1-4fb7-bff9-a95ef4e26b34', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af439f2d-3ae1-4fb7-bff9-a95ef4e26b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:12,209 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:12,210 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e8dd35-e5d8-4692-8853-933b04204ccf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e8dd35-e5d8-4692-8853-933b04204ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:13,267 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:43:13,267 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f454905-3f5d-4fdf-9d5e-ffa5724bfcd7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f454905-3f5d-4fdf-9d5e-ffa5724bfcd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:14,326 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:43:14,326 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770766cf-5a80-467a-b494-d505ba58da62', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770766cf-5a80-467a-b494-d505ba58da62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:15,383 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:43:15,383 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8988f61-a40c-462f-9721-664b28c6a6af', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8988f61-a40c-462f-9721-664b28c6a6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:16,453 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.062s 2022-03-23 17:43:16,453 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac197fce-cd25-4732-98c8-22a60a1bc52d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac197fce-cd25-4732-98c8-22a60a1bc52d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:17,500 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:43:17,501 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f769189-dacc-4a29-bd66-ce159fa852c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f769189-dacc-4a29-bd66-ce159fa852c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:18,548 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:43:18,549 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3139b25c-4fa8-4fa3-9816-bca31b042a23', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3139b25c-4fa8-4fa3-9816-bca31b042a23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:19,604 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:43:19,605 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-106615b1-0555-4d39-ad5f-a4c66b6987c7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-106615b1-0555-4d39-ad5f-a4c66b6987c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:20,658 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:43:20,658 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0abfbcf-a327-44ad-b05f-0c3feb0cea16', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0abfbcf-a327-44ad-b05f-0c3feb0cea16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:21,712 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:43:21,712 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-872da62a-83f9-463b-a864-f32d2a618d0f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-872da62a-83f9-463b-a864-f32d2a618d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:22,769 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:43:22,769 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd617c6-8324-44a1-9243-6e20c942161b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd617c6-8324-44a1-9243-6e20c942161b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:23,824 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:23,825 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57065e97-2783-4013-b818-7daf7541513d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57065e97-2783-4013-b818-7daf7541513d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:24,879 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:43:24,880 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab8d6a9-59cf-495c-bec8-91725b125914', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab8d6a9-59cf-495c-bec8-91725b125914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:25,939 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:43:25,939 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a1aa16-4885-4acf-9e3f-cb31da02f7f7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a1aa16-4885-4acf-9e3f-cb31da02f7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:26,999 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:43:26,999 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779a5f22-d1de-4022-adb5-18a3e5cc1fe3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779a5f22-d1de-4022-adb5-18a3e5cc1fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:28,054 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:28,054 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4056c897-a8b9-4dd8-9c3f-770f3d0534f5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4056c897-a8b9-4dd8-9c3f-770f3d0534f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:29,108 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:43:29,108 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7de4928-f17f-408e-80d4-69fbf75698a0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7de4928-f17f-408e-80d4-69fbf75698a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:30,174 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.058s 2022-03-23 17:43:30,174 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-705dc9c5-a8eb-4eda-bdbb-511732510174', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-705dc9c5-a8eb-4eda-bdbb-511732510174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:31,226 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:43:31,226 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8663965-645c-4714-9f22-a01af97b6d8c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8663965-645c-4714-9f22-a01af97b6d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:32,280 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:43:32,280 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4a2150-b708-41ce-bc4d-aacdeeaa42d0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4a2150-b708-41ce-bc4d-aacdeeaa42d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:33,336 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:33,336 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f447ae-cca4-416e-b331-fa0008a3129e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3f447ae-cca4-416e-b331-fa0008a3129e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:34,388 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:43:34,388 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c5021c-8a82-4c32-a184-c56f30781124', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c5021c-8a82-4c32-a184-c56f30781124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:35,443 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:35,443 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da88ab61-148e-47f7-8661-64e594bb6ae9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da88ab61-148e-47f7-8661-64e594bb6ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:36,499 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:43:36,500 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b9f6df2-7a70-4cd0-b9a5-194942858525', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b9f6df2-7a70-4cd0-b9a5-194942858525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:37,547 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:43:37,547 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63199554-b314-4e25-8f0b-cb87fd076126', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63199554-b314-4e25-8f0b-cb87fd076126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:38,607 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:43:38,607 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d4d21f-e6b9-4746-82f7-b4ecb87653d7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d4d21f-e6b9-4746-82f7-b4ecb87653d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:39,663 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:39,663 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c596cfa2-16f5-4d87-ad60-e22846eb8b5e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c596cfa2-16f5-4d87-ad60-e22846eb8b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:40,722 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:43:40,722 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad53bed9-852c-4ea8-b6fb-0d0f0f0a140c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad53bed9-852c-4ea8-b6fb-0d0f0f0a140c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:41,780 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:43:41,780 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982ef61d-1043-42ff-8865-b7ef55767570', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982ef61d-1043-42ff-8865-b7ef55767570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:42,847 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.058s 2022-03-23 17:43:42,848 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c2540b-3cc1-4541-a174-5bed59fc3d98', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c2540b-3cc1-4541-a174-5bed59fc3d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:43,901 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:43:43,901 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a898335-a8e4-4afe-a9ef-41c8779526f6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a898335-a8e4-4afe-a9ef-41c8779526f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:44,954 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:43:44,954 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a6b9842-a9b7-45af-bc45-c42a4c6e69e6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a6b9842-a9b7-45af-bc45-c42a4c6e69e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:46,010 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:43:46,011 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd0c781-4eab-4df7-9536-65bb6bc358b8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd0c781-4eab-4df7-9536-65bb6bc358b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:47,067 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:43:47,067 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1e98fbb-b1dc-4335-aa4b-f1df38f2fd5a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1e98fbb-b1dc-4335-aa4b-f1df38f2fd5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:48,117 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:43:48,117 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8d456e9-9290-4530-8c82-5779606a72a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8d456e9-9290-4530-8c82-5779606a72a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:49,179 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:43:49,179 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b435e1ca-de1d-40ab-9c74-4dfba56fe3aa', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b435e1ca-de1d-40ab-9c74-4dfba56fe3aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:50,234 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:43:50,234 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c403413c-e796-42cf-8be9-d8fb77b8ef35', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c403413c-e796-42cf-8be9-d8fb77b8ef35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:51,352 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.110s 2022-03-23 17:43:51,353 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e12038b6-02e3-4938-a874-a946159dd849', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e12038b6-02e3-4938-a874-a946159dd849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:52,398 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.037s 2022-03-23 17:43:52,398 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d353b73-6d91-4ba0-b3dd-5bfe799f9039', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d353b73-6d91-4ba0-b3dd-5bfe799f9039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:53,453 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:43:53,453 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d591d454-3527-4388-adfc-64fa78e6c2b9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d591d454-3527-4388-adfc-64fa78e6c2b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:54,507 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:43:54,507 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b6e76b-9e66-4978-bf22-9d7dab77851c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b6e76b-9e66-4978-bf22-9d7dab77851c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:55,560 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:43:55,560 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03b2014-440e-410f-9217-3b5f8e0f5207', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03b2014-440e-410f-9217-3b5f8e0f5207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:56,605 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.038s 2022-03-23 17:43:56,606 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce02f46a-39bf-452e-aa80-cdbb9ea7af0b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce02f46a-39bf-452e-aa80-cdbb9ea7af0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:57,654 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:43:57,654 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad6426b-ae95-4432-948a-513a1a207630', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ad6426b-ae95-4432-948a-513a1a207630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:58,710 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:43:58,710 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70707e85-b697-44b1-a15a-83c0d0643635', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70707e85-b697-44b1-a15a-83c0d0643635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:43:59,764 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:43:59,765 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20ce19a7-ff17-4595-9893-f28830fe4a5c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ce19a7-ff17-4595-9893-f28830fe4a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:00,816 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:44:00,816 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f5ad812-9a94-438c-9e14-2a334463d6e3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f5ad812-9a94-438c-9e14-2a334463d6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:01,879 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.055s 2022-03-23 17:44:01,880 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549fdbf8-2044-4f98-bef9-866bcf12171c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549fdbf8-2044-4f98-bef9-866bcf12171c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:02,943 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.056s 2022-03-23 17:44:02,944 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c81a45b-99e8-447a-8ed4-c9e962f397d6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c81a45b-99e8-447a-8ed4-c9e962f397d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:04,000 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:44:04,000 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f3370d-42db-496f-8b43-d5c0c8c9dcb7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f3370d-42db-496f-8b43-d5c0c8c9dcb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:05,054 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:44:05,054 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-386ac0b6-1f5b-4756-8494-2f7aecac28d2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-386ac0b6-1f5b-4756-8494-2f7aecac28d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:06,113 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:44:06,113 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b28ecaf7-5767-439c-8cb0-574dadebb664', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b28ecaf7-5767-439c-8cb0-574dadebb664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:07,179 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.057s 2022-03-23 17:44:07,179 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fef1aa7-907c-4ce8-9c0a-18a9b272202f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fef1aa7-907c-4ce8-9c0a-18a9b272202f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:08,242 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.055s 2022-03-23 17:44:08,242 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80bc3d03-3833-4e08-b2d7-d3e9edb7e026', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80bc3d03-3833-4e08-b2d7-d3e9edb7e026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:09,290 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:44:09,291 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f56477-4993-403e-85fb-c971299907ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f56477-4993-403e-85fb-c971299907ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:10,339 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:44:10,339 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305952b5-3936-4bab-aa3e-17eceae03e37', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305952b5-3936-4bab-aa3e-17eceae03e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:11,390 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:44:11,390 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb7fd4b4-f040-4aaa-a273-43e1faf9234e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb7fd4b4-f040-4aaa-a273-43e1faf9234e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:12,444 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:44:12,444 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d69f3dea-9092-4343-a185-716b274f1626', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d69f3dea-9092-4343-a185-716b274f1626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:13,492 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:44:13,492 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebcd8ac1-cd09-48c6-9f14-49a600f7436e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebcd8ac1-cd09-48c6-9f14-49a600f7436e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:14,552 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:44:14,552 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d1eb0df-a5e1-47f3-b609-8ce2d88e8a23', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d1eb0df-a5e1-47f3-b609-8ce2d88e8a23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:15,609 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:44:15,610 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c07724a-d413-417e-9f55-2cdc304e8fe6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c07724a-d413-417e-9f55-2cdc304e8fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:16,666 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:44:16,667 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe700ec1-f027-4478-a469-ca34ff50b700', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe700ec1-f027-4478-a469-ca34ff50b700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:17,721 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:44:17,721 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc5e7f8-c79c-4221-a854-8ba922998d8b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc5e7f8-c79c-4221-a854-8ba922998d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:18,773 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:44:18,774 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39cc4c61-5bb0-43d0-b1ce-4c3e0e3b6a88', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39cc4c61-5bb0-43d0-b1ce-4c3e0e3b6a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:19,836 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.054s 2022-03-23 17:44:19,836 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22835717-fe8b-4210-96e8-9fcdd18b3087', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22835717-fe8b-4210-96e8-9fcdd18b3087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:20,900 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.050s 2022-03-23 17:44:20,901 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192efb75-ad50-4241-8ec0-3636970f30b2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192efb75-ad50-4241-8ec0-3636970f30b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:21,956 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:44:21,956 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129b0106-5336-4e33-af1d-a6cbe3788e3a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129b0106-5336-4e33-af1d-a6cbe3788e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:23,010 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:44:23,010 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddcc846-0fbc-487f-b828-234c2e5b6aae', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddcc846-0fbc-487f-b828-234c2e5b6aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:24,064 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:44:24,065 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ff910b-45a0-413b-b330-3be4a97ae47c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ff910b-45a0-413b-b330-3be4a97ae47c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:25,119 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:44:25,119 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b984443e-4822-4fea-9a84-427961a7c0e9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b984443e-4822-4fea-9a84-427961a7c0e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:26,171 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:44:26,171 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e334503-b70f-4961-a291-512cb4bf2d2c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e334503-b70f-4961-a291-512cb4bf2d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:27,221 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:44:27,222 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e1a5664-bf97-448c-b3ae-b8459180ffbd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e1a5664-bf97-448c-b3ae-b8459180ffbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:28,273 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:44:28,273 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324536cf-eef6-4d4f-b318-8f69e4179dfd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324536cf-eef6-4d4f-b318-8f69e4179dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:29,335 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.054s 2022-03-23 17:44:29,335 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d798fd-7b7d-44d5-9ae3-b462bedb2787', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d798fd-7b7d-44d5-9ae3-b462bedb2787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:30,448 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.104s 2022-03-23 17:44:30,448 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7372ab34-6e46-42e8-a476-18375bf23b0f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7372ab34-6e46-42e8-a476-18375bf23b0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:31,499 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.043s 2022-03-23 17:44:31,500 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbcf179a-769d-4d08-9dda-fbadb84b11a6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbcf179a-769d-4d08-9dda-fbadb84b11a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:32,550 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.041s 2022-03-23 17:44:32,550 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d6ec71-6dcb-419f-92d9-bb18e662cee3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d6ec71-6dcb-419f-92d9-bb18e662cee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:33,598 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:44:33,598 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0726b5c-0df6-4781-b6fa-a4c6e7815b19', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0726b5c-0df6-4781-b6fa-a4c6e7815b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:34,646 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:44:34,646 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a9af0ed-d718-49da-b8d1-70e0437eeef4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a9af0ed-d718-49da-b8d1-70e0437eeef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:35,694 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:44:35,694 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc37427e-943b-40c6-90cf-6208ea9a59d0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc37427e-943b-40c6-90cf-6208ea9a59d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:36,743 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:44:36,743 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39af2702-eac5-46ed-87b4-85429762e0a6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39af2702-eac5-46ed-87b4-85429762e0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:37,795 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:44:37,796 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af9a632-8450-4539-9540-4ed27078267f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af9a632-8450-4539-9540-4ed27078267f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:38,842 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:44:38,843 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e35e35-6df2-4d7b-8cd5-e9272c65e331', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e35e35-6df2-4d7b-8cd5-e9272c65e331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:39,889 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.038s 2022-03-23 17:44:39,889 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de4b820a-e09d-4e1a-bb9f-a0361094e6a9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de4b820a-e09d-4e1a-bb9f-a0361094e6a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:40,945 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:44:40,946 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af86446-004a-4722-b630-661910580624', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af86446-004a-4722-b630-661910580624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:42,002 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.048s 2022-03-23 17:44:42,003 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccebe959-8673-4cd2-8d90-13b6fcbfbece', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccebe959-8673-4cd2-8d90-13b6fcbfbece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:43,055 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:44:43,056 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9e4f08-07f8-4d75-b214-884e78257e87', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9e4f08-07f8-4d75-b214-884e78257e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:44,110 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.045s 2022-03-23 17:44:44,110 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f6f56bf-352f-499f-97c7-79549171da3a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f6f56bf-352f-499f-97c7-79549171da3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:45,172 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:44:45,172 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fd685d5-350b-45a3-a710-77eb4cbde6d9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fd685d5-350b-45a3-a710-77eb4cbde6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:46,220 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.040s 2022-03-23 17:44:46,220 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c3e5c8-c07f-4a9c-a184-a4b1a6244091', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c3e5c8-c07f-4a9c-a184-a4b1a6244091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:47,267 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.039s 2022-03-23 17:44:47,267 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f90a3f04-c492-4f74-b876-9846cc5b6dd8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f90a3f04-c492-4f74-b876-9846cc5b6dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:48,324 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:44:48,324 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3dcb77-e165-470b-8a12-2789241efbce', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3dcb77-e165-470b-8a12-2789241efbce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:49,379 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:44:49,379 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c73e8b-4784-4e7e-9282-93e56e8a58c3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57c73e8b-4784-4e7e-9282-93e56e8a58c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:50,438 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:44:50,439 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb8a9d3-0ffe-40cb-8de8-e0b9a27f8db7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb8a9d3-0ffe-40cb-8de8-e0b9a27f8db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:51,494 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:44:51,494 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddfe878a-ed54-4dd4-bd8a-69043675f621', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddfe878a-ed54-4dd4-bd8a-69043675f621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:52,556 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.052s 2022-03-23 17:44:52,556 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa605ab5-d768-4547-bbaf-58fffb0f073b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa605ab5-d768-4547-bbaf-58fffb0f073b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:53,610 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:44:53,610 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94e3e647-8f8f-4c0b-b62d-8591c2bd27a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94e3e647-8f8f-4c0b-b62d-8591c2bd27a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:54,662 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:44:54,663 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4973c9a5-5732-4e28-beb0-65444ba2c0ee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4973c9a5-5732-4e28-beb0-65444ba2c0ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:55,720 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.049s 2022-03-23 17:44:55,721 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0df0f08-1b88-43c3-a6b5-df1978bfb2be', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0df0f08-1b88-43c3-a6b5-df1978bfb2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:56,774 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:44:56,775 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0ad278-576c-4590-8dbf-34a045d7ebce', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0ad278-576c-4590-8dbf-34a045d7ebce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:57,835 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:44:57,835 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f040657-05d7-4cd8-86bc-99f3d8c5fe50', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f040657-05d7-4cd8-86bc-99f3d8c5fe50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:58,890 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:44:58,890 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d282bd68-8db8-4330-8bb8-ccf0b15076ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d282bd68-8db8-4330-8bb8-ccf0b15076ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:44:59,942 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:44:59,943 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b62e08-e941-4f3b-8c2e-6c9415cd5140', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b62e08-e941-4f3b-8c2e-6c9415cd5140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:00,995 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:45:00,996 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e44673-e429-4b40-91c9-2ecfa9295804', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e44673-e429-4b40-91c9-2ecfa9295804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:02,057 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.053s 2022-03-23 17:45:02,058 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61af846-4acd-40b3-aa65-c88a34b9235c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61af846-4acd-40b3-aa65-c88a34b9235c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:03,112 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.046s 2022-03-23 17:45:03,112 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58cccae-8600-4ee2-96b1-3ad89c741dda', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58cccae-8600-4ee2-96b1-3ad89c741dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:04,163 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:45:04,164 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8931ac74-d03d-4441-88d6-bbca7f6d768c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8931ac74-d03d-4441-88d6-bbca7f6d768c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:05,219 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.047s 2022-03-23 17:45:05,219 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab5cdd7-a99c-4614-9ddd-b84340525ce3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab5cdd7-a99c-4614-9ddd-b84340525ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:06,269 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:45:06,270 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9acb2688-67e9-432c-8ec8-3cd1abec937c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9acb2688-67e9-432c-8ec8-3cd1abec937c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:07,328 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:45:07,329 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09c39e4c-081e-440e-9cb1-064076ee8e77', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09c39e4c-081e-440e-9cb1-064076ee8e77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:08,382 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.044s 2022-03-23 17:45:08,382 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36227cf5-9524-45ce-b1c9-135d951afa73', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36227cf5-9524-45ce-b1c9-135d951afa73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:09,442 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.051s 2022-03-23 17:45:09,442 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82203be-56db-48ac-ad78-7597c90406db', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82203be-56db-48ac-ad78-7597c90406db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:10,493 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e 0.042s 2022-03-23 17:45:10,494 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6a18e1-c8dc-4495-af58-947281119594', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6a18e1-c8dc-4495-af58-947281119594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e'} Body: b'{"volume": {"id": "555f13bc-2e9e-4a20-9b74-f03161adb62e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:10.000000", "updated_at": "2022-03-23T17:39:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-955861732", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/8195f2270b3f441a87ed2fe7c64cc06d/volumes/555f13bc-2e9e-4a20-9b74-f03161adb62e"}], "user_id": "3faa79dbe4674675bbf64f41e418b65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d"}}' 2022-03-23 17:45:10,623 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.121s 2022-03-23 17:45:10,623 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:10 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-a762a19a-9c11-469c-8f52-dbbe689676d7', 'x-compute-request-id': 'req-a762a19a-9c11-469c-8f52-dbbe689676d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'' 2022-03-23 17:45:10,873 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.249s 2022-03-23 17:45:10,874 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:10 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-d48c1e27-dc2c-472b-a8f2-5e0b111ea29a', 'x-compute-request-id': 'req-d48c1e27-dc2c-472b-a8f2-5e0b111ea29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "ACTIVE", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2035450451-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:6e:ad"}, {"version": 4, "addr": "172.27.2.127", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:6e:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": "2022-03-23T17:37:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:45:12,048 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.165s 2022-03-23 17:45:12,048 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45: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-7ef0d62c-4d2e-40b9-958e-ce4dfc0a8ce1', 'x-compute-request-id': 'req-7ef0d62c-4d2e-40b9-958e-ce4dfc0a8ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"server": {"id": "ab1c2e60-a197-4b95-b77c-4164b4061571", "name": "tempest-AttachVolumeShelveTestJSON-server-1037482145", "status": "ACTIVE", "tenant_id": "8195f2270b3f441a87ed2fe7c64cc06d", "user_id": "3faa79dbe4674675bbf64f41e418b65c", "metadata": {}, "hostId": "0c40273dc1e98c3104d4b722b482b5867477876a0e8e96618377905c", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:11Z", "updated": "2022-03-23T17:45:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2035450451-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:6e:ad"}, {"version": 4, "addr": "172.27.2.127", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:6e:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/ab1c2e60-a197-4b95-b77c-4164b4061571"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-945134849", "OS-SRV-USG:launched_at": "2022-03-23T17:37:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1826235054"}], "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-03-23 17:45:13,090 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571 0.032s 2022-03-23 17:45:13,091 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:13 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-f622fb9d-894c-4edc-82d4-86bd5288fd85', 'x-compute-request-id': 'req-f622fb9d-894c-4edc-82d4-86bd5288fd85', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/ab1c2e60-a197-4b95-b77c-4164b4061571'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ab1c2e60-a197-4b95-b77c-4164b4061571 could not be found."}}' 2022-03-23 17:45:13,124 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-945134849 0.033s 2022-03-23 17:45:13,125 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:13 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-395ca4a6-2fc6-44d3-8824-ace4a42f1700', 'x-compute-request-id': 'req-395ca4a6-2fc6-44d3-8824-ace4a42f1700', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-945134849'} Body: b'' 2022-03-23 17:45:13,270 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/security-groups/ac82ca19-aa05-49c1-b20e-fcfeed09d2dd 0.145s 2022-03-23 17:45:13,271 117760 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-7eef66a8-c5b2-4de4-a5f4-ceb6ebb5035e', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:45:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/ac82ca19-aa05-49c1-b20e-fcfeed09d2dd'} Body: b'' 2022-03-23 17:45:13,296 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.41:9696/v2.0/security-groups/ac82ca19-aa05-49c1-b20e-fcfeed09d2dd 0.025s 2022-03-23 17:45:13,297 117760 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-88c6742e-5ebf-40a8-8eb1-f0a44fdee415', 'date': 'Wed, 23 Mar 2022 17:45:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/ac82ca19-aa05-49c1-b20e-fcfeed09d2dd'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ac82ca19-aa05-49c1-b20e-fcfeed09d2dd does not exist", "detail": ""}}' 2022-03-23 17:45:13,762 117760 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/floatingips/85d6a8f6-3587-448e-be35-7679338d5b09 0.464s 2022-03-23 17:45:13,762 117760 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-f1ae47d7-e11e-4569-8824-fff262e39c0b', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:45:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/85d6a8f6-3587-448e-be35-7679338d5b09'} 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 531, 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 555f13bc-2e9e-4a20-9b74-f03161adb62e 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] |
pass
pt8.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft8.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-23 17:38:03,244 117772 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-03-23 17:38:03,244 117772 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-03-23 17:38:03,778 117772 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.41/compute/v2.1/os-keypairs 0.533s 2022-03-23 17:38:03,778 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1950867549"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb5ff36b-8312-402b-ac11-567fb10622e5', 'x-compute-request-id': 'req-bb5ff36b-8312-402b-ac11-567fb10622e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEAwlJuu0VLBoJWGAeWvpzDS50HvzD4HKkLxdE6TYdWK9VL5OX5\\nmmrZs5muk6Vbb+wJxQvHUsiCOKomlEaYLvsQ1tCzELeSuYR6+49L8tZ5ewGbpgDV\\nKaWpQY3RoxYQrz5ksZPrsWp9AYoIIa1Wf8KGzwmGeMTzTfPzc3sbmgupM7CRqYFM\\nWd2iH9etba71J/DO3tWIOc+STFNBAFgdq7hI226UAYJO5ElcxDMzSi6bYpWEhlJW\\ntSl9/fK2IFcrx9Zi5TOyJ+IZnK4ekqekiSTOt8aEdPFMH69++Qw61XedOXRc2hk7\\nl0WZjSIAg0gjWbJVk0TP1ylrzYt0wAW3ZQlKNwIDAQABAoIBAAUxHKJGRK3k15YG\\nxeFL4O/pPya9kTN61MSxRWSC5CuBpGh2OIgGqNBin8Z0GZBQ9yXbnbS5hLks2qEF\\njdVbgeSraM1eij4IqxyDhJz1XAOMVHNH/GoDchU9S8eWtFVqTlhsQlTYKoTbAkKc\\nFf6N3Po1H/GkGXgQt4VzWZZxD1FBL3SFREPbu5AHKBhCrXIgQlFy9NuEP/4L8zIj\\n8Nd9lb1/I1SAluoupSGZ8z/MyCAKJ3HkqGn4QPkGYwyRvHlbGZm1K8jMu2lrjyaW\\n6E6xnwmBYTojMBT0mLCECmgVr0tzvGycvZr/xN7N1PT6dDT33xI9/q0RNBxk+WuU\\ntSVBvoECgYEA+bfJD1HDFrzizdXZIjFAqv8MkxuZBHyyfi6jNqhkxxpCvtV0JlGN\\nSaT0zm+RoQ3iyCHqT4r/Fxs0Xzn4K4PV1mqnhr9rUZap48MwwLUIu78AnVgWvVY6\\nSIKTKt4PjCVZA2V0eaF/pnluHNuys3Nz7bCXb8AKMUqFua3OZ2ws+HcCgYEAxzXj\\n+/QTBtDxDeDSy/mCUFy/aNdKEhSk0bf0gMEuMQn/aZ6whzMJXqwrs7GGnrAuD0gs\\noAAbpNWtzsrFMKUkhVfI6u/q+ywIiEacVTGLFLUqrNk/Z7riekjARjBpeSeMFuH6\\ni+c+ldzGMxH1dwBnC1KokAkaq5W5S0qhpDCUbEECgYEA6gTy9llQM3nWLsHOl72C\\ndf1I4n/FebAGcjvwlqNetjwE+uP80oAwoShmhyOFXWIu+hDWja6b+iJzhR5FVTpa\\nZnNTBfNTdoV0Ns9QW/gL9C4+PDY2MT+ipRtBIbYy6cqCTa2BZw8TGobHy2GUaZmz\\ntbd9Y6uboa/N/EFGoiN9TWcCgYEAwjtGJdPNdVjln410mpKVP3ue2T8IJmbgaOZ+\\nS8ePHRtNYBLstXXKjfc6yQKvaiwHTLknYX2Zdncs9zJ3Xz21RRnZeVAhgXJmg1Ct\\nftdGbxNRH6TWkHID/gzPA+CSBiHMEkeVPTFjsUTILuU0uym2TrDyTzXBPklGmCWV\\nQvxmysECgYEA2q4CPP637q3lcPu8dEZp005cCcCeON72p2Cdye9Nku8bia7varIC\\nKVM4mxX0hTKpabrefWmKjLjzRY0phaDmDBaqmoSQu9LFBBLghOtr2B+RtHYIjLrV\\nRt3NXOK+eaPZ3YLpm70A5vgRiI3xPQgEWRivUZoaavYPf+CxO5+coj0=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-1950867549", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCUm67RUsGglYYB5a+nMNLnQe/MPgcqQvF0TpNh1Yr1Uvk5fmaatmzma6TpVtv7AnFC8dSyII4qiaURpgu+xDW0LMQt5K5hHr7j0vy1nl7AZumANUppalBjdGjFhCvPmSxk+uxan0BigghrVZ/wobPCYZ4xPNN8/NzexuaC6kzsJGpgUxZ3aIf161trvUn8M7e1Yg5z5JMU0EAWB2ruEjbbpQBgk7kSVzEMzNKLptilYSGUla1KX398rYgVyvH1mLlM7In4hmcrh6Sp6SJJM63xoR08Uwfr375DDrVd505dFzaGTuXRZmNIgCDSCNZslWTRM/XKWvNi3TABbdlCUo3 Generated-by-Nova", "fingerprint": "b1:a5:45:79:c8:cd:e7:a3:5d:eb:a0:d0:5d:13:60:e8", "user_id": "0ccd520e47c0455396ae12bd5fa8b043"}}' 2022-03-23 17:38:03,780 117772 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1950867549 created 2022-03-23 17:38:03,914 117772 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-groups 0.133s 2022-03-23 17:38:03,914 117772 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--655594589", "description": "tempest-description--26408882"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-5db44ff9-36dd-47ac-a374-e3244a0ec8bb', 'date': 'Wed, 23 Mar 2022 17:38:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "7f665960-6788-479c-88af-a6f8a93a0a51", "name": "tempest-securitygroup--655594589", "stateful": true, "tenant_id": "562e825d481140639866877090276140", "description": "tempest-description--26408882", "shared": false, "security_group_rules": [{"id": "1f7ebc72-0481-463e-bf07-fab707480503", "tenant_id": "562e825d481140639866877090276140", "security_group_id": "7f665960-6788-479c-88af-a6f8a93a0a51", "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": 507, "description": null, "tags": [], "created_at": "2022-03-23T17:38:03Z", "updated_at": "2022-03-23T17:38:03Z", "revision_number": 0, "project_id": "562e825d481140639866877090276140"}, {"id": "e0c54dca-b87c-4e81-973b-5390d9eccda4", "tenant_id": "562e825d481140639866877090276140", "security_group_id": "7f665960-6788-479c-88af-a6f8a93a0a51", "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": 508, "description": null, "tags": [], "created_at": "2022-03-23T17:38:03Z", "updated_at": "2022-03-23T17:38:03Z", "revision_number": 0, "project_id": "562e825d481140639866877090276140"}], "tags": [], "created_at": "2022-03-23T17:38:03Z", "updated_at": "2022-03-23T17:38:03Z", "revision_number": 1, "project_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:38:04,041 117772 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.126s 2022-03-23 17:38:04,042 117772 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": "7f665960-6788-479c-88af-a6f8a93a0a51", "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-b8d693ad-6c85-4f33-98a4-dc5bea4eea8e', 'date': 'Wed, 23 Mar 2022 17:38:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f6c4dfdd-4010-4583-be8e-b30ec3ce0a9c", "tenant_id": "562e825d481140639866877090276140", "security_group_id": "7f665960-6788-479c-88af-a6f8a93a0a51", "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-03-23T17:38:03Z", "updated_at": "2022-03-23T17:38:03Z", "revision_number": 0, "project_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:38:04,164 117772 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.121s 2022-03-23 17:38:04,164 117772 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": "7f665960-6788-479c-88af-a6f8a93a0a51", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-48d8a82b-4f11-447e-8e9e-41c68dd73fad', 'date': 'Wed, 23 Mar 2022 17:38:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0da5adf5-9b69-46ba-a420-7dbb7ae38f8f", "tenant_id": "562e825d481140639866877090276140", "security_group_id": "7f665960-6788-479c-88af-a6f8a93a0a51", "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-03-23T17:38:04Z", "updated_at": "2022-03-23T17:38:04Z", "revision_number": 0, "project_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:38:04,165 117772 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--655594589 created 2022-03-23 17:38:04,978 117772 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/floatingips 0.813s 2022-03-23 17:38:04,979 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-91bb649d-944c-4bab-9812-9cbbd13b61f9', 'date': 'Wed, 23 Mar 2022 17:38:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "e085bbb3-9611-4413-b7a1-7d28245f312b", "tenant_id": "562e825d481140639866877090276140", "floating_ip_address": "172.27.2.40", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "562e825d481140639866877090276140", "description": "", "port_details": null, "tags": [], "created_at": "2022-03-23T17:38:04Z", "updated_at": "2022-03-23T17:38:04Z", "revision_number": 0}}' 2022-03-23 17:38:04,979 117772 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e085bbb3-9611-4413-b7a1-7d28245f312b', 'tenant_id': '562e825d481140639866877090276140', 'floating_ip_address': '172.27.2.40', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '562e825d481140639866877090276140', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:38:04Z', 'updated_at': '2022-03-23T17:38:04Z', 'revision_number': 0, 'ip': '172.27.2.40'} created 2022-03-23 17:38:05,071 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.41/identity/v3/auth/tokens 0.085s 2022-03-23 17:38:05,071 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3242', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3106147b-da94-4321-b1e0-c9589fb56c5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0ccd520e47c0455396ae12bd5fa8b043", "name": "tempest-AttachVolumeTestJSON-995549083-project", "password_expires_at": null}, "audit_ids": ["Z8jdHXuHQJCrQJ2ta5pq4A"], "expires_at": "2022-03-23T18:38:05.000000Z", "issued_at": "2022-03-23T17:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "562e825d481140639866877090276140", "name": "tempest-AttachVolumeTestJSON-995549083"}, "is_domain": false, "roles": [{"id": "379780c785aa41189985abc3a1cd2937", "name": "reader"}, {"id": "0959ce476f58412393333c921c4eff9e", "name": "member"}], "catalog": [{"endpoints": [{"id": "e0ec8a7ae3624b8d9d71192622036cd2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/identity", "region": "RegionOne"}], "id": "02a7568440264029bd82143511ef98ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "208a20eb2ef14e5db21e2046a966518a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2/562e825d481140639866877090276140", "region": "RegionOne"}], "id": "0b9ab1c48fe849b88d0dd6a5234bb7b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8af076802fa741399794df4c77340ec5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140", "region": "RegionOne"}], "id": "376f0aee6cce42babbd975b7aea3a77a", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7f286b71e2564dfea6379c3e31be7532", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2.1", "region": "RegionOne"}], "id": "3da64a5e5e1e402bbb3270ba9676e680", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e48c804fdcc942768c5985ad9e2083e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140", "region": "RegionOne"}], "id": "443c2c5fe0de4ff7bdb65330e04c4a4f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4dbc54de399f432eac5794b4a126804a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.41:8080", "region": "RegionOne"}, {"id": "8f94f2eadc42452aafb0c3d461518d3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:8080/v1/AUTH_562e825d481140639866877090276140", "region": "RegionOne"}], "id": "6613cb246fd441369ec519b3575c7d09", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f3b653307b4080a2040337954610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/placement", "region": "RegionOne"}], "id": "66504423e7794cb68b36401a38fb76e1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0bf793f0102e43e387070d912cbf8af2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/image", "region": "RegionOne"}], "id": "cdf7b8cd56014a08a12124e7b1ae7cc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "700a5b15cbe84e5abb18273839741b71", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:9696/", "region": "RegionOne"}], "id": "fe36de35eb8f4cfaa81981782e1f2e4a", "type": "network", "name": "neutron"}]}}' 2022-03-23 17:38:05,072 117772 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'cf00ba7b-82ed-4a68-ac03-2cd555b65d58', 'name': 'tempest-AttachVolumeTestJSON-290508263-network', 'tenant_id': '562e825d481140639866877090276140', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '562e825d481140639866877090276140', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 280, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-03-23T17:29:17Z', 'updated_at': '2022-03-23T17:29:17Z', 'revision_number': 1} available for tenant 2022-03-23 17:38:05,072 117772 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAwlJuu0VLBoJWGAeWvpzDS50HvzD4HKkLxdE6TYdWK9VL5OX5\nmmrZs5muk6Vbb+wJxQvHUsiCOKomlEaYLvsQ1tCzELeSuYR6+49L8tZ5ewGbpgDV\nKaWpQY3RoxYQrz5ksZPrsWp9AYoIIa1Wf8KGzwmGeMTzTfPzc3sbmgupM7CRqYFM\nWd2iH9etba71J/DO3tWIOc+STFNBAFgdq7hI226UAYJO5ElcxDMzSi6bYpWEhlJW\ntSl9/fK2IFcrx9Zi5TOyJ+IZnK4ekqekiSTOt8aEdPFMH69++Qw61XedOXRc2hk7\nl0WZjSIAg0gjWbJVk0TP1ylrzYt0wAW3ZQlKNwIDAQABAoIBAAUxHKJGRK3k15YG\nxeFL4O/pPya9kTN61MSxRWSC5CuBpGh2OIgGqNBin8Z0GZBQ9yXbnbS5hLks2qEF\njdVbgeSraM1eij4IqxyDhJz1XAOMVHNH/GoDchU9S8eWtFVqTlhsQlTYKoTbAkKc\nFf6N3Po1H/GkGXgQt4VzWZZxD1FBL3SFREPbu5AHKBhCrXIgQlFy9NuEP/4L8zIj\n8Nd9lb1/I1SAluoupSGZ8z/MyCAKJ3HkqGn4QPkGYwyRvHlbGZm1K8jMu2lrjyaW\n6E6xnwmBYTojMBT0mLCECmgVr0tzvGycvZr/xN7N1PT6dDT33xI9/q0RNBxk+WuU\ntSVBvoECgYEA+bfJD1HDFrzizdXZIjFAqv8MkxuZBHyyfi6jNqhkxxpCvtV0JlGN\nSaT0zm+RoQ3iyCHqT4r/Fxs0Xzn4K4PV1mqnhr9rUZap48MwwLUIu78AnVgWvVY6\nSIKTKt4PjCVZA2V0eaF/pnluHNuys3Nz7bCXb8AKMUqFua3OZ2ws+HcCgYEAxzXj\n+/QTBtDxDeDSy/mCUFy/aNdKEhSk0bf0gMEuMQn/aZ6whzMJXqwrs7GGnrAuD0gs\noAAbpNWtzsrFMKUkhVfI6u/q+ywIiEacVTGLFLUqrNk/Z7riekjARjBpeSeMFuH6\ni+c+ldzGMxH1dwBnC1KokAkaq5W5S0qhpDCUbEECgYEA6gTy9llQM3nWLsHOl72C\ndf1I4n/FebAGcjvwlqNetjwE+uP80oAwoShmhyOFXWIu+hDWja6b+iJzhR5FVTpa\nZnNTBfNTdoV0Ns9QW/gL9C4+PDY2MT+ipRtBIbYy6cqCTa2BZw8TGobHy2GUaZmz\ntbd9Y6uboa/N/EFGoiN9TWcCgYEAwjtGJdPNdVjln410mpKVP3ue2T8IJmbgaOZ+\nS8ePHRtNYBLstXXKjfc6yQKvaiwHTLknYX2Zdncs9zJ3Xz21RRnZeVAhgXJmg1Ct\nftdGbxNRH6TWkHID/gzPA+CSBiHMEkeVPTFjsUTILuU0uym2TrDyTzXBPklGmCWV\nQvxmysECgYEA2q4CPP637q3lcPu8dEZp005cCcCeON72p2Cdye9Nku8bia7varIC\nKVM4mxX0hTKpabrefWmKjLjzRY0phaDmDBaqmoSQu9LFBBLghOtr2B+RtHYIjLrV\nRt3NXOK+eaPZ3YLpm70A5vgRiI3xPQgEWRivUZoaavYPf+CxO5+coj0=\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-1950867549', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCUm67RUsGglYYB5a+nMNLnQe/MPgcqQvF0TpNh1Yr1Uvk5fmaatmzma6TpVtv7AnFC8dSyII4qiaURpgu+xDW0LMQt5K5hHr7j0vy1nl7AZumANUppalBjdGjFhCvPmSxk+uxan0BigghrVZ/wobPCYZ4xPNN8/NzexuaC6kzsJGpgUxZ3aIf161trvUn8M7e1Yg5z5JMU0EAWB2ruEjbbpQBgk7kSVzEMzNKLptilYSGUla1KX398rYgVyvH1mLlM7In4hmcrh6Sp6SJJM63xoR08Uwfr375DDrVd505dFzaGTuXRZmNIgCDSCNZslWTRM/XKWvNi3TABbdlCUo3 Generated-by-Nova', 'fingerprint': 'b1:a5:45:79:c8:cd:e7:a3:5d:eb:a0:d0:5d:13:60:e8', 'user_id': '0ccd520e47c0455396ae12bd5fa8b043'}, 'security_group': {'id': '7f665960-6788-479c-88af-a6f8a93a0a51', 'name': 'tempest-securitygroup--655594589', 'stateful': True, 'tenant_id': '562e825d481140639866877090276140', 'description': 'tempest-description--26408882', 'shared': False, 'security_group_rules': [{'id': '1f7ebc72-0481-463e-bf07-fab707480503', 'tenant_id': '562e825d481140639866877090276140', 'security_group_id': '7f665960-6788-479c-88af-a6f8a93a0a51', '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': 507, 'description': None, 'tags': [], 'created_at': '2022-03-23T17:38:03Z', 'updated_at': '2022-03-23T17:38:03Z', 'revision_number': 0, 'project_id': '562e825d481140639866877090276140'}, {'id': 'e0c54dca-b87c-4e81-973b-5390d9eccda4', 'tenant_id': '562e825d481140639866877090276140', 'security_group_id': '7f665960-6788-479c-88af-a6f8a93a0a51', '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': 508, 'description': None, 'tags': [], 'created_at': '2022-03-23T17:38:03Z', 'updated_at': '2022-03-23T17:38:03Z', 'revision_number': 0, 'project_id': '562e825d481140639866877090276140'}], 'tags': [], 'created_at': '2022-03-23T17:38:03Z', 'updated_at': '2022-03-23T17:38:03Z', 'revision_number': 1, 'project_id': '562e825d481140639866877090276140'}, 'floating_ip': {'id': 'e085bbb3-9611-4413-b7a1-7d28245f312b', 'tenant_id': '562e825d481140639866877090276140', 'floating_ip_address': '172.27.2.40', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '562e825d481140639866877090276140', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:38:04Z', 'updated_at': '2022-03-23T17:38:04Z', 'revision_number': 0, 'ip': '172.27.2.40'}} 2022-03-23 17:38:05,663 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.41/compute/v2.1/servers 0.590s 2022-03-23 17:38:05,664 117772 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-426916594", "imageRef": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "cf00ba7b-82ed-4a68-ac03-2cd555b65d58"}], "security_groups": [{"name": "tempest-securitygroup--655594589"}], "key_name": "tempest-keypair-1950867549", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0889e41-3e68-4c1f-a253-1d3a24d1c2e0', 'x-compute-request-id': 'req-c0889e41-3e68-4c1f-a253-1d3a24d1c2e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/servers'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--655594589"}], "adminPass": "password"}}' 2022-03-23 17:38:05,734 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.068s 2022-03-23 17:38:05,735 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49d3ea16-7a33-4b09-b182-ffc0e1500503', 'x-compute-request-id': 'req-49d3ea16-7a33-4b09-b182-ffc0e1500503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:06Z", "updated": "2022-03-23T17:38:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1950867549", "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-03-23 17:38:06,841 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.098s 2022-03-23 17:38:06,842 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1297', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-757772a4-d444-4eeb-b31f-8fb9ced62161', 'x-compute-request-id': 'req-757772a4-d444-4eeb-b31f-8fb9ced62161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "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-03-23 17:38:06,849 117772 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2022-03-23 17:38:08,019 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.168s 2022-03-23 17:38:08,020 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:07 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-fa977937-e8b7-4b80-ad19-69ed8694c803', 'x-compute-request-id': 'req-fa977937-e8b7-4b80-ad19-69ed8694c803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:08,027 117772 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2022-03-23 17:38:09,303 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.275s 2022-03-23 17:38:09,303 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:09 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-ffd26c86-49bb-4646-9dc0-a71f1dc4cfad', 'x-compute-request-id': 'req-ffd26c86-49bb-4646-9dc0-a71f1dc4cfad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:10,489 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.177s 2022-03-23 17:38:10,490 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38: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-ecbe4844-9a99-44ef-a6a6-d3b36430c7c4', 'x-compute-request-id': 'req-ecbe4844-9a99-44ef-a6a6-d3b36430c7c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:11,672 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.175s 2022-03-23 17:38:11,673 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:11 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-f788811a-5f45-4c75-ae46-253e20646a07', 'x-compute-request-id': 'req-f788811a-5f45-4c75-ae46-253e20646a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:12,844 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.162s 2022-03-23 17:38:12,844 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:12 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-ac1f6373-2d4b-4845-ae2b-9ef9a1eb185d', 'x-compute-request-id': 'req-ac1f6373-2d4b-4845-ae2b-9ef9a1eb185d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:14,030 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.177s 2022-03-23 17:38:14,030 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:13 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-ee0288c8-f90e-4035-b4fb-b5920c1130cd', 'x-compute-request-id': 'req-ee0288c8-f90e-4035-b4fb-b5920c1130cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:15,220 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.181s 2022-03-23 17:38:15,220 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:15 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-ac0c1380-1f0a-4da9-8586-7889d3ef0bd1', 'x-compute-request-id': 'req-ac0c1380-1f0a-4da9-8586-7889d3ef0bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:16,403 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.174s 2022-03-23 17:38:16,403 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:16 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-25b9bbd0-d13e-44de-9e4a-875d58af63dd', 'x-compute-request-id': 'req-25b9bbd0-d13e-44de-9e4a-875d58af63dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:17,614 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.202s 2022-03-23 17:38:17,614 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:17 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-f3dce548-1035-4cb5-bab5-c044a11ff9bc', 'x-compute-request-id': 'req-f3dce548-1035-4cb5-bab5-c044a11ff9bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "BUILD", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:18,813 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.190s 2022-03-23 17:38:18,813 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92c12b1c-5f96-4472-8669-b344f7b9caf3', 'x-compute-request-id': 'req-92c12b1c-5f96-4472-8669-b344f7b9caf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "ACTIVE", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:38:18Z", "addresses": {"tempest-AttachVolumeTestJSON-290508263-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:94:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": "2022-03-23T17:38:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:38:18,821 117772 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2022-03-23 17:38:18,938 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617/os-interface 0.117s 2022-03-23 17:38:18,939 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:18 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-528a9070-1916-4fdb-a7bc-03c96575a724', 'x-compute-request-id': 'req-528a9070-1916-4fdb-a7bc-03c96575a724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "cf00ba7b-82ed-4a68-ac03-2cd555b65d58", "port_id": "dda068f8-1b21-46fa-8131-6c994ac274ec", "mac_addr": "fa:16:3e:79:94:87", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "551df535-6624-4945-9357-a463dcf05cfd", "ip_address": "172.20.0.9"}]}]}' 2022-03-23 17:38:19,947 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.41:9696/v2.0/floatingips/e085bbb3-9611-4413-b7a1-7d28245f312b 1.005s 2022-03-23 17:38:19,947 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "dda068f8-1b21-46fa-8131-6c994ac274ec"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-0a588cf3-4566-4ec3-9c7c-3b317248e4dd', 'date': 'Wed, 23 Mar 2022 17:38:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/e085bbb3-9611-4413-b7a1-7d28245f312b'} Body: b'{"floatingip": {"id": "e085bbb3-9611-4413-b7a1-7d28245f312b", "tenant_id": "562e825d481140639866877090276140", "floating_ip_address": "172.27.2.40", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": "48063dea-2895-40e4-905f-dfe5b0b536bb", "port_id": "dda068f8-1b21-46fa-8131-6c994ac274ec", "fixed_ip_address": "172.20.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "cf00ba7b-82ed-4a68-ac03-2cd555b65d58", "mac_address": "fa:16:3e:79:94:87", "admin_state_up": true, "status": "ACTIVE", "device_id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-23T17:38:04Z", "updated_at": "2022-03-23T17:38:19Z", "revision_number": 1, "project_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:38:19,960 117772 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.40:22' as 'ubuntu' with public key authentication 2022-03-23 17:38:24,002 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 1. Retry after 2 seconds. 2022-03-23 17:38:29,569 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 2. Retry after 3 seconds. 2022-03-23 17:38:36,129 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 3. Retry after 4 seconds. 2022-03-23 17:38:43,713 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 4. Retry after 5 seconds. 2022-03-23 17:38:52,289 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 5. Retry after 6 seconds. 2022-03-23 17:39:01,857 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 6. Retry after 7 seconds. 2022-03-23 17:39:09,368 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 7. Retry after 8 seconds. 2022-03-23 17:39:17,876 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 8. Retry after 9 seconds. 2022-03-23 17:39:27,386 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 9. Retry after 10 seconds. 2022-03-23 17:39:37,900 117772 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.40 ([Errno None] Unable to connect to port 22 on 172.27.2.40). Number attempts: 10. Retry after 11 seconds. 2022-03-23 17:39:49,429 117772 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:39:49,597 117772 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:39:49,598 117772 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.40 successfully created 2022-03-23 17:39:49,788 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617/ips 0.188s 2022-03-23 17:39:49,788 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c0f387d-1f12-47e9-9cba-e706043f1bb1', 'x-compute-request-id': 'req-4c0f387d-1f12-47e9-9cba-e706043f1bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-290508263-network": [{"version": 4, "addr": "172.20.0.9"}, {"version": 4, "addr": "172.27.2.40"}]}}' 2022-03-23 17:39:50,007 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes 0.216s 2022-03-23 17:39:50,008 117772 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-96769302"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55feb594-34d4-453f-8dbc-cd8f86f58aec', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55feb594-34d4-453f-8dbc-cd8f86f58aec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:49.934349", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:39:50,072 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.057s 2022-03-23 17:39:50,072 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d6c390f-02da-4be5-b8ac-6daeef493ac0', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d6c390f-02da-4be5-b8ac-6daeef493ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:51,117 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.038s 2022-03-23 17:39:51,118 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f17dcd75-10f7-4d06-b791-58474ee9dc24', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f17dcd75-10f7-4d06-b791-58474ee9dc24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:52,165 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:39:52,165 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177c00a8-3219-4aa5-8ead-33234404add8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177c00a8-3219-4aa5-8ead-33234404add8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:53,217 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:39:53,217 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c49645-6e2d-44a9-95c4-aac64e4e9aa5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c49645-6e2d-44a9-95c4-aac64e4e9aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:54,264 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:39:54,265 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63cfcd3d-52eb-41ee-bec2-4601246bc8a7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63cfcd3d-52eb-41ee-bec2-4601246bc8a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:55,314 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:39:55,314 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-046aae5a-74e6-4f4f-b23f-b4a55d7ea9ac', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-046aae5a-74e6-4f4f-b23f-b4a55d7ea9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:56,372 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:39:56,372 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbb5b42-be5f-41c8-8b3b-4df501af07ae', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbb5b42-be5f-41c8-8b3b-4df501af07ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:57,432 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:39:57,433 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c5e39c-1ab9-48cf-abd4-933e029acf6e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c5e39c-1ab9-48cf-abd4-933e029acf6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:58,486 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:39:58,486 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b35ac4-393a-46dc-bc7b-d13114f4c4b4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b35ac4-393a-46dc-bc7b-d13114f4c4b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:39:59,548 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:39:59,549 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f8afc1-9bab-49cf-9f6d-9fd299719bca', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f8afc1-9bab-49cf-9f6d-9fd299719bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:00,601 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:40:00,602 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1052969-0aac-4c02-ae8e-1feebc84ac9f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1052969-0aac-4c02-ae8e-1feebc84ac9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:01,657 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:01,657 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0352d0f5-aeb7-4948-8746-6bc495186ab2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0352d0f5-aeb7-4948-8746-6bc495186ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:02,713 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:40:02,714 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9052efc4-44c3-4bdd-92c3-9e0033ca44b1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9052efc4-44c3-4bdd-92c3-9e0033ca44b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:03,766 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:40:03,767 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46e177d-c4b8-45c0-b69c-f8cf2df03b40', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46e177d-c4b8-45c0-b69c-f8cf2df03b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:04,826 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:04,827 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e736c8b-f55a-4255-8a34-498c5c93181b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e736c8b-f55a-4255-8a34-498c5c93181b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:05,881 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:40:05,881 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e32f0a-dc7c-4979-adff-a031115dcbfd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e32f0a-dc7c-4979-adff-a031115dcbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:06,938 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:06,938 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db23647c-c878-4e5e-96d1-f22e1ac6e72e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db23647c-c878-4e5e-96d1-f22e1ac6e72e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:07,997 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:07,998 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4473b0dc-6af2-4011-9f97-1e86f331a41e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4473b0dc-6af2-4011-9f97-1e86f331a41e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:09,057 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:09,057 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ae22e1-cddb-4b65-9c5e-346b893e46e4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ae22e1-cddb-4b65-9c5e-346b893e46e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:10,118 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:40:10,118 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6711b96d-ed1d-4c91-9072-752b58eb2aaf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6711b96d-ed1d-4c91-9072-752b58eb2aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:11,174 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:40:11,175 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0202484-1ff1-405d-a332-8c27b7f9bc0d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0202484-1ff1-405d-a332-8c27b7f9bc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:12,221 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:40:12,222 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da9301ae-9ad6-48aa-a6cd-fd9c008274d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da9301ae-9ad6-48aa-a6cd-fd9c008274d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:13,278 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:40:13,279 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f52d10-3411-4b8a-bc94-8f99609aa176', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f52d10-3411-4b8a-bc94-8f99609aa176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:14,341 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:40:14,341 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9360390a-4811-47a2-84fb-b9cf84dff4fc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9360390a-4811-47a2-84fb-b9cf84dff4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:15,394 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:40:15,394 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e9bc37-0153-443e-b14a-67ded53cd329', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e9bc37-0153-443e-b14a-67ded53cd329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:16,453 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:40:16,453 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a64ac8-41a1-4393-8463-37f9105c7ba1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a64ac8-41a1-4393-8463-37f9105c7ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:17,507 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:40:17,507 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b4d34d-d279-4d9d-8bb7-2350b1f683b9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b4d34d-d279-4d9d-8bb7-2350b1f683b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:18,562 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:18,563 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871c3e1f-d3b1-4a80-bbbd-d7ff2a29f081', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871c3e1f-d3b1-4a80-bbbd-d7ff2a29f081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:19,621 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:40:19,621 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e320576b-2217-4af1-b287-62783209e80a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e320576b-2217-4af1-b287-62783209e80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:20,675 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:40:20,676 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dcf26ff-d910-430e-bf38-ce09b029aaab', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dcf26ff-d910-430e-bf38-ce09b029aaab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:21,730 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:40:21,730 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de13977b-9bcd-4dab-8295-70b98fe1bc7e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de13977b-9bcd-4dab-8295-70b98fe1bc7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:22,780 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:40:22,781 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f473c0dd-c9f5-4b67-a1d0-415522d73620', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f473c0dd-c9f5-4b67-a1d0-415522d73620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:23,841 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:23,841 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1db4bda-63c3-4fa5-bbaa-9f91bac258e0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1db4bda-63c3-4fa5-bbaa-9f91bac258e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:24,889 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:40:24,889 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8884e2c-7aa4-4a6e-8355-bb1a8e976c24', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8884e2c-7aa4-4a6e-8355-bb1a8e976c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:25,949 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:25,949 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a839fc42-8fa8-4f46-90ba-69814f30f7b1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a839fc42-8fa8-4f46-90ba-69814f30f7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:27,011 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:40:27,011 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a937cc-b78f-40b2-a58c-bde18751cf28', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a937cc-b78f-40b2-a58c-bde18751cf28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:28,065 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:40:28,065 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-894a6ba7-b02d-4556-bdbb-313f0ed13492', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894a6ba7-b02d-4556-bdbb-313f0ed13492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:29,123 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:40:29,124 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4bfb2d6-faa8-4fb7-9c27-0b3aafd58c74', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4bfb2d6-faa8-4fb7-9c27-0b3aafd58c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:30,175 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:40:30,175 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa64261f-3740-4f6d-8174-b97ccea57774', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa64261f-3740-4f6d-8174-b97ccea57774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:31,227 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:40:31,227 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6deae5a9-b3aa-43fe-b675-c3067b038fdd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6deae5a9-b3aa-43fe-b675-c3067b038fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:32,283 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:32,283 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e9a97e3-6110-40ef-8b84-611c697f827d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e9a97e3-6110-40ef-8b84-611c697f827d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:33,344 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:40:33,345 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84c48d0-8607-4667-9a6e-4ea67fac02cf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84c48d0-8607-4667-9a6e-4ea67fac02cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:34,394 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:40:34,395 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30dfb673-4aa8-4388-8b69-7aa2b4adcb20', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30dfb673-4aa8-4388-8b69-7aa2b4adcb20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:35,453 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:40:35,454 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3094a93b-1ba3-43bd-8f23-2bbddeacb76d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3094a93b-1ba3-43bd-8f23-2bbddeacb76d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:36,505 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:40:36,505 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6312d5-1e2d-4fa8-93f2-6e90d1b847bd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6312d5-1e2d-4fa8-93f2-6e90d1b847bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:37,560 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:37,560 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2966e5-2a23-4a3e-b90b-70ccdb7525cf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2966e5-2a23-4a3e-b90b-70ccdb7525cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:38,623 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:40:38,623 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d2aec86-ad94-4c99-9373-df5fae7ac446', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d2aec86-ad94-4c99-9373-df5fae7ac446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:39,679 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:40:39,679 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0cb956-1491-4982-88a7-432390ca29d8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0cb956-1491-4982-88a7-432390ca29d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:40,727 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:40:40,728 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c65d6e8-e57b-4dfb-a44e-9e39eb6231a1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c65d6e8-e57b-4dfb-a44e-9e39eb6231a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:41,789 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:40:41,790 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c53fa3-99c1-4206-8d78-d834ea1c8bc1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c53fa3-99c1-4206-8d78-d834ea1c8bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:42,842 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:40:42,842 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e313374d-ce2b-4625-9dcc-405a1d41e81c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e313374d-ce2b-4625-9dcc-405a1d41e81c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:43,892 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:40:43,892 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf562c92-dc72-4b3a-ac71-4d87810de16f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf562c92-dc72-4b3a-ac71-4d87810de16f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:44,941 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:40:44,941 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef771eb-da0a-453c-bd8e-1c76b2cc1574', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef771eb-da0a-453c-bd8e-1c76b2cc1574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:46,001 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:46,002 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a60485fa-e72a-4aa8-b92d-8fcb6729f005', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a60485fa-e72a-4aa8-b92d-8fcb6729f005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:47,050 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:40:47,051 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-097699ed-c1ff-4742-b51a-fb4aa783de54', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-097699ed-c1ff-4742-b51a-fb4aa783de54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:48,110 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:48,110 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2215f21-6670-4a3b-afc2-34f70a3023b2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2215f21-6670-4a3b-afc2-34f70a3023b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:49,165 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:40:49,165 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c074349-f6aa-48bb-9579-67b5b9988765', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c074349-f6aa-48bb-9579-67b5b9988765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:50,220 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:50,221 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3880e9fb-df8b-46cf-a02c-b8ab403ff539', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3880e9fb-df8b-46cf-a02c-b8ab403ff539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:51,280 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:40:51,281 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739b996a-a180-4880-ad04-2ea43c49417f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739b996a-a180-4880-ad04-2ea43c49417f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:52,335 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:52,336 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a50ca2-cb48-445f-8627-334725df53cd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a50ca2-cb48-445f-8627-334725df53cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:53,395 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:40:53,395 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85a7473c-3cc8-4f3d-8e68-4321f4faa6ca', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85a7473c-3cc8-4f3d-8e68-4321f4faa6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:54,449 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:40:54,449 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337a89da-cd8f-4ff7-b5fc-0c70bb18492a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337a89da-cd8f-4ff7-b5fc-0c70bb18492a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:55,499 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:40:55,499 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96479af3-f957-4fee-932d-44bcc0c3b55d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96479af3-f957-4fee-932d-44bcc0c3b55d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:56,561 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:40:56,562 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11eb239-4789-4c8c-a56b-35ef9630d379', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11eb239-4789-4c8c-a56b-35ef9630d379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:57,622 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:40:57,623 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1336dc6d-cb8d-49d9-82a0-afe5da4cc2f8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1336dc6d-cb8d-49d9-82a0-afe5da4cc2f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:58,674 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:40:58,675 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70fb5026-24e7-48c9-9f6e-e52306ac2a87', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70fb5026-24e7-48c9-9f6e-e52306ac2a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:40:59,730 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:40:59,730 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d12cfb6-1143-4e65-b5ab-680370c67ebe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d12cfb6-1143-4e65-b5ab-680370c67ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:00,785 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:41:00,785 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf3b8ea-09a5-40af-920d-a2af5fceecc5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf3b8ea-09a5-40af-920d-a2af5fceecc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:01,846 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:41:01,846 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d6d6797-6454-4da0-b25a-aabdaf921646', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d6d6797-6454-4da0-b25a-aabdaf921646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:02,902 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:02,902 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff309702-8238-4e55-a641-bb5c0a083f30', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff309702-8238-4e55-a641-bb5c0a083f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:03,952 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:41:03,953 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcffebbb-d694-428c-9c3b-46862bb8c181', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcffebbb-d694-428c-9c3b-46862bb8c181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:05,010 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:41:05,011 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-179c6b17-2da7-404d-b11b-43a97af0a67d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-179c6b17-2da7-404d-b11b-43a97af0a67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:06,063 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:41:06,063 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d6a0a9e-e72b-4f26-a319-9838a9f929bc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d6a0a9e-e72b-4f26-a319-9838a9f929bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:07,118 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:41:07,118 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41390b8c-11f5-425b-80cd-d93e4a43088a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41390b8c-11f5-425b-80cd-d93e4a43088a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:08,179 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:41:08,179 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48ffa6e1-e36e-459a-b8a8-b60748f211d6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48ffa6e1-e36e-459a-b8a8-b60748f211d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:09,235 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:09,235 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2b8e094-54ef-4a72-b489-59b311fa2958', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2b8e094-54ef-4a72-b489-59b311fa2958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:10,289 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:10,289 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d966f9-0554-49fe-b628-427d7c370e93', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d966f9-0554-49fe-b628-427d7c370e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:11,351 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:41:11,351 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-890bc97e-0ced-4072-ab94-6705980a722e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-890bc97e-0ced-4072-ab94-6705980a722e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:12,407 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:41:12,407 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4fdd0d-9178-4797-bef6-3d2c824dbce6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f4fdd0d-9178-4797-bef6-3d2c824dbce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:13,460 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:13,460 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3bf2ff-a702-47fb-a3e3-62012381e2da', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3bf2ff-a702-47fb-a3e3-62012381e2da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:14,512 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:41:14,513 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff3c9aad-1b00-4a99-a1c8-715a521170d4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff3c9aad-1b00-4a99-a1c8-715a521170d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:15,570 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:41:15,570 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-859919ea-6433-4fe5-aeef-d6bcf7a5b34a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859919ea-6433-4fe5-aeef-d6bcf7a5b34a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:16,619 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:41:16,620 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8755bd02-4ca7-4676-80cf-794a8fce0f2f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8755bd02-4ca7-4676-80cf-794a8fce0f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:17,680 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:41:17,680 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f82174e5-862d-4878-80fe-81a152d85b5d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f82174e5-862d-4878-80fe-81a152d85b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:18,740 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:18,740 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637b8ecf-db27-4940-9473-3dcdbab8037f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637b8ecf-db27-4940-9473-3dcdbab8037f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:19,794 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:41:19,795 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e809947-09ce-4590-ac7f-b4e9c16d0ae7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e809947-09ce-4590-ac7f-b4e9c16d0ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:20,855 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:41:20,855 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85ad9351-9cf6-4538-b14c-683020c4e950', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85ad9351-9cf6-4538-b14c-683020c4e950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:21,918 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:41:21,919 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b553733-5854-4a80-9ac9-e51ab07b9a4a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b553733-5854-4a80-9ac9-e51ab07b9a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:22,985 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.058s 2022-03-23 17:41:22,986 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae600109-df7c-45e3-b52a-7534df23d884', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae600109-df7c-45e3-b52a-7534df23d884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:24,048 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:41:24,049 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cba05e2-e870-45aa-bbdc-e86ae80f744b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cba05e2-e870-45aa-bbdc-e86ae80f744b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:25,105 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:25,106 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9615f1-3874-4427-a687-ab7c8dc6807b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9615f1-3874-4427-a687-ab7c8dc6807b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:26,158 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:26,159 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-777398b5-2169-4428-8fbc-63962586238c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-777398b5-2169-4428-8fbc-63962586238c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:27,214 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:41:27,215 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a422929a-c4f3-4cf7-b6d8-e5fa108f7e68', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a422929a-c4f3-4cf7-b6d8-e5fa108f7e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:28,280 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:41:28,280 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e83b9e25-bce1-4e12-89c6-4e2e8b9fb96c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e83b9e25-bce1-4e12-89c6-4e2e8b9fb96c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:29,336 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:41:29,336 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbaf3f97-fafd-4bfb-825d-3a5d167c66cb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbaf3f97-fafd-4bfb-825d-3a5d167c66cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:30,393 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:30,393 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af8d10df-c682-4c1e-a3f2-e66671b05c39', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af8d10df-c682-4c1e-a3f2-e66671b05c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:31,454 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:41:31,454 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b958c701-6133-4e9b-b069-48e994cb7d56', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b958c701-6133-4e9b-b069-48e994cb7d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:32,507 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:32,507 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079dc0cc-4865-46e3-ad95-f17334a47ab2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079dc0cc-4865-46e3-ad95-f17334a47ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:33,561 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:33,561 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f110853d-fe27-4876-b0a1-e6340664088d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f110853d-fe27-4876-b0a1-e6340664088d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:34,617 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:34,618 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c6d064-82f3-479a-83ee-c123104b27dc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c6d064-82f3-479a-83ee-c123104b27dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:35,671 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:41:35,671 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45d23fdb-9726-4aa2-80d4-47daf9e95b8d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d23fdb-9726-4aa2-80d4-47daf9e95b8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:36,728 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:41:36,728 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6132a278-c48b-4dd1-ae5a-a76670ab599a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6132a278-c48b-4dd1-ae5a-a76670ab599a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:37,779 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:37,780 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60058be5-8528-4651-bee0-58d4638c73c1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60058be5-8528-4651-bee0-58d4638c73c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:38,837 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:38,838 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1765a8c8-2702-4ac0-b63f-c99a8192423d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1765a8c8-2702-4ac0-b63f-c99a8192423d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:39,899 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:41:39,900 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda4d383-6fab-4e03-897a-696f7ef814d0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda4d383-6fab-4e03-897a-696f7ef814d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:40,955 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:41:40,955 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b8ed7e9-6872-4ee2-a829-b3d11b5144c7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b8ed7e9-6872-4ee2-a829-b3d11b5144c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:42,012 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:42,012 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b785880-4601-47c3-9ebf-39fd283c810d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b785880-4601-47c3-9ebf-39fd283c810d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:43,064 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:41:43,065 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a02b477-9ca6-4991-82e8-1ad122226260', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a02b477-9ca6-4991-82e8-1ad122226260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:44,112 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:41:44,112 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa06c240-2ed6-480a-9f7a-4ec554df5409', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa06c240-2ed6-480a-9f7a-4ec554df5409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:45,186 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.065s 2022-03-23 17:41:45,186 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4fed7a9-2b35-4daa-9ce7-1010ff55b4a4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4fed7a9-2b35-4daa-9ce7-1010ff55b4a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:46,241 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:41:46,241 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9934583a-5292-462e-9ec1-3618390e19e5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9934583a-5292-462e-9ec1-3618390e19e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:47,291 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:41:47,292 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e44d47a-4ff9-4f81-9737-8c6b4773997b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e44d47a-4ff9-4f81-9737-8c6b4773997b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:48,344 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:48,345 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea65c75-f26d-4a70-b151-e44518927e3b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea65c75-f26d-4a70-b151-e44518927e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:49,398 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:41:49,399 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d05ca3-b746-415c-a7a4-c3ff08f05bb3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d05ca3-b746-415c-a7a4-c3ff08f05bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:50,459 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:41:50,459 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-861f01c6-f34a-483a-819d-39d95b29a323', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-861f01c6-f34a-483a-819d-39d95b29a323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:51,512 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:41:51,512 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d659e60-f53b-48e1-bd13-016a76c55562', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d659e60-f53b-48e1-bd13-016a76c55562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:52,565 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:52,565 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9603e0ec-b899-4f98-a6cc-fa94fd5c6e8d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9603e0ec-b899-4f98-a6cc-fa94fd5c6e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:53,619 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:41:53,620 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f314e7f-e735-4f86-a269-e64bfb47eae3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f314e7f-e735-4f86-a269-e64bfb47eae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:54,676 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:54,676 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe1065b4-8e16-4eda-bdcf-8bb4034dadda', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe1065b4-8e16-4eda-bdcf-8bb4034dadda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:55,733 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:41:55,734 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a2ce36-a38f-4c74-aa9c-16304d31fd7d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a2ce36-a38f-4c74-aa9c-16304d31fd7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:56,793 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:41:56,793 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca64274c-b570-43a6-b71b-9385e9f7b62d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca64274c-b570-43a6-b71b-9385e9f7b62d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:57,842 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:41:57,843 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de4a1608-df5c-40c7-9983-f5f18506716c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de4a1608-df5c-40c7-9983-f5f18506716c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:58,897 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:41:58,898 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0842977a-5a5e-4c95-9c8d-3b9b8b323834', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0842977a-5a5e-4c95-9c8d-3b9b8b323834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:41:59,953 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:41:59,954 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f86aa53-b0f6-4775-9ee5-3f902ca46e38', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f86aa53-b0f6-4775-9ee5-3f902ca46e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:01,021 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:42:01,021 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b87c0bb-0abc-4ba6-8bdc-e7c41f4cc1b0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b87c0bb-0abc-4ba6-8bdc-e7c41f4cc1b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:02,088 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.058s 2022-03-23 17:42:02,088 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362bf513-3907-4474-9de4-367c1b9b86f9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362bf513-3907-4474-9de4-367c1b9b86f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:03,147 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:42:03,148 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2afcdbe-54be-4ec5-b2c9-77eb8685c769', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2afcdbe-54be-4ec5-b2c9-77eb8685c769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:04,204 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:42:04,204 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb4a942b-0df3-41a9-9127-e2691bdb5351', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb4a942b-0df3-41a9-9127-e2691bdb5351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:05,259 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:42:05,259 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c12c14-5e40-46cf-bc49-6b9ab206c3d8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c12c14-5e40-46cf-bc49-6b9ab206c3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:06,309 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:42:06,309 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-494bf8ae-558d-4be9-bd8b-09449cbf32b7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-494bf8ae-558d-4be9-bd8b-09449cbf32b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:07,364 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:42:07,365 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2430eed-9e29-4815-b231-e5f8b7c213b9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2430eed-9e29-4815-b231-e5f8b7c213b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:08,431 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:42:08,431 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0102d519-1f50-4406-a65b-bcb5e464aea2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0102d519-1f50-4406-a65b-bcb5e464aea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:09,479 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:42:09,479 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51854b60-52a9-4f80-bafc-cb0127ab8858', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51854b60-52a9-4f80-bafc-cb0127ab8858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:10,535 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:42:10,535 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-086e7c47-1348-47b3-9301-87e609a32edb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-086e7c47-1348-47b3-9301-87e609a32edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:11,593 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:11,594 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01fe3ff8-7e40-436d-8b93-7fe980b097f6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01fe3ff8-7e40-436d-8b93-7fe980b097f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:12,655 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:42:12,655 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e49bbc-011c-4c54-a58b-2cc096cd63d7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e49bbc-011c-4c54-a58b-2cc096cd63d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:13,713 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:42:13,714 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebde576f-d39b-4e9d-8153-c1fa984d4b7b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebde576f-d39b-4e9d-8153-c1fa984d4b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:14,778 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:42:14,778 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd4e092-947a-4de4-9dc3-32df3e4b91f8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd4e092-947a-4de4-9dc3-32df3e4b91f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:15,833 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:42:15,833 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f44533b-4c2f-44d7-8795-6f9c04bf49c4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f44533b-4c2f-44d7-8795-6f9c04bf49c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:16,892 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:16,893 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d7a59c-441f-47ae-8bce-c749ef7c0314', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d7a59c-441f-47ae-8bce-c749ef7c0314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:17,950 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:42:17,950 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-677dcdb0-9df5-471e-b1f3-55383d661849', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-677dcdb0-9df5-471e-b1f3-55383d661849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:19,001 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:42:19,002 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5139eb-c7a8-4ccf-aa14-f476b44f12e5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e5139eb-c7a8-4ccf-aa14-f476b44f12e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:20,057 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:42:20,058 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a2ff74-c821-4500-8ab2-0b279d92c7a5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a2ff74-c821-4500-8ab2-0b279d92c7a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:21,115 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:42:21,115 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-becdb6d3-9dd3-4b32-9b20-e24b65365afb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-becdb6d3-9dd3-4b32-9b20-e24b65365afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:22,177 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:22,178 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84408815-d3ed-40f3-b00a-ffeda3248e11', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84408815-d3ed-40f3-b00a-ffeda3248e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:23,230 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:42:23,231 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8944b0e1-0df6-4892-aa24-1949df9597ba', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8944b0e1-0df6-4892-aa24-1949df9597ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:24,285 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:42:24,286 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa63aedd-b16a-4550-9e59-c44cd48b5a63', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa63aedd-b16a-4550-9e59-c44cd48b5a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:25,348 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:42:25,349 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d430bfc-491d-4ca9-ac48-e189bb08517d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d430bfc-491d-4ca9-ac48-e189bb08517d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:26,404 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:42:26,404 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175c64db-a8a8-4968-b3e9-4630555b90fd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175c64db-a8a8-4968-b3e9-4630555b90fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:27,462 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:42:27,463 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78ba88f-bb63-464e-ac27-738d0675d9fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78ba88f-bb63-464e-ac27-738d0675d9fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:28,512 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:42:28,512 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bfa6f2-4331-4009-aeae-5b1d9dd4b972', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bfa6f2-4331-4009-aeae-5b1d9dd4b972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:29,567 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:42:29,567 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898558cb-7d82-45be-8e6b-3308e2ed156c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898558cb-7d82-45be-8e6b-3308e2ed156c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:30,627 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:42:30,628 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994b9781-efc6-4652-86c9-66fc1fa725e1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994b9781-efc6-4652-86c9-66fc1fa725e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:31,695 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.059s 2022-03-23 17:42:31,695 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99639280-3c28-406a-9b31-7eb29352d153', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99639280-3c28-406a-9b31-7eb29352d153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:32,758 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:32,758 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb3605a-63d8-46ca-9d18-7d8fb5ae48c3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb3605a-63d8-46ca-9d18-7d8fb5ae48c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:33,807 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:42:33,808 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8746d30f-ab59-47c6-a48d-b5f426a77670', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8746d30f-ab59-47c6-a48d-b5f426a77670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:34,867 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:34,868 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4364cce-0c57-4e59-ac32-5f7c914958d7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4364cce-0c57-4e59-ac32-5f7c914958d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:35,922 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:42:35,923 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89b5c4f4-4228-4d3b-9551-487b375fd327', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89b5c4f4-4228-4d3b-9551-487b375fd327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:36,985 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:42:36,985 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3f89af1-ebdc-43e7-9473-3f99b4a418e8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3f89af1-ebdc-43e7-9473-3f99b4a418e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:38,043 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:38,044 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2571d4ac-e204-4490-bf0e-b126680b3134', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2571d4ac-e204-4490-bf0e-b126680b3134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:39,113 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:42:39,114 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-136f3289-4a43-47fc-8396-44fcba9b54cd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-136f3289-4a43-47fc-8396-44fcba9b54cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:40,172 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:40,173 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-056084b1-3784-403a-8bc9-634b9d22ed6b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-056084b1-3784-403a-8bc9-634b9d22ed6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:41,231 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:42:41,232 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-386f908b-fccf-4a0c-ba43-34a0ba08ebeb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-386f908b-fccf-4a0c-ba43-34a0ba08ebeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:42,288 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:42:42,289 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8dc7104-066a-4740-974f-14cfc64c4658', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8dc7104-066a-4740-974f-14cfc64c4658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:43,340 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:42:43,341 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96373d7a-d211-42f3-9b25-df9b54fea4b3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96373d7a-d211-42f3-9b25-df9b54fea4b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:44,402 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:42:44,402 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa5997c-d7c3-4c2e-b0a7-5aa541815c3e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa5997c-d7c3-4c2e-b0a7-5aa541815c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:45,458 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:42:45,458 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7129b468-234b-4274-a396-4022d2f751ed', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7129b468-234b-4274-a396-4022d2f751ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:46,508 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:42:46,509 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-837b1997-3dc4-4257-9eaf-8acfde57d775', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-837b1997-3dc4-4257-9eaf-8acfde57d775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:47,575 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:42:47,575 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb17f39c-051a-40d5-bf60-0f44024982e4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb17f39c-051a-40d5-bf60-0f44024982e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:48,630 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:42:48,631 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-197e4200-8a44-4775-92cb-7c7e0ef75e27', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-197e4200-8a44-4775-92cb-7c7e0ef75e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:49,688 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:42:49,688 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9c5979b-2d3d-43f5-af62-f0ddf2320eea', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9c5979b-2d3d-43f5-af62-f0ddf2320eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:50,735 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:42:50,735 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e149dc-3edc-4476-b99b-17c5a24a5bef', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e149dc-3edc-4476-b99b-17c5a24a5bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:51,788 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:42:51,788 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc55019-76cb-4dbb-b3ec-df9e2e7ffe51', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc55019-76cb-4dbb-b3ec-df9e2e7ffe51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:52,840 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:42:52,840 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28ecfcd6-3b14-4f8f-958a-7390f4d89115', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ecfcd6-3b14-4f8f-958a-7390f4d89115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:53,898 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:42:53,898 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-642254e3-43cc-4e6d-98fe-df9957fc1330', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-642254e3-43cc-4e6d-98fe-df9957fc1330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:54,952 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:42:54,952 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94246fb7-d69d-4077-9fad-43588439948e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94246fb7-d69d-4077-9fad-43588439948e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:56,016 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:42:56,016 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8534c07b-8352-47a7-b100-66ea9a61de3a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8534c07b-8352-47a7-b100-66ea9a61de3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:57,072 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:42:57,073 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a17c872-17c1-49b4-b9bc-a5328aa8cc33', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a17c872-17c1-49b4-b9bc-a5328aa8cc33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:58,125 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:42:58,126 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3662d48-0a76-444e-80c3-29275b9c7b3f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3662d48-0a76-444e-80c3-29275b9c7b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:42:59,189 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:42:59,189 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcbe72cc-a643-4f83-a731-5f5909cc4618', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcbe72cc-a643-4f83-a731-5f5909cc4618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:00,240 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:43:00,241 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5a4dae2-0189-4db1-aefc-ef93addc4d55', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5a4dae2-0189-4db1-aefc-ef93addc4d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:01,300 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:43:01,301 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9b5439-f712-4378-81b8-bb49ac1b7773', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9b5439-f712-4378-81b8-bb49ac1b7773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:02,349 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:43:02,349 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5babb7-3177-4659-9014-8a1d37ed72e5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5babb7-3177-4659-9014-8a1d37ed72e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:03,402 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:03,402 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c562fdf-4638-4b2f-a2f8-6e2335348a0e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c562fdf-4638-4b2f-a2f8-6e2335348a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:04,455 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:43:04,455 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac39a05-5be0-428f-8b53-b9d02472c4da', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac39a05-5be0-428f-8b53-b9d02472c4da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:05,517 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:43:05,518 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a508e4-0c77-4720-9748-f9b01935a161', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a508e4-0c77-4720-9748-f9b01935a161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:06,575 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:43:06,575 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87457c1-1d2c-495a-a8d3-520df4fd0635', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87457c1-1d2c-495a-a8d3-520df4fd0635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:07,627 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:43:07,627 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9afd9daa-fa28-45c8-96a2-8bc2308717e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9afd9daa-fa28-45c8-96a2-8bc2308717e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:08,681 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:43:08,682 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d613bd-b1fb-463d-b2ad-7e614c17c632', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d613bd-b1fb-463d-b2ad-7e614c17c632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:09,735 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:09,735 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eca4c59a-6985-4eb2-a662-c4d0d4b1ee3c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eca4c59a-6985-4eb2-a662-c4d0d4b1ee3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:10,791 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:43:10,791 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf2e4bb9-fdd6-4766-85bf-5c9c42a93dbc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf2e4bb9-fdd6-4766-85bf-5c9c42a93dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:11,846 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:43:11,847 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377b3ce5-be53-4f9b-a502-068563f2ac76', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377b3ce5-be53-4f9b-a502-068563f2ac76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:12,895 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:43:12,895 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8545c1b-e1d3-4784-a3dd-7a533fbf3e97', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8545c1b-e1d3-4784-a3dd-7a533fbf3e97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:13,950 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:43:13,951 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7214a2c2-8ae0-4d46-8128-84079e13f8d8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7214a2c2-8ae0-4d46-8128-84079e13f8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:15,011 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:43:15,011 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92f4218-fef5-41df-9c70-87250b300fd0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c92f4218-fef5-41df-9c70-87250b300fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:16,069 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:43:16,070 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e167cb75-496e-4282-870a-789570220444', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e167cb75-496e-4282-870a-789570220444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:17,123 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:17,124 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc0afcb-4b40-40c5-b88f-8c1efdcb115d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc0afcb-4b40-40c5-b88f-8c1efdcb115d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:18,175 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:43:18,176 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0894fd8-7162-4662-8d06-3c8b26c24b87', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0894fd8-7162-4662-8d06-3c8b26c24b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:19,226 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:43:19,226 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2113987-bb2a-4667-863a-9a30abc29182', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2113987-bb2a-4667-863a-9a30abc29182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:20,281 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:43:20,281 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8f0d52-f06f-4729-8f2e-bdadf32f01c4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8f0d52-f06f-4729-8f2e-bdadf32f01c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:21,335 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:43:21,336 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6361bd2-329e-4bac-bff4-1be148c78260', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6361bd2-329e-4bac-bff4-1be148c78260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:22,392 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:43:22,392 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c7fccb-134b-40e0-8e32-77f16caba922', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c7fccb-134b-40e0-8e32-77f16caba922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:23,449 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:43:23,450 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9562a44-75b7-419d-b264-92f7dd2b76a6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9562a44-75b7-419d-b264-92f7dd2b76a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:24,503 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:24,504 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47ea3f7c-0bef-45a4-bd75-478ed56963cc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47ea3f7c-0bef-45a4-bd75-478ed56963cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:25,568 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:43:25,568 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e5d99a-e585-4fd6-ba0a-f15e25d9a1de', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e5d99a-e585-4fd6-ba0a-f15e25d9a1de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:26,622 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:26,622 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4717a07-8109-44ab-8888-f48330d7c8c1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4717a07-8109-44ab-8888-f48330d7c8c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:27,683 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:43:27,683 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e649b7c-d98c-4204-8a6f-c01f945d2650', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e649b7c-d98c-4204-8a6f-c01f945d2650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:28,737 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:28,737 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95db32a8-0553-4297-bbfb-154c7fb9b9bf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95db32a8-0553-4297-bbfb-154c7fb9b9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:29,800 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:43:29,800 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7048482f-0cc6-4b85-b581-b9e1c3e7a29d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7048482f-0cc6-4b85-b581-b9e1c3e7a29d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:30,855 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:43:30,855 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8845a481-eab4-4770-9e84-161a20c5ed8e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8845a481-eab4-4770-9e84-161a20c5ed8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:31,907 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:43:31,907 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8790b613-d2ce-4d43-aa64-e5fa9e32e03a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8790b613-d2ce-4d43-aa64-e5fa9e32e03a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:32,965 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:43:32,966 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cdca61-cf75-4165-8bef-1f3813f512fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cdca61-cf75-4165-8bef-1f3813f512fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:34,017 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:43:34,017 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a93ad1d6-2f5c-4e8f-82df-538360237c1b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a93ad1d6-2f5c-4e8f-82df-538360237c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:35,079 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:43:35,079 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f2e7e1-0708-4f74-90d5-b51e0f65f3e3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f2e7e1-0708-4f74-90d5-b51e0f65f3e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:36,134 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:43:36,134 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06239895-64c6-4e04-85ef-80a0d3c358a3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06239895-64c6-4e04-85ef-80a0d3c358a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:37,184 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:43:37,184 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a38edf3-ffe5-4805-99b9-d9d1efc2b832', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a38edf3-ffe5-4805-99b9-d9d1efc2b832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:38,243 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:38,243 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8740532-bdc9-407d-a937-48b91da21bf8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8740532-bdc9-407d-a937-48b91da21bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:39,296 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:39,297 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbf2c52b-cc08-4cae-8524-99b916e7bfb9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbf2c52b-cc08-4cae-8524-99b916e7bfb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:40,359 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:43:40,360 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea9d8544-33e9-427a-bd51-02f0fbda4271', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea9d8544-33e9-427a-bd51-02f0fbda4271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:41,413 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:41,413 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b999eca-0b29-4a62-b3ba-a31fb21cfbfd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b999eca-0b29-4a62-b3ba-a31fb21cfbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:42,465 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:43:42,465 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aadda434-d4c0-46fe-a2d9-28b2d7127774', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aadda434-d4c0-46fe-a2d9-28b2d7127774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:43,513 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:43:43,513 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09069730-975e-4894-a1be-31e0e8e68833', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09069730-975e-4894-a1be-31e0e8e68833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:44,576 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:43:44,577 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ebfd90-efa0-4c19-9a46-f175cec54f4a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ebfd90-efa0-4c19-9a46-f175cec54f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:45,626 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:43:45,627 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-316a0e44-eb5f-480c-be54-96bede172e6a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-316a0e44-eb5f-480c-be54-96bede172e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:46,689 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:43:46,689 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8014be-b0fd-4926-99b0-c1e50c549d56', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8014be-b0fd-4926-99b0-c1e50c549d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:47,742 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:43:47,742 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6016819f-8e96-481e-8a04-586aea86d3c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6016819f-8e96-481e-8a04-586aea86d3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:48,795 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:43:48,796 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-986e306e-9886-4439-9a78-362b431e62cb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-986e306e-9886-4439-9a78-362b431e62cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:49,859 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:43:49,859 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b30f65-03a4-4345-9ee8-36c330813fbe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b30f65-03a4-4345-9ee8-36c330813fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:50,918 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:43:50,918 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edee987f-0725-4810-86be-79687c518cff', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edee987f-0725-4810-86be-79687c518cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:51,968 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:43:51,969 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aad794f-344e-4e92-b6f5-1845602524c8', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aad794f-344e-4e92-b6f5-1845602524c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:53,026 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:43:53,027 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3173e526-31e5-4b7d-8ef7-1f23a062c4f1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3173e526-31e5-4b7d-8ef7-1f23a062c4f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:54,074 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:43:54,075 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61a531b2-839e-450b-a6d7-0c27b0c01ed2', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61a531b2-839e-450b-a6d7-0c27b0c01ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:55,136 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:43:55,136 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c5cce1-2676-4c0f-87e3-fe7f687be7f4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c5cce1-2676-4c0f-87e3-fe7f687be7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:56,186 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.042s 2022-03-23 17:43:56,186 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-441b204d-abe5-4766-aa5f-bf85d370381f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-441b204d-abe5-4766-aa5f-bf85d370381f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:57,243 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:43:57,243 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3830f7fa-ac1e-4f88-b3b9-e88c341927d3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3830f7fa-ac1e-4f88-b3b9-e88c341927d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:58,303 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:43:58,304 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b029ee-8baa-406c-8cef-50c96e1c78d5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b029ee-8baa-406c-8cef-50c96e1c78d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:43:59,364 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:43:59,364 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88785f9-2dad-4ae5-98b6-e890d65f90db', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88785f9-2dad-4ae5-98b6-e890d65f90db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:00,417 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:44:00,418 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb416bb4-9134-4f92-b179-673520855c64', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb416bb4-9134-4f92-b179-673520855c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:01,469 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:44:01,469 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5241bae5-41d0-44a6-8373-1c3ae2d9f5c5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5241bae5-41d0-44a6-8373-1c3ae2d9f5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:02,521 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:44:02,521 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8207c694-aa11-48b2-b95b-d7d18368b6ef', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8207c694-aa11-48b2-b95b-d7d18368b6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:03,582 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:44:03,583 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f47f1a6-a80c-4caa-8f60-ad85fb258a09', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f47f1a6-a80c-4caa-8f60-ad85fb258a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:04,646 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:44:04,647 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f495fdb-cf28-44d4-9154-b71a4c38bb39', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f495fdb-cf28-44d4-9154-b71a4c38bb39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:05,701 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:44:05,701 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b634b6-4b26-44aa-9999-7651f02457c7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b634b6-4b26-44aa-9999-7651f02457c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:06,764 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:44:06,765 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4e7731-6bff-4394-838b-f8e5afc18b16', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4e7731-6bff-4394-838b-f8e5afc18b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:07,814 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:44:07,815 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-165a0181-248e-49e8-8526-e72e27056dde', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-165a0181-248e-49e8-8526-e72e27056dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:08,876 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:44:08,877 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020030ff-756d-435f-b03c-65a695dbc289', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020030ff-756d-435f-b03c-65a695dbc289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:09,935 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:44:09,935 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08e34cd-c0a2-4aca-99cf-713e81558f91', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08e34cd-c0a2-4aca-99cf-713e81558f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:10,993 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:44:10,993 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa99f33f-7748-4593-8c55-71a30e837193', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa99f33f-7748-4593-8c55-71a30e837193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:12,047 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:44:12,047 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66707f9a-f77c-4132-a180-7ea5b527d2b5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66707f9a-f77c-4132-a180-7ea5b527d2b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:13,097 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:44:13,097 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10500a94-fa6a-4090-94b6-ac5340e9ec0c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10500a94-fa6a-4090-94b6-ac5340e9ec0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:14,152 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:44:14,153 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cbbd814-5103-4f12-9430-aaf46e2ab414', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cbbd814-5103-4f12-9430-aaf46e2ab414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:15,213 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:44:15,214 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5591954-7efd-4a29-8de3-b3151ce202b4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5591954-7efd-4a29-8de3-b3151ce202b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:16,266 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:44:16,267 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2888e07-aaa0-441d-86a2-e581246d6d13', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2888e07-aaa0-441d-86a2-e581246d6d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:17,323 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:44:17,324 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef4e294f-24d3-4aea-9923-b8c67ddad26b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef4e294f-24d3-4aea-9923-b8c67ddad26b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:18,374 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:44:18,375 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988de9c7-d4c7-4762-a41a-835201204570', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988de9c7-d4c7-4762-a41a-835201204570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:19,428 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:44:19,428 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec25b8d7-55c4-412f-8f4e-a381b4d2d514', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec25b8d7-55c4-412f-8f4e-a381b4d2d514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:20,482 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:44:20,482 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bab4a9bb-f87a-4ffd-9e8b-716510b9bb81', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bab4a9bb-f87a-4ffd-9e8b-716510b9bb81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:21,541 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:44:21,541 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6678c8a7-dcbe-43c7-8bd7-d7ca4a0d3af0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6678c8a7-dcbe-43c7-8bd7-d7ca4a0d3af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:22,599 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:44:22,600 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef02463-3602-4d15-be2e-2c78225e77c0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef02463-3602-4d15-be2e-2c78225e77c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:23,651 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.043s 2022-03-23 17:44:23,651 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83d0300-0da9-475d-a4cb-b1188aef9458', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83d0300-0da9-475d-a4cb-b1188aef9458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:24,712 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:44:24,713 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c3ab1c-1c30-45fd-8242-f3fb4dc4fd06', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c3ab1c-1c30-45fd-8242-f3fb4dc4fd06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:25,768 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:44:25,768 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-038070d8-6dca-4062-afe5-717f7270e825', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-038070d8-6dca-4062-afe5-717f7270e825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:26,824 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:44:26,825 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aa74a99-f916-44f7-bf97-07d5bce59536', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aa74a99-f916-44f7-bf97-07d5bce59536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:27,886 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:44:27,886 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aba52c1-5528-47e9-b884-ef0666a3f80f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aba52c1-5528-47e9-b884-ef0666a3f80f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:28,950 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.057s 2022-03-23 17:44:28,951 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6416e32d-c146-4efc-bac8-31aa760c004d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6416e32d-c146-4efc-bac8-31aa760c004d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:30,004 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:44:30,004 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb584564-a3cc-4adf-8b7d-f88acb9eda6c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb584564-a3cc-4adf-8b7d-f88acb9eda6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:31,068 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:44:31,068 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f9d2056-0c57-4b98-91f1-e481d326d277', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f9d2056-0c57-4b98-91f1-e481d326d277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:32,125 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:44:32,125 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c9f13f9-9ed1-44ac-9ff7-fe489669b6a6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c9f13f9-9ed1-44ac-9ff7-fe489669b6a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:33,180 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:44:33,181 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713027c4-1123-42a7-aa52-636c3cbf2c2b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713027c4-1123-42a7-aa52-636c3cbf2c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:34,233 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:44:34,233 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a90d9647-1499-4a20-abe5-263e93ee9d10', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a90d9647-1499-4a20-abe5-263e93ee9d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:35,294 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:44:35,294 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ccfb35-4783-432b-b4f0-247a8341c115', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ccfb35-4783-432b-b4f0-247a8341c115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:36,349 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:44:36,350 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714eea3f-64c7-44a4-a82d-197a4a2e312e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714eea3f-64c7-44a4-a82d-197a4a2e312e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:37,407 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:44:37,407 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378b1169-e83c-4ede-9100-88e248340a4b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378b1169-e83c-4ede-9100-88e248340a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:38,461 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:44:38,461 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4228445f-f7fa-4607-9e2e-ec7f1928711d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4228445f-f7fa-4607-9e2e-ec7f1928711d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:39,509 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.039s 2022-03-23 17:44:39,509 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ccdf46-e3b3-4e1a-90d3-f1981829f333', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ccdf46-e3b3-4e1a-90d3-f1981829f333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:40,558 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:44:40,558 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8593eb5f-c39a-4f53-85ef-f0698be8b49d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8593eb5f-c39a-4f53-85ef-f0698be8b49d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:41,616 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:44:41,616 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b337572-0739-4319-85cd-64075db338be', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b337572-0739-4319-85cd-64075db338be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:42,669 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:44:42,669 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a929aa83-cc79-4825-85df-7c8832f0d12d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a929aa83-cc79-4825-85df-7c8832f0d12d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:43,730 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:44:43,730 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-687a982b-a094-4845-b330-c5f8c4a6b2db', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-687a982b-a094-4845-b330-c5f8c4a6b2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:44,783 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:44:44,783 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5bed9b9-c772-4bd9-ac7e-14601fdaa08d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5bed9b9-c772-4bd9-ac7e-14601fdaa08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:45,837 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:44:45,838 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722a11c0-aca6-4ac7-9baf-c4f19b9bbc33', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722a11c0-aca6-4ac7-9baf-c4f19b9bbc33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:46,889 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:44:46,890 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79097274-c512-4500-9b1f-d8176a80ce27', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79097274-c512-4500-9b1f-d8176a80ce27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:47,941 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:44:47,942 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758b3f3f-235d-424e-85dc-49d0b7ad5e09', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758b3f3f-235d-424e-85dc-49d0b7ad5e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:49,001 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:44:49,001 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2ad5f4-ea37-4a83-b47d-267654a1b9cf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2ad5f4-ea37-4a83-b47d-267654a1b9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:50,104 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.095s 2022-03-23 17:44:50,105 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5712c5ae-95e4-45c9-a4da-a06d3b40ea54', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5712c5ae-95e4-45c9-a4da-a06d3b40ea54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:51,161 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:44:51,162 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36aa6cdc-bd68-4a52-9258-acf3131b6b11', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36aa6cdc-bd68-4a52-9258-acf3131b6b11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:52,213 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:44:52,214 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b24dd0ec-2b3e-4d2e-bf48-dc51d982e5dd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b24dd0ec-2b3e-4d2e-bf48-dc51d982e5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:53,273 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:44:53,274 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73eb60f-80d1-4854-9520-a3b5f8b09a01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73eb60f-80d1-4854-9520-a3b5f8b09a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:54,328 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:44:54,328 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6f8257-cbdc-4f47-88e6-2c69d8c79f68', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6f8257-cbdc-4f47-88e6-2c69d8c79f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:55,384 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:44:55,384 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981a99f4-0a38-4193-b049-f64ef5c5fe75', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981a99f4-0a38-4193-b049-f64ef5c5fe75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:56,441 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.049s 2022-03-23 17:44:56,441 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67c7a82b-32fe-4120-9918-08cc51a09fac', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67c7a82b-32fe-4120-9918-08cc51a09fac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:57,494 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:44:57,494 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddc55a0e-a741-42f5-8248-19ffae11e879', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc55a0e-a741-42f5-8248-19ffae11e879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:58,554 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:44:58,554 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b972500-f5bd-429f-80a0-50a834a5693d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b972500-f5bd-429f-80a0-50a834a5693d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:44:59,609 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:44:59,610 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da542904-46f2-4db1-b2f7-9986094d42e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da542904-46f2-4db1-b2f7-9986094d42e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:00,663 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:45:00,664 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b4c520-2958-4313-8fe0-21680f93aa01', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b4c520-2958-4313-8fe0-21680f93aa01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:01,726 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:45:01,726 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71693fab-27fb-4763-9586-e19dc99b04f0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71693fab-27fb-4763-9586-e19dc99b04f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:02,784 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:02,784 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97dc59d-d4a0-45ae-a0ed-084008984819', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97dc59d-d4a0-45ae-a0ed-084008984819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:03,848 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:45:03,849 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e67d51-4066-4b01-a7d7-35cea4cfb884', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e67d51-4066-4b01-a7d7-35cea4cfb884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:04,905 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:45:04,905 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-725c0dc6-ba24-4381-bfb6-48418613e85a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-725c0dc6-ba24-4381-bfb6-48418613e85a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:05,964 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:45:05,964 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141afd3a-9b20-43a1-b591-8c143c4843ae', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141afd3a-9b20-43a1-b591-8c143c4843ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:07,018 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:45:07,019 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19dd3f27-b188-43cd-a358-c30b96cf2b9c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19dd3f27-b188-43cd-a358-c30b96cf2b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:08,067 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:45:08,067 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27be62a1-f8b5-4f61-9a8b-6c9753e0e216', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27be62a1-f8b5-4f61-9a8b-6c9753e0e216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:09,124 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:45:09,124 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e8f5df-a987-46b5-a449-abf8d91ff0dc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e8f5df-a987-46b5-a449-abf8d91ff0dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:10,186 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:45:10,186 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9d5ee9-043b-42e8-87dc-4b8d391b2293', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9d5ee9-043b-42e8-87dc-4b8d391b2293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:11,238 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.044s 2022-03-23 17:45:11,238 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab38af8f-6367-4ba7-9cce-b1c33da7573e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab38af8f-6367-4ba7-9cce-b1c33da7573e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:12,286 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:45:12,287 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9046f526-4476-45c5-8c18-6a9dae0fe1b6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9046f526-4476-45c5-8c18-6a9dae0fe1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:13,341 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:45:13,341 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-497cbc03-8c77-4fe0-a133-d3f378b1eab4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-497cbc03-8c77-4fe0-a133-d3f378b1eab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:14,398 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:45:14,398 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e961c9-cf0a-4caa-890b-7056a35e966e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e961c9-cf0a-4caa-890b-7056a35e966e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:15,448 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.041s 2022-03-23 17:45:15,448 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a948bd4-1604-45bd-aa56-9b94139ae900', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a948bd4-1604-45bd-aa56-9b94139ae900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:16,506 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:45:16,506 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d61f08c-e0fe-486b-8fb4-397700dbc396', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d61f08c-e0fe-486b-8fb4-397700dbc396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:17,566 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:45:17,566 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05872df0-5d01-400f-85c9-3926d3ada2ba', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05872df0-5d01-400f-85c9-3926d3ada2ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:18,620 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:45:18,621 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3684347c-5eed-48a0-bcdb-fde2fd6d209a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3684347c-5eed-48a0-bcdb-fde2fd6d209a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:19,677 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.048s 2022-03-23 17:45:19,678 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb25511-e33f-4612-a382-5ec4bc1ed630', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb25511-e33f-4612-a382-5ec4bc1ed630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:20,737 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:45:20,738 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bedf414-9e12-46ef-a4af-248a24401150', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bedf414-9e12-46ef-a4af-248a24401150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:21,793 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:45:21,793 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04b6a10-75d1-4c4e-9264-85a3b97e5e1a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04b6a10-75d1-4c4e-9264-85a3b97e5e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:22,849 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:45:22,850 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27edb0fe-9e0d-4b42-94e7-1b5e8372957d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27edb0fe-9e0d-4b42-94e7-1b5e8372957d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:23,911 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.052s 2022-03-23 17:45:23,911 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c59c92e-3441-45cd-b258-aa98b49860e4', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c59c92e-3441-45cd-b258-aa98b49860e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:24,959 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:45:24,960 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13185a3e-54dc-4e56-933e-63c7a72451b3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13185a3e-54dc-4e56-933e-63c7a72451b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:26,014 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:45:26,015 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38fc333-0a2f-47d1-9d5c-436c196b8839', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38fc333-0a2f-47d1-9d5c-436c196b8839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:27,070 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:45:27,070 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a39437-aa60-4296-8d5d-b5851845717a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a39437-aa60-4296-8d5d-b5851845717a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:28,133 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:45:28,133 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cbb9a5e-33ff-455b-91ed-8fffec7c034b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cbb9a5e-33ff-455b-91ed-8fffec7c034b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:29,187 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:45:29,188 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653e44bf-4b70-45bd-a46a-2fed4e28b669', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653e44bf-4b70-45bd-a46a-2fed4e28b669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:30,240 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:30,241 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367606a7-206f-4ae9-ab54-b2b28867d473', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367606a7-206f-4ae9-ab54-b2b28867d473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:31,289 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.040s 2022-03-23 17:45:31,290 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c309ef7-45b9-4aa7-986c-519bd727f674', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c309ef7-45b9-4aa7-986c-519bd727f674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:32,342 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:32,342 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3205050e-d7ca-4181-a96b-7cfddcb7e572', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3205050e-d7ca-4181-a96b-7cfddcb7e572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:33,402 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:45:33,402 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf08465-b65e-43d2-82d9-2d84250b90c7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf08465-b65e-43d2-82d9-2d84250b90c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:34,458 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.047s 2022-03-23 17:45:34,458 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a3c975f-552d-490f-b4fd-1522dc5511b0', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a3c975f-552d-490f-b4fd-1522dc5511b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:35,505 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.038s 2022-03-23 17:45:35,505 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd24c008-bead-47f3-af5e-e0a8f2d02278', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd24c008-bead-47f3-af5e-e0a8f2d02278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:36,569 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:45:36,569 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a842617-ca39-4b4c-8389-0b35e84a5881', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a842617-ca39-4b4c-8389-0b35e84a5881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:37,625 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:37,625 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a7868b8-ff22-4d95-b1f1-9f55dca888e6', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a7868b8-ff22-4d95-b1f1-9f55dca888e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:38,684 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:45:38,685 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb3b80c2-f6a6-4ccb-9849-dd09c85b8f82', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb3b80c2-f6a6-4ccb-9849-dd09c85b8f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:39,739 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.046s 2022-03-23 17:45:39,740 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb0eb39d-aa30-4b0e-a3d9-be3b21fa40bf', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb0eb39d-aa30-4b0e-a3d9-be3b21fa40bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:40,793 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:40,794 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bdeeec7-e6ac-4231-9fd4-b914da472529', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bdeeec7-e6ac-4231-9fd4-b914da472529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:41,858 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.056s 2022-03-23 17:45:41,859 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15a8328-6909-4336-af66-c68c48064c7e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15a8328-6909-4336-af66-c68c48064c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:42,912 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:42,913 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d55a844-01ac-4a81-af29-9bb517fd6c89', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d55a844-01ac-4a81-af29-9bb517fd6c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:43,971 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.050s 2022-03-23 17:45:43,972 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbe7e8f-61c4-4895-b92e-2d5196029f1b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbe7e8f-61c4-4895-b92e-2d5196029f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:45,026 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:45,026 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ed3683c-7899-4712-99fb-bb56eae2c32b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ed3683c-7899-4712-99fb-bb56eae2c32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:46,089 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.055s 2022-03-23 17:45:46,090 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d702ca0-91f9-4e75-ab32-c6600a60074b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d702ca0-91f9-4e75-ab32-c6600a60074b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:47,152 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.054s 2022-03-23 17:45:47,152 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30dec739-fe2d-48d3-8d3d-bf9680cefd4e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30dec739-fe2d-48d3-8d3d-bf9680cefd4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:48,215 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.053s 2022-03-23 17:45:48,215 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d99d19a-6f6c-448a-b24e-4777daf72745', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d99d19a-6f6c-448a-b24e-4777daf72745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:49,273 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.051s 2022-03-23 17:45:49,274 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5951f759-d0f4-4538-b0d4-ed3d1440cabd', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5951f759-d0f4-4538-b0d4-ed3d1440cabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:50,327 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df 0.045s 2022-03-23 17:45:50,328 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c871f8a6-be0e-4aba-96ae-ef13e4ce7330', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c871f8a6-be0e-4aba-96ae-ef13e4ce7330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df'} Body: b'{"volume": {"id": "47e36be7-e157-4031-8501-9110878460df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:39:50.000000", "updated_at": "2022-03-23T17:39:50.000000", "name": "tempest-AttachVolumeTestJSON-volume-96769302", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/562e825d481140639866877090276140/volumes/47e36be7-e157-4031-8501-9110878460df"}], "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "562e825d481140639866877090276140"}}' 2022-03-23 17:45:50,461 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.125s 2022-03-23 17:45:50,461 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:50 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-f99bbef6-6626-4a94-892a-520674268660', 'x-compute-request-id': 'req-f99bbef6-6626-4a94-892a-520674268660', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'' 2022-03-23 17:45:50,639 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.177s 2022-03-23 17:45:50,640 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13daf840-a180-4d0c-896f-c862b84f11b5', 'x-compute-request-id': 'req-13daf840-a180-4d0c-896f-c862b84f11b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "ACTIVE", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:45:50Z", "addresses": {"tempest-AttachVolumeTestJSON-290508263-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:94:87"}, {"version": 4, "addr": "172.27.2.40", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:94:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": "2022-03-23T17:38:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:45:51,859 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.210s 2022-03-23 17:45:51,859 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5572d0ff-6476-4d78-a460-a6c835c1fc14', 'x-compute-request-id': 'req-5572d0ff-6476-4d78-a460-a6c835c1fc14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"server": {"id": "1c3bfcb0-89a2-41a4-84ef-6089afb9e617", "name": "tempest-AttachVolumeTestJSON-server-426916594", "status": "ACTIVE", "tenant_id": "562e825d481140639866877090276140", "user_id": "0ccd520e47c0455396ae12bd5fa8b043", "metadata": {}, "hostId": "c76766fffc84f646cf412ec3f7ec22feaf28f7f391874e7efb375c53", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:38:05Z", "updated": "2022-03-23T17:45:50Z", "addresses": {"tempest-AttachVolumeTestJSON-290508263-network": [{"version": 4, "addr": "172.20.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:94:87"}, {"version": 4, "addr": "172.27.2.40", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:94:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1950867549", "OS-SRV-USG:launched_at": "2022-03-23T17:38:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655594589"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:45:52,901 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617 0.032s 2022-03-23 17:45:52,901 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:52 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-67edb2e4-5f4a-48be-8305-7dd0ea558126', 'x-compute-request-id': 'req-67edb2e4-5f4a-48be-8305-7dd0ea558126', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1c3bfcb0-89a2-41a4-84ef-6089afb9e617'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1c3bfcb0-89a2-41a4-84ef-6089afb9e617 could not be found."}}' 2022-03-23 17:45:52,932 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-1950867549 0.030s 2022-03-23 17:45:52,933 117772 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:52 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-0fafe6a9-8223-4025-bdae-d2d27d6af1e3', 'x-compute-request-id': 'req-0fafe6a9-8223-4025-bdae-d2d27d6af1e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-1950867549'} Body: b'' 2022-03-23 17:45:53,073 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/security-groups/7f665960-6788-479c-88af-a6f8a93a0a51 0.140s 2022-03-23 17:45:53,074 117772 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-95133620-6911-4848-bc5a-b866a06ad170', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:45:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/7f665960-6788-479c-88af-a6f8a93a0a51'} Body: b'' 2022-03-23 17:45:53,090 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.41:9696/v2.0/security-groups/7f665960-6788-479c-88af-a6f8a93a0a51 0.016s 2022-03-23 17:45:53,090 117772 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-2fc8f660-b8a9-44da-ade4-f1fd09a1d96c', 'date': 'Wed, 23 Mar 2022 17:45:53 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/7f665960-6788-479c-88af-a6f8a93a0a51'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7f665960-6788-479c-88af-a6f8a93a0a51 does not exist", "detail": ""}}' 2022-03-23 17:45:53,540 117772 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/floatingips/e085bbb3-9611-4413-b7a1-7d28245f312b 0.448s 2022-03-23 17:45:53,540 117772 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-b18ff809-c174-4977-ba92-d78a43eb3dee', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:45:53 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/e085bbb3-9611-4413-b7a1-7d28245f312b'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 531, 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 47e36be7-e157-4031-8501-9110878460df failed to reach available status (current creating) within the required time (360 s). |
||||||
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] |
pass
pt9.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft9.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-03-23 17:36:57,616 117767 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-03-23 17:36:57,616 117767 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-03-23 17:36:57,986 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.41/compute/v2.1/os-keypairs 0.369s 2022-03-23 17:36:57,987 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1907078321"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aa7415d-06ab-45ae-99d7-5d971b8cbda0', 'x-compute-request-id': 'req-7aa7415d-06ab-45ae-99d7-5d971b8cbda0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEA3mLf4Sgwxlv4R8zgEXjNjYZKb6AFXFlrJuufW4bEf68SGYfc\\nVORxzJpc1dqMbvdFHKL6rJk/stWiRt+6Llxn5WYXYwTFGmuCRxTWLGsBUjXkPWwb\\nulHEb3jiQeAVlnMTsWb/NNmfrrdY7epC/awFZl1FxC3eWtazIz7JS1mD2woFetrR\\n187xAzYYXWGb0gR0pS8tFxaSEeTG3WjyuqkrUQ4I7QffNx/Dw8JIfDTzKfRmqJfp\\neBpRvws8fDhtqsraPBl25tdsIm+Tl4VM04JNJDXrS0bMEiSsTUDqK9gENI3f869c\\n9EGNUW6EECxePbI8reAq3d/hL8XyTSlaLjlPuwIDAQABAoIBAQDDwJUBRLdqY5pw\\n2U6DEqsdYJA1Ic6WM7+2SsHDdyWQnzJ3drfjohLp3xbIx8/F/bLAOlYdh+giKxrk\\n+BqSpJRvwSXk61X0o53Ro+3Cu442J2n5ByiBIWigFvBSvEVEYZd8GQWcJ9P/nzSQ\\neBzv3nQCXygCP73yh/q3k5Ts1qbSLqOwdrDCEV5iC+unWSjWXSsand+GClz1FoCP\\n8utewj2e4Rn0XeAeusBWnNzy4aL3AvFGvuyRF9srXB5x0pX0m39GC734GL6eUEaw\\nyl2ZqkgkLUT67l4UoyoMbZFqk3cnkGk8AzTeEg1e5dDI/jqWzVqVUxLwGjyjFSm+\\nDf8weMaBAoGBAPhFX3VLFuugPQMfqzFPa/+QJ8AfLhED+WJb1DN+5jg12H8DaCqd\\nT2BtAt2ZIkCSh+jM50F4uYOHKzaOd5+w0RXYhl/3AP3+iVF/kj6czPfQazcGAr0U\\nYOTRGqKdwcAHNyIzhaYR+j09cRWMw1vbG6EsOi2fsaUSZuaVad6Aznh5AoGBAOVP\\nNbPYFCUcEQ57NwlYW5oBJNjEvhEV7W01+7i6sHgyHPfV/gxN3SwzAqQm2fDJdFYN\\nvvvsMBQtVZhzqNeZ1OZJLwdw9iySz3rIz/OtJCkQYuSocRHagaVnzxkMM5Ute5aJ\\nnPu3HR85W9TDLMh+4hO8zdIPJ2XFCTe5oXYTMyTTAoGAGx7A4bg1JcIYSBoSgk1x\\nt7YQkY0WZCdx+4uab5GiJmvDXYSKwXTzsc3WrUxIEJOxIv4XGPDOGw8N6mS/roML\\nI/7GFv+NbTF74Jo16H8KaNusipMug2cReo1ZAoCHJKnlHOhR5iU6l6v5iWgaAxO5\\nPe7t4AP8zNJoyTFzIioh48kCgYBt3rMDda/JTBZcEut+3cgeFRg7iKDs/M2i+y+e\\nBk1ReelpUi4EZTZo3BQS5M6d0Viddr6gZD1xHXuarSgkDX/1yvDuptA88SbaVOdW\\ngQoHZuOLXa23eTOPNhsDjFYWzxEdQthlvwoEEO6QFegaNLlL7bXMRRiCaZMOETJs\\nqaxiowKBgQCdyiu/x/PnCsFEqrlTBPbB76RzeK01e3j1mxxcu4mmYxvrM9IwWOOy\\ny+mxoD892jpAgt8BfZqxGRALjw6JsdlU6GSE1kAuby285oFv+ieLeat6dRY39nBp\\nPxyNrdh4cXJZfvE+8gP3Mbeyt+nMXoASJWPYg7YYvyKrjXr+6qIPsw==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-1907078321", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeYt/hKDDGW/hHzOAReM2NhkpvoAVcWWsm659bhsR/rxIZh9xU5HHMmlzV2oxu90UcovqsmT+y1aJG37ouXGflZhdjBMUaa4JHFNYsawFSNeQ9bBu6UcRveOJB4BWWcxOxZv802Z+ut1jt6kL9rAVmXUXELd5a1rMjPslLWYPbCgV62tHXzvEDNhhdYZvSBHSlLy0XFpIR5MbdaPK6qStRDgjtB983H8PDwkh8NPMp9Gaol+l4GlG/Czx8OG2qyto8GXbm12wib5OXhUzTgk0kNetLRswSJKxNQOor2AQ0jd/zr1z0QY1RboQQLF49sjyt4Crd3+EvxfJNKVouOU+7 Generated-by-Nova", "fingerprint": "9d:cf:99:cc:07:85:ca:79:79:45:3d:8a:ca:a0:ac:7f", "user_id": "2fab48051ee04986a35ff58052fac1a1"}}' 2022-03-23 17:36:57,989 117767 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1907078321 created 2022-03-23 17:36:58,125 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-groups 0.135s 2022-03-23 17:36:58,125 117767 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--1196059715", "description": "tempest-description--2014287895"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8f75b748-a221-4cb9-aca6-eccb19aeef12', 'date': 'Wed, 23 Mar 2022 17:36:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "afbb969b-0811-47b0-a0bf-de428fb20d33", "name": "tempest-securitygroup--1196059715", "stateful": true, "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "description": "tempest-description--2014287895", "shared": false, "security_group_rules": [{"id": "38c1313c-d5f2-4367-a1a5-aea020101203", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "afbb969b-0811-47b0-a0bf-de428fb20d33", "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-03-23T17:36:58Z", "updated_at": "2022-03-23T17:36:58Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}, {"id": "582a4f44-5f94-4805-8922-e64d83a3a7d3", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "afbb969b-0811-47b0-a0bf-de428fb20d33", "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-03-23T17:36:58Z", "updated_at": "2022-03-23T17:36:58Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}], "tags": [], "created_at": "2022-03-23T17:36:58Z", "updated_at": "2022-03-23T17:36:58Z", "revision_number": 1, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:36:58,243 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.117s 2022-03-23 17:36:58,243 117767 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": "afbb969b-0811-47b0-a0bf-de428fb20d33", "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-7982839e-a56b-410c-8c45-ef0f13f260e9', 'date': 'Wed, 23 Mar 2022 17:36:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e2631a9b-fe9d-4e0a-b980-7eb594f4276f", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "afbb969b-0811-47b0-a0bf-de428fb20d33", "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-03-23T17:36:58Z", "updated_at": "2022-03-23T17:36:58Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:36:58,372 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.128s 2022-03-23 17:36:58,372 117767 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": "afbb969b-0811-47b0-a0bf-de428fb20d33", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f43079f0-6f3e-495b-822d-a3385d216769', 'date': 'Wed, 23 Mar 2022 17:36:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "676a3475-0233-470a-8204-e9432b67b586", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "afbb969b-0811-47b0-a0bf-de428fb20d33", "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-03-23T17:36:58Z", "updated_at": "2022-03-23T17:36:58Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:36:58,373 117767 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1196059715 created 2022-03-23 17:36:59,159 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/floatingips 0.786s 2022-03-23 17:36:59,160 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-1631a5d4-3929-46e0-a1e5-0bcd8638b056', 'date': 'Wed, 23 Mar 2022 17:36:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3cef7d16-de84-4482-b755-076ecb9b83e1", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "floating_ip_address": "172.27.2.87", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81cbeef3df3646be902884c3e8e86d20", "description": "", "port_details": null, "tags": [], "created_at": "2022-03-23T17:36:58Z", "updated_at": "2022-03-23T17:36:58Z", "revision_number": 0}}' 2022-03-23 17:36:59,160 117767 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3cef7d16-de84-4482-b755-076ecb9b83e1', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'floating_ip_address': '172.27.2.87', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81cbeef3df3646be902884c3e8e86d20', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:36:58Z', 'updated_at': '2022-03-23T17:36:58Z', 'revision_number': 0, 'ip': '172.27.2.87'} created 2022-03-23 17:36:59,201 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.222.0.41/identity/v3/auth/tokens 0.033s 2022-03-23 17:36:59,201 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:59 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-b68fea3d-4b49-418b-9fe7-f92af299d15a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2fab48051ee04986a35ff58052fac1a1", "name": "tempest-AttachVolumeNegativeTest-1266384360-project", "password_expires_at": null}, "audit_ids": ["TCP1IaLSQqmQ846SnKO13Q"], "expires_at": "2022-03-23T18:36:59.000000Z", "issued_at": "2022-03-23T17:36:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81cbeef3df3646be902884c3e8e86d20", "name": "tempest-AttachVolumeNegativeTest-1266384360"}, "is_domain": false, "roles": [{"id": "379780c785aa41189985abc3a1cd2937", "name": "reader"}, {"id": "0959ce476f58412393333c921c4eff9e", "name": "member"}], "catalog": [{"endpoints": [{"id": "e0ec8a7ae3624b8d9d71192622036cd2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/identity", "region": "RegionOne"}], "id": "02a7568440264029bd82143511ef98ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "208a20eb2ef14e5db21e2046a966518a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2/81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "0b9ab1c48fe849b88d0dd6a5234bb7b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8af076802fa741399794df4c77340ec5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "376f0aee6cce42babbd975b7aea3a77a", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7f286b71e2564dfea6379c3e31be7532", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2.1", "region": "RegionOne"}], "id": "3da64a5e5e1e402bbb3270ba9676e680", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e48c804fdcc942768c5985ad9e2083e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "443c2c5fe0de4ff7bdb65330e04c4a4f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4dbc54de399f432eac5794b4a126804a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.41:8080", "region": "RegionOne"}, {"id": "8f94f2eadc42452aafb0c3d461518d3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:8080/v1/AUTH_81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "6613cb246fd441369ec519b3575c7d09", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f3b653307b4080a2040337954610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/placement", "region": "RegionOne"}], "id": "66504423e7794cb68b36401a38fb76e1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0bf793f0102e43e387070d912cbf8af2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/image", "region": "RegionOne"}], "id": "cdf7b8cd56014a08a12124e7b1ae7cc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "700a5b15cbe84e5abb18273839741b71", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:9696/", "region": "RegionOne"}], "id": "fe36de35eb8f4cfaa81981782e1f2e4a", "type": "network", "name": "neutron"}]}}' 2022-03-23 17:36:59,202 117767 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '2888c7fe-ae98-4d0e-9549-8ca804e8c855', 'name': 'tempest-AttachVolumeNegativeTest-1323889583-network', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81cbeef3df3646be902884c3e8e86d20', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 267, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-03-23T17:29:18Z', 'updated_at': '2022-03-23T17:29:18Z', 'revision_number': 1} available for tenant 2022-03-23 17:36:59,202 117767 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA3mLf4Sgwxlv4R8zgEXjNjYZKb6AFXFlrJuufW4bEf68SGYfc\nVORxzJpc1dqMbvdFHKL6rJk/stWiRt+6Llxn5WYXYwTFGmuCRxTWLGsBUjXkPWwb\nulHEb3jiQeAVlnMTsWb/NNmfrrdY7epC/awFZl1FxC3eWtazIz7JS1mD2woFetrR\n187xAzYYXWGb0gR0pS8tFxaSEeTG3WjyuqkrUQ4I7QffNx/Dw8JIfDTzKfRmqJfp\neBpRvws8fDhtqsraPBl25tdsIm+Tl4VM04JNJDXrS0bMEiSsTUDqK9gENI3f869c\n9EGNUW6EECxePbI8reAq3d/hL8XyTSlaLjlPuwIDAQABAoIBAQDDwJUBRLdqY5pw\n2U6DEqsdYJA1Ic6WM7+2SsHDdyWQnzJ3drfjohLp3xbIx8/F/bLAOlYdh+giKxrk\n+BqSpJRvwSXk61X0o53Ro+3Cu442J2n5ByiBIWigFvBSvEVEYZd8GQWcJ9P/nzSQ\neBzv3nQCXygCP73yh/q3k5Ts1qbSLqOwdrDCEV5iC+unWSjWXSsand+GClz1FoCP\n8utewj2e4Rn0XeAeusBWnNzy4aL3AvFGvuyRF9srXB5x0pX0m39GC734GL6eUEaw\nyl2ZqkgkLUT67l4UoyoMbZFqk3cnkGk8AzTeEg1e5dDI/jqWzVqVUxLwGjyjFSm+\nDf8weMaBAoGBAPhFX3VLFuugPQMfqzFPa/+QJ8AfLhED+WJb1DN+5jg12H8DaCqd\nT2BtAt2ZIkCSh+jM50F4uYOHKzaOd5+w0RXYhl/3AP3+iVF/kj6czPfQazcGAr0U\nYOTRGqKdwcAHNyIzhaYR+j09cRWMw1vbG6EsOi2fsaUSZuaVad6Aznh5AoGBAOVP\nNbPYFCUcEQ57NwlYW5oBJNjEvhEV7W01+7i6sHgyHPfV/gxN3SwzAqQm2fDJdFYN\nvvvsMBQtVZhzqNeZ1OZJLwdw9iySz3rIz/OtJCkQYuSocRHagaVnzxkMM5Ute5aJ\nnPu3HR85W9TDLMh+4hO8zdIPJ2XFCTe5oXYTMyTTAoGAGx7A4bg1JcIYSBoSgk1x\nt7YQkY0WZCdx+4uab5GiJmvDXYSKwXTzsc3WrUxIEJOxIv4XGPDOGw8N6mS/roML\nI/7GFv+NbTF74Jo16H8KaNusipMug2cReo1ZAoCHJKnlHOhR5iU6l6v5iWgaAxO5\nPe7t4AP8zNJoyTFzIioh48kCgYBt3rMDda/JTBZcEut+3cgeFRg7iKDs/M2i+y+e\nBk1ReelpUi4EZTZo3BQS5M6d0Viddr6gZD1xHXuarSgkDX/1yvDuptA88SbaVOdW\ngQoHZuOLXa23eTOPNhsDjFYWzxEdQthlvwoEEO6QFegaNLlL7bXMRRiCaZMOETJs\nqaxiowKBgQCdyiu/x/PnCsFEqrlTBPbB76RzeK01e3j1mxxcu4mmYxvrM9IwWOOy\ny+mxoD892jpAgt8BfZqxGRALjw6JsdlU6GSE1kAuby285oFv+ieLeat6dRY39nBp\nPxyNrdh4cXJZfvE+8gP3Mbeyt+nMXoASJWPYg7YYvyKrjXr+6qIPsw==\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-1907078321', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeYt/hKDDGW/hHzOAReM2NhkpvoAVcWWsm659bhsR/rxIZh9xU5HHMmlzV2oxu90UcovqsmT+y1aJG37ouXGflZhdjBMUaa4JHFNYsawFSNeQ9bBu6UcRveOJB4BWWcxOxZv802Z+ut1jt6kL9rAVmXUXELd5a1rMjPslLWYPbCgV62tHXzvEDNhhdYZvSBHSlLy0XFpIR5MbdaPK6qStRDgjtB983H8PDwkh8NPMp9Gaol+l4GlG/Czx8OG2qyto8GXbm12wib5OXhUzTgk0kNetLRswSJKxNQOor2AQ0jd/zr1z0QY1RboQQLF49sjyt4Crd3+EvxfJNKVouOU+7 Generated-by-Nova', 'fingerprint': '9d:cf:99:cc:07:85:ca:79:79:45:3d:8a:ca:a0:ac:7f', 'user_id': '2fab48051ee04986a35ff58052fac1a1'}, 'security_group': {'id': 'afbb969b-0811-47b0-a0bf-de428fb20d33', 'name': 'tempest-securitygroup--1196059715', 'stateful': True, 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'description': 'tempest-description--2014287895', 'shared': False, 'security_group_rules': [{'id': '38c1313c-d5f2-4367-a1a5-aea020101203', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'security_group_id': 'afbb969b-0811-47b0-a0bf-de428fb20d33', '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-03-23T17:36:58Z', 'updated_at': '2022-03-23T17:36:58Z', 'revision_number': 0, 'project_id': '81cbeef3df3646be902884c3e8e86d20'}, {'id': '582a4f44-5f94-4805-8922-e64d83a3a7d3', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'security_group_id': 'afbb969b-0811-47b0-a0bf-de428fb20d33', '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-03-23T17:36:58Z', 'updated_at': '2022-03-23T17:36:58Z', 'revision_number': 0, 'project_id': '81cbeef3df3646be902884c3e8e86d20'}], 'tags': [], 'created_at': '2022-03-23T17:36:58Z', 'updated_at': '2022-03-23T17:36:58Z', 'revision_number': 1, 'project_id': '81cbeef3df3646be902884c3e8e86d20'}, 'floating_ip': {'id': '3cef7d16-de84-4482-b755-076ecb9b83e1', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'floating_ip_address': '172.27.2.87', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81cbeef3df3646be902884c3e8e86d20', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:36:58Z', 'updated_at': '2022-03-23T17:36:58Z', 'revision_number': 0, 'ip': '172.27.2.87'}} 2022-03-23 17:36:59,824 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.41/compute/v2.1/servers 0.621s 2022-03-23 17:36:59,824 117767 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-27444295", "imageRef": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "2888c7fe-ae98-4d0e-9549-8ca804e8c855"}], "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "key_name": "tempest-keypair-1907078321", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a66da67b-3df2-4db4-8a74-c339de27c35b', 'x-compute-request-id': 'req-a66da67b-3df2-4db4-8a74-c339de27c35b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/servers'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "adminPass": "password"}}' 2022-03-23 17:36:59,902 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.075s 2022-03-23 17:36:59,902 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:59 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-f8dd7995-1c64-4506-b37c-15b026dc5a2b', 'x-compute-request-id': 'req-f8dd7995-1c64-4506-b37c-15b026dc5a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:37:00Z", "updated": "2022-03-23T17:36:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1907078321", "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-03-23 17:37:01,004 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:37:01,004 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1310', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3a2753e-150e-4836-8a3d-68db0beca00e', 'x-compute-request-id': 'req-b3a2753e-150e-4836-8a3d-68db0beca00e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "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-03-23 17:37:01,011 117767 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2022-03-23 17:37:02,219 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.206s 2022-03-23 17:37:02,219 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:02 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-3446cc6b-8ba9-4bf1-b5eb-17c6d3877422', 'x-compute-request-id': 'req-3446cc6b-8ba9-4bf1-b5eb-17c6d3877422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:02,227 117767 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2022-03-23 17:37:03,396 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.168s 2022-03-23 17:37:03,396 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:03 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-f4892c0b-4f0c-41f4-b03f-f2a4d04c836e', 'x-compute-request-id': 'req-f4892c0b-4f0c-41f4-b03f-f2a4d04c836e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:04,574 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.169s 2022-03-23 17:37:04,574 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:04 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-906826c8-041e-469e-9d54-d9dded32c256', 'x-compute-request-id': 'req-906826c8-041e-469e-9d54-d9dded32c256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:05,746 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.162s 2022-03-23 17:37:05,747 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:05 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-7dfe28ba-b8d2-4841-b8b7-d7ef2977ca6c', 'x-compute-request-id': 'req-7dfe28ba-b8d2-4841-b8b7-d7ef2977ca6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:06,921 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.162s 2022-03-23 17:37:06,922 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37: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-662d5b5d-3735-4059-a4a2-c182b9ee5911', 'x-compute-request-id': 'req-662d5b5d-3735-4059-a4a2-c182b9ee5911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:08,091 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.162s 2022-03-23 17:37:08,092 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:07 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-602ef39b-3f49-4d13-af83-639bdc36d55a', 'x-compute-request-id': 'req-602ef39b-3f49-4d13-af83-639bdc36d55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:09,275 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.175s 2022-03-23 17:37:09,276 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37: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-502e1968-6b19-41a3-bdd7-205cc8dd64db', 'x-compute-request-id': 'req-502e1968-6b19-41a3-bdd7-205cc8dd64db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:10,504 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.220s 2022-03-23 17:37:10,505 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37: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-65e23651-e3a4-4d60-9608-126efab99391', 'x-compute-request-id': 'req-65e23651-e3a4-4d60-9608-126efab99391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:11,790 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.277s 2022-03-23 17:37:11,791 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a475918-8441-439c-b6fa-be4f3e32808b', 'x-compute-request-id': 'req-6a475918-8441-439c-b6fa-be4f3e32808b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:37:11Z", "addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:93:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:37:11,798 117767 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2022-03-23 17:37:11,900 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-interface 0.101s 2022-03-23 17:37:11,901 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:37:11 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-724714cc-af35-4c11-a73c-826a13903af7', 'x-compute-request-id': 'req-724714cc-af35-4c11-a73c-826a13903af7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2888c7fe-ae98-4d0e-9549-8ca804e8c855", "port_id": "9a79a290-72ce-43ec-85cf-797928f9f270", "mac_addr": "fa:16:3e:15:93:5d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d923e995-8ad4-43f2-beba-221af8031362", "ip_address": "172.20.0.3"}]}]}' 2022-03-23 17:37:13,002 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.222.0.41:9696/v2.0/floatingips/3cef7d16-de84-4482-b755-076ecb9b83e1 1.098s 2022-03-23 17:37:13,002 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "9a79a290-72ce-43ec-85cf-797928f9f270"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-168ee770-0b6f-4809-94ce-79120bdc7862', 'date': 'Wed, 23 Mar 2022 17:37:13 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/3cef7d16-de84-4482-b755-076ecb9b83e1'} Body: b'{"floatingip": {"id": "3cef7d16-de84-4482-b755-076ecb9b83e1", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "floating_ip_address": "172.27.2.87", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": "e9794722-c150-44c7-906a-28cfb4d22793", "port_id": "9a79a290-72ce-43ec-85cf-797928f9f270", "fixed_ip_address": "172.20.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2888c7fe-ae98-4d0e-9549-8ca804e8c855", "mac_address": "fa:16:3e:15:93:5d", "admin_state_up": true, "status": "ACTIVE", "device_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-23T17:36:58Z", "updated_at": "2022-03-23T17:37:12Z", "revision_number": 1, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:37:13,019 117767 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.87:22' as 'ubuntu' with public key authentication 2022-03-23 17:37:31,361 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 1. Retry after 2 seconds. 2022-03-23 17:37:36,929 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 2. Retry after 3 seconds. 2022-03-23 17:37:43,489 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 3. Retry after 4 seconds. 2022-03-23 17:37:51,073 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 4. Retry after 5 seconds. 2022-03-23 17:37:56,583 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 5. Retry after 6 seconds. 2022-03-23 17:38:03,090 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 6. Retry after 7 seconds. 2022-03-23 17:38:10,599 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 7. Retry after 8 seconds. 2022-03-23 17:38:19,106 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 8. Retry after 9 seconds. 2022-03-23 17:38:28,614 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 9. Retry after 10 seconds. 2022-03-23 17:38:39,127 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.87 ([Errno None] Unable to connect to port 22 on 172.27.2.87). Number attempts: 10. Retry after 11 seconds. 2022-03-23 17:38:50,684 117767 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:38:50,795 117767 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:38:50,796 117767 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.87 successfully created 2022-03-23 17:38:50,837 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/ips 0.041s 2022-03-23 17:38:50,838 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0a585c5-5569-4690-b8bc-3b21e82512e1', 'x-compute-request-id': 'req-f0a585c5-5569-4690-b8bc-3b21e82512e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.3"}, {"version": 4, "addr": "172.27.2.87"}]}}' 2022-03-23 17:38:51,036 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes 0.196s 2022-03-23 17:38:51,037 117767 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-1176555355"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24936fc2-6fc5-437f-8cba-e29c4d1cb9b6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24936fc2-6fc5-437f-8cba-e29c4d1cb9b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:50.964863", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:38:51,090 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:38:51,090 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0abcba1-994b-4420-9a70-1665d0cf21f0', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0abcba1-994b-4420-9a70-1665d0cf21f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:52,138 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.040s 2022-03-23 17:38:52,138 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99b7707a-4ff3-41c2-a5f7-d41a89e0d8b3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99b7707a-4ff3-41c2-a5f7-d41a89e0d8b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:52.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:52,145 117767 INFO [tempest.common.waiters] volume 5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 reached available after waiting for 1.145511 seconds 2022-03-23 17:38:52,412 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 POST http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.266s 2022-03-23 17:38:52,412 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:52 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-17f09d08-f671-4f1e-bafd-6322ca8b0a1b', 'x-compute-request-id': 'req-17f09d08-f671-4f1e-bafd-6322ca8b0a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "device": "/dev/sdb"}}' 2022-03-23 17:38:52,465 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:38:52,466 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b2e5b9-77aa-48f8-bd8e-ca1ac9bcab9d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b2e5b9-77aa-48f8-bd8e-ca1ac9bcab9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:52.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:53,520 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:38:53,520 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da14e966-4492-49a9-8adf-a12008996a2b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da14e966-4492-49a9-8adf-a12008996a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:54,576 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:38:54,577 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-151cca38-c928-47e1-81b0-2cd74ab6112b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-151cca38-c928-47e1-81b0-2cd74ab6112b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:55,632 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:38:55,632 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df17820b-b85a-4d38-beb9-4189dda818dd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df17820b-b85a-4d38-beb9-4189dda818dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:56,688 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:38:56,688 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14d84027-647e-44e1-bfe8-732dbcceedba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14d84027-647e-44e1-bfe8-732dbcceedba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:57,756 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.060s 2022-03-23 17:38:57,756 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4140e4cf-765a-42b4-89be-10a99d6380f5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4140e4cf-765a-42b4-89be-10a99d6380f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:58,810 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:38:58,811 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8053b0e-e723-45de-8d75-a48e3d330367', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8053b0e-e723-45de-8d75-a48e3d330367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:38:59,866 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:38:59,867 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-023bdf12-d7cd-4a65-800d-ea715b1972c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-023bdf12-d7cd-4a65-800d-ea715b1972c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:00,921 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:39:00,922 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b22d9c6-7306-4596-b3fb-e06b94135594', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b22d9c6-7306-4596-b3fb-e06b94135594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:01,973 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:01,974 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8007db9-63e8-4fa2-8ebe-a046bc51beaf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8007db9-63e8-4fa2-8ebe-a046bc51beaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:03,025 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:03,026 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc53461-7e24-4693-902b-1f6f1c299e4f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc53461-7e24-4693-902b-1f6f1c299e4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:04,080 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:39:04,081 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf699560-9042-4f47-ad49-f0a04e59df8e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf699560-9042-4f47-ad49-f0a04e59df8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:05,134 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:05,135 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b321ab-d30f-4635-8991-aa3e0e9f8ec7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b321ab-d30f-4635-8991-aa3e0e9f8ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:06,188 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:06,188 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b05aabb-326d-4c93-ac8e-eb9feccc6cc1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b05aabb-326d-4c93-ac8e-eb9feccc6cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:07,247 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:39:07,247 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a25588-fad1-463f-a99b-abd326d8ad25', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8a25588-fad1-463f-a99b-abd326d8ad25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:08,299 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:08,300 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0cbbede-daf4-4bef-87dd-17a9866fe005', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0cbbede-daf4-4bef-87dd-17a9866fe005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:09,350 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:39:09,351 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15dc6e74-34e2-4c35-8cbc-f28e0b39f888', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15dc6e74-34e2-4c35-8cbc-f28e0b39f888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:10,402 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:10,402 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5415c1ea-2fcd-474c-9e1a-32a50a6b3f47', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5415c1ea-2fcd-474c-9e1a-32a50a6b3f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:11,457 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:39:11,457 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b996d5-9d78-43a9-a90b-6ea792a5d7f0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b996d5-9d78-43a9-a90b-6ea792a5d7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:12,509 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:39:12,509 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b516c7-4c59-41da-8bab-44b5a435aaab', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b516c7-4c59-41da-8bab-44b5a435aaab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:13,569 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:39:13,569 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0565beeb-dd59-40de-8abc-42321c7b83e6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0565beeb-dd59-40de-8abc-42321c7b83e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:14,622 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:14,622 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4fba24c-9ae4-4ebc-b2d2-40c8dcf130a7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4fba24c-9ae4-4ebc-b2d2-40c8dcf130a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:15,679 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:15,680 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db9b11b-4061-4a9a-ad64-2e55bf866ba8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db9b11b-4061-4a9a-ad64-2e55bf866ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:16,733 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:16,733 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e77646-794e-4bef-bde5-69f51d3b8aeb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e77646-794e-4bef-bde5-69f51d3b8aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:17,786 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:17,787 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad0f32d0-72d0-41f4-adb1-eb21029e9055', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad0f32d0-72d0-41f4-adb1-eb21029e9055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:18,840 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:18,840 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ae9eb9-7647-4788-bc09-724e28ebcd64', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ae9eb9-7647-4788-bc09-724e28ebcd64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:19,897 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:39:19,898 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39060137-4045-46bd-a9ed-981d12366657', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39060137-4045-46bd-a9ed-981d12366657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:20,955 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:39:20,955 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d0089a-f265-415e-85f4-f8dd8c242fb6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d0089a-f265-415e-85f4-f8dd8c242fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:22,009 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:39:22,010 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-747218c8-b2ab-4657-bbb0-cf219b76ec7b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-747218c8-b2ab-4657-bbb0-cf219b76ec7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:23,063 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:23,064 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1f9e5e7-6f21-4040-8edb-3e73ce1498dc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1f9e5e7-6f21-4040-8edb-3e73ce1498dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:24,120 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:39:24,120 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dafd49-8636-4479-8ec1-b46937c8ed61', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dafd49-8636-4479-8ec1-b46937c8ed61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:25,174 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:39:25,175 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964be656-bede-4d76-b5f6-b89138820d8a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964be656-bede-4d76-b5f6-b89138820d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:26,238 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:39:26,239 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa04100-23c8-457a-b2e8-ca51c9d2ad76', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa04100-23c8-457a-b2e8-ca51c9d2ad76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:27,290 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:39:27,291 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c9caab-80cd-4150-b95f-94574426e44c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c9caab-80cd-4150-b95f-94574426e44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:28,342 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:28,343 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60670e19-e1f3-457d-a71c-223544cfc7ac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60670e19-e1f3-457d-a71c-223544cfc7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:29,540 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.189s 2022-03-23 17:39:29,540 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4a8e13-f621-4de4-bd2a-16deb7e8693c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4a8e13-f621-4de4-bd2a-16deb7e8693c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:30,592 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:30,593 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1e11b9-19f8-4520-98e0-b758b722a998', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1e11b9-19f8-4520-98e0-b758b722a998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:31,657 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:39:31,658 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6a810ed-aaa5-4c1e-b9f2-816bcc1b9387', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6a810ed-aaa5-4c1e-b9f2-816bcc1b9387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:32,715 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:39:32,715 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-811a5827-a1eb-4974-b857-ffa95fbe24b0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-811a5827-a1eb-4974-b857-ffa95fbe24b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:33,783 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:39:33,783 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5b4f8a-f991-4695-9580-f01369351301', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5b4f8a-f991-4695-9580-f01369351301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:34,844 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:39:34,844 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce4f84e-068b-4aa5-80f7-930794e41fdd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce4f84e-068b-4aa5-80f7-930794e41fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:35,897 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:35,898 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50efd3af-0103-4bce-b02f-4c7bb93d8b9e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50efd3af-0103-4bce-b02f-4c7bb93d8b9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:36,962 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:39:36,963 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b6dd92-2757-4bee-90ad-1c33c40f6d9d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b6dd92-2757-4bee-90ad-1c33c40f6d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:38,016 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:39:38,017 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea493c0-7e3d-4f47-b25d-7125e48db62b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea493c0-7e3d-4f47-b25d-7125e48db62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:39,080 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:39:39,081 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7aaa4c9-733c-4afd-a3a0-45a6db8082be', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7aaa4c9-733c-4afd-a3a0-45a6db8082be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:40,143 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:39:40,144 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7548b10b-0a10-4b2d-a5e2-f2dd10082295', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7548b10b-0a10-4b2d-a5e2-f2dd10082295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:41,202 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:39:41,202 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4fe8fd-5f3f-430c-9dab-f31418876f83', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4fe8fd-5f3f-430c-9dab-f31418876f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:42,260 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:39:42,260 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3546354-ed5c-47ea-890e-e1077140ef88', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3546354-ed5c-47ea-890e-e1077140ef88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:43,316 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:39:43,316 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e352c2c5-75a8-4ad8-9820-9c661e829fc4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e352c2c5-75a8-4ad8-9820-9c661e829fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:44,373 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:39:44,374 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb1232f-46aa-4d17-ab0d-0cfa7057d416', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb1232f-46aa-4d17-ab0d-0cfa7057d416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:45,437 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:39:45,438 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79cb2280-6cf8-4371-8ec6-f888681d660a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79cb2280-6cf8-4371-8ec6-f888681d660a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:46,489 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:46,490 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fca3801-ab0c-4597-ab00-7c94f4c32e07', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fca3801-ab0c-4597-ab00-7c94f4c32e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:47,547 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:39:47,548 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b583b5-c814-47f4-8829-cd09bf6c4d0c', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b583b5-c814-47f4-8829-cd09bf6c4d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:47.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:47,555 117767 INFO [tempest.common.waiters] Attachment 40ac7bdd-d1b7-4c80-9b91-57b204250b53 created for volume 5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 to server 07627f49-7a00-40db-9b06-11c7368c26ed after waiting for 55.555350 seconds 2022-03-23 17:39:47,604 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:39:47,604 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc01eaa5-605c-48c9-98e9-94a940e1e5cc', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc01eaa5-605c-48c9-98e9-94a940e1e5cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:47.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:47,612 117767 INFO [tempest.common.waiters] volume 5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 reached in-use after waiting for 0.611993 seconds 2022-03-23 17:39:47,840 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 400 POST http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.228s 2022-03-23 17:39:47,841 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 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-76730b3e-620b-4b8f-b0a8-621c7ac81f36', 'x-compute-request-id': 'req-76730b3e-620b-4b8f-b0a8-621c7ac81f36', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: volume 5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 is already attached to instances: 07627f49-7a00-40db-9b06-11c7368c26ed"}}' 2022-03-23 17:39:47,885 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:39:47,886 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6370bb-2412-4e0c-a444-0775e7396f81', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6370bb-2412-4e0c-a444-0775e7396f81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:47.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:39:48,127 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.234s 2022-03-23 17:39:48,128 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 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-e130dba8-9420-493d-a8d5-15f2592a7a07', 'x-compute-request-id': 'req-e130dba8-9420-493d-a8d5-15f2592a7a07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'' 2022-03-23 17:39:48,177 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:39:48,177 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d496368c-18ed-448e-921d-16fa8316a639', 'x-compute-request-id': 'req-d496368c-18ed-448e-921d-16fa8316a639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:49,238 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:39:49,239 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51a04765-fc52-439e-8314-984816dae5d0', 'x-compute-request-id': 'req-51a04765-fc52-439e-8314-984816dae5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:50,303 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.061s 2022-03-23 17:39:50,303 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6664bb6-77a5-4580-9f75-1a3df670e5af', 'x-compute-request-id': 'req-e6664bb6-77a5-4580-9f75-1a3df670e5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:51,360 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:39:51,360 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e141b8-5fee-45e7-bc8b-5334d90cf6ee', 'x-compute-request-id': 'req-36e141b8-5fee-45e7-bc8b-5334d90cf6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:52,413 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:39:52,414 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07c286e0-0d0c-4e30-93e4-d0f805dbaab1', 'x-compute-request-id': 'req-07c286e0-0d0c-4e30-93e4-d0f805dbaab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:53,468 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:39:53,469 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af26283d-a8f6-4973-b802-82e79b6d23e8', 'x-compute-request-id': 'req-af26283d-a8f6-4973-b802-82e79b6d23e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:54,522 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:39:54,523 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3edcd6f8-ab6c-4bdc-95cf-0d1e18250b34', 'x-compute-request-id': 'req-3edcd6f8-ab6c-4bdc-95cf-0d1e18250b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:55,584 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:39:55,584 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abd7ef5c-2eb7-47b6-9a43-54b8aee9c594', 'x-compute-request-id': 'req-abd7ef5c-2eb7-47b6-9a43-54b8aee9c594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:56,642 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:39:56,643 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9082f03-39fb-4565-a288-f204177bb35d', 'x-compute-request-id': 'req-f9082f03-39fb-4565-a288-f204177bb35d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:57,694 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:39:57,694 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a22d51be-99ee-40af-ab4f-58e3f1a3ae25', 'x-compute-request-id': 'req-a22d51be-99ee-40af-ab4f-58e3f1a3ae25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:58,751 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:39:58,751 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee36ddb1-36fd-4ae8-91a1-dbcc849485e8', 'x-compute-request-id': 'req-ee36ddb1-36fd-4ae8-91a1-dbcc849485e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:39:59,807 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:39:59,807 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-215fd109-8d1e-4b07-9666-72d2e497c837', 'x-compute-request-id': 'req-215fd109-8d1e-4b07-9666-72d2e497c837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:00,870 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:40:00,870 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-953e0756-ef3e-4b37-97dc-a2b8ba16d215', 'x-compute-request-id': 'req-953e0756-ef3e-4b37-97dc-a2b8ba16d215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:01,936 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.062s 2022-03-23 17:40:01,936 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39811181-6ea2-4ee3-bbc4-59837a834627', 'x-compute-request-id': 'req-39811181-6ea2-4ee3-bbc4-59837a834627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:02,996 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:40:02,996 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8fc93db-bb27-4749-9102-223c3eed3294', 'x-compute-request-id': 'req-b8fc93db-bb27-4749-9102-223c3eed3294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:04,049 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:40:04,049 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1efc899f-0011-4225-bbb6-a84be54a25d6', 'x-compute-request-id': 'req-1efc899f-0011-4225-bbb6-a84be54a25d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:05,111 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:40:05,111 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2209662d-df47-4d26-b277-101f79b50626', 'x-compute-request-id': 'req-2209662d-df47-4d26-b277-101f79b50626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:06,168 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:40:06,169 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcf56c3e-61a5-4a1b-adaa-8aa32f700e36', 'x-compute-request-id': 'req-dcf56c3e-61a5-4a1b-adaa-8aa32f700e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:07,232 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:40:07,232 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7483500-0630-4666-bba3-d51da0444e2f', 'x-compute-request-id': 'req-d7483500-0630-4666-bba3-d51da0444e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:08,290 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:40:08,290 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58940a03-809e-4f25-a964-77ee852bf4c5', 'x-compute-request-id': 'req-58940a03-809e-4f25-a964-77ee852bf4c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:09,505 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.211s 2022-03-23 17:40:09,505 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd1de375-0481-4103-a315-b8fa4fd9ea08', 'x-compute-request-id': 'req-bd1de375-0481-4103-a315-b8fa4fd9ea08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:10,557 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:10,557 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e49f63c1-dd80-4eef-b9ca-82a2e47258f1', 'x-compute-request-id': 'req-e49f63c1-dd80-4eef-b9ca-82a2e47258f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:11,608 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:11,608 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45f9c0da-d214-4825-9245-60438ddf8610', 'x-compute-request-id': 'req-45f9c0da-d214-4825-9245-60438ddf8610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:12,661 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:40:12,661 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0be79ca8-5194-41f4-90ac-9fa14cea5145', 'x-compute-request-id': 'req-0be79ca8-5194-41f4-90ac-9fa14cea5145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:13,713 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:40:13,713 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3184ce98-5b2f-4a04-aa8b-83c3b88f7e7a', 'x-compute-request-id': 'req-3184ce98-5b2f-4a04-aa8b-83c3b88f7e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:14,768 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:40:14,768 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a568537-28b2-47e9-a806-deb9ed4d91a2', 'x-compute-request-id': 'req-8a568537-28b2-47e9-a806-deb9ed4d91a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:15,822 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:40:15,822 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b4a15b3-e427-4bf9-a1aa-6d220de05087', 'x-compute-request-id': 'req-2b4a15b3-e427-4bf9-a1aa-6d220de05087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:16,874 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:16,874 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-868c84bf-a679-4855-9f77-3b3546c533e0', 'x-compute-request-id': 'req-868c84bf-a679-4855-9f77-3b3546c533e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:17,929 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:40:17,929 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54f20cc4-f92d-47b2-a1d6-b8173ec58527', 'x-compute-request-id': 'req-54f20cc4-f92d-47b2-a1d6-b8173ec58527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:18,984 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:40:18,985 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7c2b52c-00ff-4c1f-8676-0506d0622d30', 'x-compute-request-id': 'req-d7c2b52c-00ff-4c1f-8676-0506d0622d30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:20,036 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:40:20,036 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cab21be7-daec-4676-889e-c37679cbe88e', 'x-compute-request-id': 'req-cab21be7-daec-4676-889e-c37679cbe88e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:21,097 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:40:21,097 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c379e42-f41c-4a0f-b10e-d58d6032a48e', 'x-compute-request-id': 'req-6c379e42-f41c-4a0f-b10e-d58d6032a48e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:22,153 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:40:22,154 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3ede1cd-ad3b-4f32-90dd-b3021a87ab4d', 'x-compute-request-id': 'req-f3ede1cd-ad3b-4f32-90dd-b3021a87ab4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:23,206 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:40:23,207 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17089c19-ce8e-4d8a-a310-ca8ee9416afa', 'x-compute-request-id': 'req-17089c19-ce8e-4d8a-a310-ca8ee9416afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:24,266 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:40:24,268 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60b8113e-5890-45d0-aa0a-aa88489c175b', 'x-compute-request-id': 'req-60b8113e-5890-45d0-aa0a-aa88489c175b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:25,323 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:40:25,323 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-217d301b-7b7f-4b7b-ab29-d6e56c11a446', 'x-compute-request-id': 'req-217d301b-7b7f-4b7b-ab29-d6e56c11a446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:26,373 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:40:26,374 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc65373f-4ebe-45e6-beda-02afad21ecfa', 'x-compute-request-id': 'req-bc65373f-4ebe-45e6-beda-02afad21ecfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:27,431 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:40:27,431 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbe1bcbe-63a5-4b41-a9e2-ea866b25eeea', 'x-compute-request-id': 'req-cbe1bcbe-63a5-4b41-a9e2-ea866b25eeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:28,482 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:28,483 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f57793f7-5bb1-4022-8d5c-89e997eae5ca', 'x-compute-request-id': 'req-f57793f7-5bb1-4022-8d5c-89e997eae5ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:29,532 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:40:29,532 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25b1c642-5dd1-4096-a3a7-e16d17a2ea94', 'x-compute-request-id': 'req-25b1c642-5dd1-4096-a3a7-e16d17a2ea94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:30,590 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:40:30,590 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ddf38c7-e1a3-49f1-bcda-249896e5caa2', 'x-compute-request-id': 'req-3ddf38c7-e1a3-49f1-bcda-249896e5caa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:31,647 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:40:31,647 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41354239-04d6-42af-9fe7-c471777b8697', 'x-compute-request-id': 'req-41354239-04d6-42af-9fe7-c471777b8697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:32,710 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:40:32,710 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04d5f4b1-d9a9-4899-90cc-016d0a333474', 'x-compute-request-id': 'req-04d5f4b1-d9a9-4899-90cc-016d0a333474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:33,761 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:33,762 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1a23b8f-f187-4a96-8386-1f94c9e18dae', 'x-compute-request-id': 'req-c1a23b8f-f187-4a96-8386-1f94c9e18dae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:34,822 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:40:34,823 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52ba8e97-5c74-4a85-9ecd-6ccf4082b853', 'x-compute-request-id': 'req-52ba8e97-5c74-4a85-9ecd-6ccf4082b853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:35,873 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:40:35,873 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8090f233-3662-4514-948c-e37bb94787d3', 'x-compute-request-id': 'req-8090f233-3662-4514-948c-e37bb94787d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:36,932 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:40:36,933 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37f65eb3-6198-4aec-8e1d-cbb60b78feec', 'x-compute-request-id': 'req-37f65eb3-6198-4aec-8e1d-cbb60b78feec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:37,987 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:40:37,987 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24526dc5-c029-497b-90a4-623a2082801d', 'x-compute-request-id': 'req-24526dc5-c029-497b-90a4-623a2082801d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:39,039 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:39,039 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6a98201-f1e7-40e8-8f69-628405e08990', 'x-compute-request-id': 'req-c6a98201-f1e7-40e8-8f69-628405e08990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:40,110 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.067s 2022-03-23 17:40:40,110 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b87532-8156-4492-b1b4-5f386aad8d1f', 'x-compute-request-id': 'req-c0b87532-8156-4492-b1b4-5f386aad8d1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:41,165 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:40:41,166 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9ab31f0-84ec-4b8c-9dc6-e65fb77d1882', 'x-compute-request-id': 'req-b9ab31f0-84ec-4b8c-9dc6-e65fb77d1882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:42,223 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:40:42,223 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-915b8fe5-75cb-4fa7-8bd6-efd298c9661d', 'x-compute-request-id': 'req-915b8fe5-75cb-4fa7-8bd6-efd298c9661d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:43,275 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:43,275 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aab649c4-034a-45c7-acf9-34d9aef6e9c2', 'x-compute-request-id': 'req-aab649c4-034a-45c7-acf9-34d9aef6e9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:44,324 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:40:44,325 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8505e9fa-c614-433b-ad03-39cb5f81255d', 'x-compute-request-id': 'req-8505e9fa-c614-433b-ad03-39cb5f81255d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:45,386 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:40:45,386 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a092f911-f33c-44dc-a593-6d10e97125da', 'x-compute-request-id': 'req-a092f911-f33c-44dc-a593-6d10e97125da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:46,449 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:40:46,449 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cf803f6-457e-44c9-961b-66e530f7dac6', 'x-compute-request-id': 'req-6cf803f6-457e-44c9-961b-66e530f7dac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:47,498 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:40:47,498 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-273ec1ee-dd01-4747-b3f7-9111c930b563', 'x-compute-request-id': 'req-273ec1ee-dd01-4747-b3f7-9111c930b563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:48,552 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:40:48,552 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd37cfc6-5688-4b18-84cd-f35b3ccf592a', 'x-compute-request-id': 'req-fd37cfc6-5688-4b18-84cd-f35b3ccf592a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:49,606 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:40:49,606 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d48df5-2c98-4a8a-8c81-1fb66dc0b0db', 'x-compute-request-id': 'req-f9d48df5-2c98-4a8a-8c81-1fb66dc0b0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:50,667 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:40:50,668 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e88e5e67-6c9f-4d1c-8325-3bea3b47011a', 'x-compute-request-id': 'req-e88e5e67-6c9f-4d1c-8325-3bea3b47011a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:51,724 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:40:51,724 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7a1e900-adc7-4c2a-8c07-6fd9df39f3c2', 'x-compute-request-id': 'req-e7a1e900-adc7-4c2a-8c07-6fd9df39f3c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:52,779 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:40:52,780 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d8757e0-e415-49dd-b506-11f8b22afa8e', 'x-compute-request-id': 'req-0d8757e0-e415-49dd-b506-11f8b22afa8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:53,843 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:40:53,844 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a328649f-65a8-4cb1-860d-2f59ecd53f63', 'x-compute-request-id': 'req-a328649f-65a8-4cb1-860d-2f59ecd53f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:54,894 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:40:54,895 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1b20f4b-1961-4636-9f29-bf2c29a137dc', 'x-compute-request-id': 'req-a1b20f4b-1961-4636-9f29-bf2c29a137dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:55,953 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:40:55,953 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-687eda3e-5ba8-4a7a-8d28-5921310f831f', 'x-compute-request-id': 'req-687eda3e-5ba8-4a7a-8d28-5921310f831f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:57,008 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:40:57,008 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1bad503-2a8e-45d9-bb0c-e959e1eb4d5c', 'x-compute-request-id': 'req-c1bad503-2a8e-45d9-bb0c-e959e1eb4d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:58,060 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:58,060 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f6ebb5-99e2-4128-b912-51e3dd83c8d1', 'x-compute-request-id': 'req-d9f6ebb5-99e2-4128-b912-51e3dd83c8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:40:59,111 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:40:59,112 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b180f253-c2ff-4c46-ac08-2047f7f2bf7a', 'x-compute-request-id': 'req-b180f253-c2ff-4c46-ac08-2047f7f2bf7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:00,172 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:41:00,172 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1123a86d-8fc4-4047-86cb-8633a3643ce9', 'x-compute-request-id': 'req-1123a86d-8fc4-4047-86cb-8633a3643ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:01,239 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.063s 2022-03-23 17:41:01,239 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b4acc7d-6cac-4703-bfb3-b0d6faf2f7e4', 'x-compute-request-id': 'req-6b4acc7d-6cac-4703-bfb3-b0d6faf2f7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:02,299 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:41:02,300 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37149dea-a687-45f9-baae-eea64a3d4c5f', 'x-compute-request-id': 'req-37149dea-a687-45f9-baae-eea64a3d4c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:03,354 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:41:03,355 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e255468-51a9-450b-b5a9-0c070c6748aa', 'x-compute-request-id': 'req-6e255468-51a9-450b-b5a9-0c070c6748aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:04,412 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:41:04,413 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc05b3ee-6e8a-43fe-b027-9f38bd4b9436', 'x-compute-request-id': 'req-cc05b3ee-6e8a-43fe-b027-9f38bd4b9436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:05,474 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:41:05,474 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5faad951-95eb-4c93-b0c6-a39f872a233a', 'x-compute-request-id': 'req-5faad951-95eb-4c93-b0c6-a39f872a233a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:06,526 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:06,526 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86f5f924-a75b-4889-9fb6-e0442782f97a', 'x-compute-request-id': 'req-86f5f924-a75b-4889-9fb6-e0442782f97a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:07,584 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:41:07,585 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5d23e78-2865-40c2-90f7-8186b139a95a', 'x-compute-request-id': 'req-f5d23e78-2865-40c2-90f7-8186b139a95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:08,637 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:08,638 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe58c83e-1d66-4231-b2eb-ac8aa1ff0dde', 'x-compute-request-id': 'req-fe58c83e-1d66-4231-b2eb-ac8aa1ff0dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:09,697 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:41:09,697 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41: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-c1e63aa7-11bb-41ab-a0c6-67b25ee02c48', 'x-compute-request-id': 'req-c1e63aa7-11bb-41ab-a0c6-67b25ee02c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:10,750 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:10,750 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4274ec74-c68d-4a96-8399-35823613d437', 'x-compute-request-id': 'req-4274ec74-c68d-4a96-8399-35823613d437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:11,812 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:41:11,813 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f63e2d01-07fe-4b57-997c-5d6f8eb6fcb3', 'x-compute-request-id': 'req-f63e2d01-07fe-4b57-997c-5d6f8eb6fcb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:12,866 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:41:12,866 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74901b33-5b9a-4355-9d77-8672d1262a92', 'x-compute-request-id': 'req-74901b33-5b9a-4355-9d77-8672d1262a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:13,924 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:41:13,925 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df2cfbbe-b3c8-448c-9966-66c9c42a058a', 'x-compute-request-id': 'req-df2cfbbe-b3c8-448c-9966-66c9c42a058a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:14,976 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:41:14,977 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-147e068f-c151-4a6f-994b-cf0f2f32812a', 'x-compute-request-id': 'req-147e068f-c151-4a6f-994b-cf0f2f32812a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:16,042 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.062s 2022-03-23 17:41:16,042 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b6a2f45-6301-4dd0-ba51-430058758c7d', 'x-compute-request-id': 'req-7b6a2f45-6301-4dd0-ba51-430058758c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:17,096 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:41:17,096 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9186adb3-6ada-4c24-bb77-8f3ee3aec8c5', 'x-compute-request-id': 'req-9186adb3-6ada-4c24-bb77-8f3ee3aec8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:18,148 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:18,149 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36f2d1fc-6008-4f08-af0d-8193f48de35b', 'x-compute-request-id': 'req-36f2d1fc-6008-4f08-af0d-8193f48de35b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:19,205 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:41:19,205 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02c6b458-64c9-450a-949f-bcdfd0d1b575', 'x-compute-request-id': 'req-02c6b458-64c9-450a-949f-bcdfd0d1b575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:20,258 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:20,258 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d26d1d67-4d80-4e79-b758-c3d35465d0e3', 'x-compute-request-id': 'req-d26d1d67-4d80-4e79-b758-c3d35465d0e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:21,308 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:41:21,308 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aabfb54-8cd9-4bc6-949f-dd97a1d364e4', 'x-compute-request-id': 'req-1aabfb54-8cd9-4bc6-949f-dd97a1d364e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:22,360 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:41:22,360 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aa4970c-ad0b-424b-9711-fbb3316fbdc0', 'x-compute-request-id': 'req-2aa4970c-ad0b-424b-9711-fbb3316fbdc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:23,414 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:41:23,414 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0083a517-2b17-415e-9577-167bea9198be', 'x-compute-request-id': 'req-0083a517-2b17-415e-9577-167bea9198be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:24,467 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:41:24,467 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ffdec99-08e7-459f-8d72-3d78885c0975', 'x-compute-request-id': 'req-2ffdec99-08e7-459f-8d72-3d78885c0975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:25,517 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:41:25,518 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62eb664e-fabe-48e1-b460-45e9c66c3781', 'x-compute-request-id': 'req-62eb664e-fabe-48e1-b460-45e9c66c3781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:26,576 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:41:26,576 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-736d1680-1dae-45a6-be19-917330344799', 'x-compute-request-id': 'req-736d1680-1dae-45a6-be19-917330344799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:27,638 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:41:27,638 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe6aa42a-bdc7-4d1d-bbec-34fe200ce1f5', 'x-compute-request-id': 'req-fe6aa42a-bdc7-4d1d-bbec-34fe200ce1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:28,689 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:41:28,690 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf882a1-839c-4f3b-a97b-c834c940d59c', 'x-compute-request-id': 'req-1cf882a1-839c-4f3b-a97b-c834c940d59c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:29,743 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:41:29,743 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-517bee5a-ac3a-4229-bb3b-9ad855dbd613', 'x-compute-request-id': 'req-517bee5a-ac3a-4229-bb3b-9ad855dbd613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:30,801 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:41:30,802 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41: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-cbf7076d-46b2-4389-84b6-f818fefafac5', 'x-compute-request-id': 'req-cbf7076d-46b2-4389-84b6-f818fefafac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:31,862 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:41:31,862 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2af37178-552d-417f-ade3-d591ec67e2cc', 'x-compute-request-id': 'req-2af37178-552d-417f-ade3-d591ec67e2cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:32,917 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:41:32,917 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d504ff3-bb7f-49c6-a096-7d807722baa0', 'x-compute-request-id': 'req-7d504ff3-bb7f-49c6-a096-7d807722baa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:33,971 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:33,971 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e441fba-b9ac-4064-b465-8f5b3b35137c', 'x-compute-request-id': 'req-1e441fba-b9ac-4064-b465-8f5b3b35137c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:35,030 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:41:35,031 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41: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-07aeb309-e49c-4a4f-bdde-e844931f4554', 'x-compute-request-id': 'req-07aeb309-e49c-4a4f-bdde-e844931f4554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:36,083 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:41:36,084 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41: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-0f96734d-7d7f-49e6-9385-a5c050e0ef51', 'x-compute-request-id': 'req-0f96734d-7d7f-49e6-9385-a5c050e0ef51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:37,136 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:37,136 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41: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-294b3bc2-6e87-47ee-806a-50166c1bec61', 'x-compute-request-id': 'req-294b3bc2-6e87-47ee-806a-50166c1bec61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:38,193 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:41:38,193 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41: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-8046cb37-c6b9-4ee7-83d9-c98aecf5fd6f', 'x-compute-request-id': 'req-8046cb37-c6b9-4ee7-83d9-c98aecf5fd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:39,247 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:41:39,248 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7166aea7-2fc4-4fd6-958c-5b9f65f66629', 'x-compute-request-id': 'req-7166aea7-2fc4-4fd6-958c-5b9f65f66629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:40,307 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:41:40,307 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41: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-7560adf0-f7ce-4ffe-ad08-f029cb9ffd5e', 'x-compute-request-id': 'req-7560adf0-f7ce-4ffe-ad08-f029cb9ffd5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:41,360 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:41,360 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b63365c-960f-43f6-a677-e9b61d49c20a', 'x-compute-request-id': 'req-6b63365c-960f-43f6-a677-e9b61d49c20a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:42,416 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:41:42,416 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9748f79-41c8-4007-a22b-6738c1250809', 'x-compute-request-id': 'req-b9748f79-41c8-4007-a22b-6738c1250809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:43,469 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:41:43,470 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a043fc3b-2199-4277-b32d-865f725b8e94', 'x-compute-request-id': 'req-a043fc3b-2199-4277-b32d-865f725b8e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:44,520 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:41:44,520 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6576381-2263-4ec2-b916-ba897920ada8', 'x-compute-request-id': 'req-b6576381-2263-4ec2-b916-ba897920ada8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:45,585 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.061s 2022-03-23 17:41:45,585 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6164045d-0128-4248-a4e3-fea747513898', 'x-compute-request-id': 'req-6164045d-0128-4248-a4e3-fea747513898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:46,638 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:46,638 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2856f13e-5735-40e0-9abc-95abd76fc646', 'x-compute-request-id': 'req-2856f13e-5735-40e0-9abc-95abd76fc646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:47,691 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:41:47,691 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7cb9be9-d3a6-4643-b0e4-c893eb57513c', 'x-compute-request-id': 'req-c7cb9be9-d3a6-4643-b0e4-c893eb57513c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:48,745 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:41:48,746 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-557131c5-2ab2-41a3-8a99-5a5f53ecf36b', 'x-compute-request-id': 'req-557131c5-2ab2-41a3-8a99-5a5f53ecf36b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:49,797 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:41:49,798 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb575f88-fdfa-4d03-a668-56908a429abc', 'x-compute-request-id': 'req-cb575f88-fdfa-4d03-a668-56908a429abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:50,861 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:41:50,861 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6ab2800-060a-4d46-93fe-e14d7a9671c5', 'x-compute-request-id': 'req-f6ab2800-060a-4d46-93fe-e14d7a9671c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:51,918 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:41:51,919 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96463d22-bae1-4875-a447-652e3f758962', 'x-compute-request-id': 'req-96463d22-bae1-4875-a447-652e3f758962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:52,971 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:41:52,971 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23367557-9596-4363-80d3-91d241c814e4', 'x-compute-request-id': 'req-23367557-9596-4363-80d3-91d241c814e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:54,021 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:41:54,021 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c844158-1b66-4218-87f1-3c41a194053b', 'x-compute-request-id': 'req-7c844158-1b66-4218-87f1-3c41a194053b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:55,076 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:41:55,076 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4629adf1-5905-45f9-baa2-bb57215152ac', 'x-compute-request-id': 'req-4629adf1-5905-45f9-baa2-bb57215152ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:56,128 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:41:56,129 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68fe665a-2f88-4257-917c-ce9e2bb189d7', 'x-compute-request-id': 'req-68fe665a-2f88-4257-917c-ce9e2bb189d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:57,181 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:41:57,181 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e6aad41-a3e1-4c30-8388-2de6918ef97a', 'x-compute-request-id': 'req-6e6aad41-a3e1-4c30-8388-2de6918ef97a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:58,241 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:41:58,241 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e69fc30b-fb9e-4161-83e6-a5cee1ad9d06', 'x-compute-request-id': 'req-e69fc30b-fb9e-4161-83e6-a5cee1ad9d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:41:59,293 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:41:59,293 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b775e7b-f805-4388-8675-5bdd5ee47e5b', 'x-compute-request-id': 'req-9b775e7b-f805-4388-8675-5bdd5ee47e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:00,346 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:42:00,347 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad8e8874-3ce7-43a7-89c2-305a547fa072', 'x-compute-request-id': 'req-ad8e8874-3ce7-43a7-89c2-305a547fa072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:01,403 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:01,403 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42: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-2796b57d-618d-4e55-bd87-909f6713b687', 'x-compute-request-id': 'req-2796b57d-618d-4e55-bd87-909f6713b687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:02,460 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:02,460 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cace5bb-47da-4ad7-b008-8f29c8f17727', 'x-compute-request-id': 'req-9cace5bb-47da-4ad7-b008-8f29c8f17727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:03,522 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:42:03,522 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af82d94c-f66a-416e-b5f0-8b5c3a7f702d', 'x-compute-request-id': 'req-af82d94c-f66a-416e-b5f0-8b5c3a7f702d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:04,579 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:42:04,580 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42010b9a-ce90-4dd4-852b-a66ea1ecf2c1', 'x-compute-request-id': 'req-42010b9a-ce90-4dd4-852b-a66ea1ecf2c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:05,639 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:42:05,640 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a13e370a-20e2-4a26-ba57-f4b789e78c2b', 'x-compute-request-id': 'req-a13e370a-20e2-4a26-ba57-f4b789e78c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:06,697 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:06,697 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5ec2673-ae1f-4b59-98b0-8dc5edc6ba49', 'x-compute-request-id': 'req-a5ec2673-ae1f-4b59-98b0-8dc5edc6ba49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:07,749 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:42:07,750 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73cd14db-d7e7-4225-9fe2-9ba41ba84486', 'x-compute-request-id': 'req-73cd14db-d7e7-4225-9fe2-9ba41ba84486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:08,816 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.062s 2022-03-23 17:42:08,816 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0faacda0-a364-40de-9d33-78fb6f9a3dc7', 'x-compute-request-id': 'req-0faacda0-a364-40de-9d33-78fb6f9a3dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:09,868 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:42:09,869 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2551202c-e0c2-45cc-9eea-826214cda03d', 'x-compute-request-id': 'req-2551202c-e0c2-45cc-9eea-826214cda03d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:10,920 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:42:10,921 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59e291a1-63a3-43cb-b279-5e62adef608a', 'x-compute-request-id': 'req-59e291a1-63a3-43cb-b279-5e62adef608a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:11,974 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:42:11,974 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08f3e2f0-dd29-4ee0-8d69-80464b6245c5', 'x-compute-request-id': 'req-08f3e2f0-dd29-4ee0-8d69-80464b6245c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:13,033 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:42:13,033 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25bb2302-4f0b-4831-95e6-c1d7548b5c39', 'x-compute-request-id': 'req-25bb2302-4f0b-4831-95e6-c1d7548b5c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:14,086 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:42:14,086 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-599f4901-cd0d-481d-a68f-91e9052dfc7c', 'x-compute-request-id': 'req-599f4901-cd0d-481d-a68f-91e9052dfc7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:15,146 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:42:15,146 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae2b8237-d1bc-4060-a070-379a144c4c4d', 'x-compute-request-id': 'req-ae2b8237-d1bc-4060-a070-379a144c4c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:16,204 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:42:16,204 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffea553c-f202-41e0-8d62-df8650c1cf4f', 'x-compute-request-id': 'req-ffea553c-f202-41e0-8d62-df8650c1cf4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:17,257 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:42:17,257 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b716f860-d811-4da2-8a38-59910f8f081f', 'x-compute-request-id': 'req-b716f860-d811-4da2-8a38-59910f8f081f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:18,312 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:42:18,312 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1bf8d3b-da47-409f-ad0d-e450d337bee9', 'x-compute-request-id': 'req-b1bf8d3b-da47-409f-ad0d-e450d337bee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:19,368 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:19,369 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3c152f-26ba-4845-bf3d-656270a5ddd5', 'x-compute-request-id': 'req-2b3c152f-26ba-4845-bf3d-656270a5ddd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:20,432 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:42:20,432 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b4acd75-4639-4b4e-88db-2ece1e1d9e6d', 'x-compute-request-id': 'req-8b4acd75-4639-4b4e-88db-2ece1e1d9e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:21,483 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:42:21,483 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4718ee0d-7293-4a75-9cbe-eff7b737d1d7', 'x-compute-request-id': 'req-4718ee0d-7293-4a75-9cbe-eff7b737d1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:22,539 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:22,540 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42: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-482a2c6c-4d64-46a7-8f2b-7468e6e058b0', 'x-compute-request-id': 'req-482a2c6c-4d64-46a7-8f2b-7468e6e058b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:23,598 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:42:23,598 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a03241b-17ab-464d-9a3e-4a003f82d879', 'x-compute-request-id': 'req-8a03241b-17ab-464d-9a3e-4a003f82d879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:24,656 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:42:24,656 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a2e3cf6-de0a-4e54-9442-9fc77aa661dd', 'x-compute-request-id': 'req-9a2e3cf6-de0a-4e54-9442-9fc77aa661dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:25,715 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:42:25,715 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd6af953-c3a0-49f2-9484-af5b27d6d870', 'x-compute-request-id': 'req-bd6af953-c3a0-49f2-9484-af5b27d6d870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:26,773 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:26,773 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5bc0d22-5fe3-4ebd-b3d7-71df27e8c4ad', 'x-compute-request-id': 'req-d5bc0d22-5fe3-4ebd-b3d7-71df27e8c4ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:27,845 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.069s 2022-03-23 17:42:27,845 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cffdab8-2402-4713-8b2d-60556bf745f1', 'x-compute-request-id': 'req-8cffdab8-2402-4713-8b2d-60556bf745f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:28,895 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:42:28,896 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcbf5f39-e83c-4c62-8f61-a798ed54d590', 'x-compute-request-id': 'req-dcbf5f39-e83c-4c62-8f61-a798ed54d590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:29,947 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:42:29,948 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7885c588-308f-49ae-bc29-25c52655f6d4', 'x-compute-request-id': 'req-7885c588-308f-49ae-bc29-25c52655f6d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:30,997 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:42:30,998 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-118a23d3-7827-4227-828d-65bce53699f6', 'x-compute-request-id': 'req-118a23d3-7827-4227-828d-65bce53699f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:32,054 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:32,054 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc92c9b6-8f3e-496c-917c-97f40e3d68fa', 'x-compute-request-id': 'req-dc92c9b6-8f3e-496c-917c-97f40e3d68fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:33,107 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:42:33,107 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aea7ea5a-f787-40cf-9560-0ffbd5c2db23', 'x-compute-request-id': 'req-aea7ea5a-f787-40cf-9560-0ffbd5c2db23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:34,166 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:42:34,166 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ecda23b-778a-4d66-a74b-5484e174531a', 'x-compute-request-id': 'req-2ecda23b-778a-4d66-a74b-5484e174531a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:35,217 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:42:35,218 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89311c16-2a68-40c7-b500-fdf68f69a201', 'x-compute-request-id': 'req-89311c16-2a68-40c7-b500-fdf68f69a201', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:36,270 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:42:36,270 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92dcffe6-f92d-446c-b866-bb610fc6efea', 'x-compute-request-id': 'req-92dcffe6-f92d-446c-b866-bb610fc6efea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:37,330 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:42:37,331 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc5c87bf-fa7b-4944-ad73-f6a32f5b1a13', 'x-compute-request-id': 'req-fc5c87bf-fa7b-4944-ad73-f6a32f5b1a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:38,385 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:42:38,386 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c545835-2c06-415b-83cd-29cd0a5f5dcc', 'x-compute-request-id': 'req-0c545835-2c06-415b-83cd-29cd0a5f5dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:39,441 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:39,442 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fc84683-9b33-4cb6-a3e4-92abe947a3e0', 'x-compute-request-id': 'req-2fc84683-9b33-4cb6-a3e4-92abe947a3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:40,500 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:42:40,500 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71640d87-1fd7-4447-8bff-5a1f3189acf4', 'x-compute-request-id': 'req-71640d87-1fd7-4447-8bff-5a1f3189acf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:41,553 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:42:41,554 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-366f6c07-5565-48e6-bb73-73c1897238d2', 'x-compute-request-id': 'req-366f6c07-5565-48e6-bb73-73c1897238d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:42,605 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:42:42,605 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4183b6db-1ff0-418e-b38d-1a8aa7bc4da3', 'x-compute-request-id': 'req-4183b6db-1ff0-418e-b38d-1a8aa7bc4da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:43,660 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:42:43,660 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42: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-31dd155e-39d2-4a18-9e01-357b0075384f', 'x-compute-request-id': 'req-31dd155e-39d2-4a18-9e01-357b0075384f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:44,719 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:42:44,719 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0054846-1bc9-405d-aea4-278ce9a3d379', 'x-compute-request-id': 'req-d0054846-1bc9-405d-aea4-278ce9a3d379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:45,772 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:42:45,772 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd025af8-3a9e-4439-abf8-18606f1841bc', 'x-compute-request-id': 'req-bd025af8-3a9e-4439-abf8-18606f1841bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:46,824 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:42:46,824 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d8dd3a8-2cb7-4582-9c13-42b0c321c088', 'x-compute-request-id': 'req-4d8dd3a8-2cb7-4582-9c13-42b0c321c088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:47,878 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:42:47,878 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abc0d24c-553e-4ae3-90ae-4576b203cf67', 'x-compute-request-id': 'req-abc0d24c-553e-4ae3-90ae-4576b203cf67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:48,939 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:42:48,939 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6baeafd7-47ac-4f76-8542-9bb938651f67', 'x-compute-request-id': 'req-6baeafd7-47ac-4f76-8542-9bb938651f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:49,997 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:42:49,997 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d005ef12-69bb-49e9-a613-cc4bce5dd8d8', 'x-compute-request-id': 'req-d005ef12-69bb-49e9-a613-cc4bce5dd8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:51,054 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:42:51,054 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4182f88-6487-4848-b77f-9200a76775c6', 'x-compute-request-id': 'req-c4182f88-6487-4848-b77f-9200a76775c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:52,106 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:42:52,107 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2267e149-bdc6-4ae0-aefa-31fea978d50b', 'x-compute-request-id': 'req-2267e149-bdc6-4ae0-aefa-31fea978d50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:53,167 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:42:53,167 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee68a34e-dea1-469f-a2f8-dffd621871dc', 'x-compute-request-id': 'req-ee68a34e-dea1-469f-a2f8-dffd621871dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:54,223 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:42:54,223 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5141b8ec-bdbc-4fea-a162-46e945ae2bba', 'x-compute-request-id': 'req-5141b8ec-bdbc-4fea-a162-46e945ae2bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:55,284 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:42:55,284 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08bb6c04-e46c-4ada-bb60-391441508485', 'x-compute-request-id': 'req-08bb6c04-e46c-4ada-bb60-391441508485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:56,335 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:42:56,335 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aebea2d-fe44-49fd-a633-c3a2786bfbbb', 'x-compute-request-id': 'req-4aebea2d-fe44-49fd-a633-c3a2786bfbbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:57,389 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:42:57,389 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcca1e76-fa75-44e1-ac8a-c5d3b6cbf900', 'x-compute-request-id': 'req-dcca1e76-fa75-44e1-ac8a-c5d3b6cbf900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:58,451 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:42:58,452 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46901d6b-ba27-46b3-8627-55e5bcd63d5d', 'x-compute-request-id': 'req-46901d6b-ba27-46b3-8627-55e5bcd63d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:42:59,502 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:42:59,502 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cf0ae94-b916-4024-b26d-dd892dece4f0', 'x-compute-request-id': 'req-3cf0ae94-b916-4024-b26d-dd892dece4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:00,560 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:43:00,561 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68c5980a-5489-4471-a152-1dafef70fe97', 'x-compute-request-id': 'req-68c5980a-5489-4471-a152-1dafef70fe97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:01,615 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:43:01,615 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b0228b4-3def-4263-ac35-06073612601b', 'x-compute-request-id': 'req-3b0228b4-3def-4263-ac35-06073612601b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:02,674 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:43:02,674 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7c40626-c4b0-42da-9c59-977723da19e4', 'x-compute-request-id': 'req-b7c40626-c4b0-42da-9c59-977723da19e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:03,729 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:43:03,729 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da5ac881-59dc-48fd-83db-1bc52ce7828c', 'x-compute-request-id': 'req-da5ac881-59dc-48fd-83db-1bc52ce7828c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:04,787 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:43:04,788 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8762e5b-37a6-4b26-8e6e-19d61d207ad3', 'x-compute-request-id': 'req-c8762e5b-37a6-4b26-8e6e-19d61d207ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:05,850 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:43:05,851 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43: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-cd2a9417-3d7c-4fac-a17f-c06d65bb4dfa', 'x-compute-request-id': 'req-cd2a9417-3d7c-4fac-a17f-c06d65bb4dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:06,918 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.065s 2022-03-23 17:43:06,919 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df46d34d-7e25-489f-953a-7ebf0465651c', 'x-compute-request-id': 'req-df46d34d-7e25-489f-953a-7ebf0465651c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:07,972 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:43:07,972 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abbac0f4-6f0d-4b1e-93c7-e7018209b706', 'x-compute-request-id': 'req-abbac0f4-6f0d-4b1e-93c7-e7018209b706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:09,026 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:43:09,027 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68b4c0e8-9fab-457d-bf65-ff8a22faae09', 'x-compute-request-id': 'req-68b4c0e8-9fab-457d-bf65-ff8a22faae09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:10,078 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:43:10,079 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52ae69b6-cb5d-4fd7-93b8-487db0981670', 'x-compute-request-id': 'req-52ae69b6-cb5d-4fd7-93b8-487db0981670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:11,135 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:43:11,136 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cf079c2-9e3a-41ed-a5e9-fa2bb96dca42', 'x-compute-request-id': 'req-2cf079c2-9e3a-41ed-a5e9-fa2bb96dca42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:12,185 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:43:12,186 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c414e9d-c669-4048-935f-e21d5db7cf12', 'x-compute-request-id': 'req-1c414e9d-c669-4048-935f-e21d5db7cf12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:13,242 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:43:13,242 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ae36eb5-660b-4a49-b714-14b6aa212bf4', 'x-compute-request-id': 'req-2ae36eb5-660b-4a49-b714-14b6aa212bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:14,304 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:43:14,305 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a6a5e07-b2a9-46cb-b656-332fd455b012', 'x-compute-request-id': 'req-4a6a5e07-b2a9-46cb-b656-332fd455b012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:15,364 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:43:15,365 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1808cc10-1383-4159-bb98-8e9610c6230b', 'x-compute-request-id': 'req-1808cc10-1383-4159-bb98-8e9610c6230b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:16,419 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:43:16,420 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fa7450f-3276-43c8-9f98-f550173fc4ce', 'x-compute-request-id': 'req-7fa7450f-3276-43c8-9f98-f550173fc4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:17,472 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:17,473 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99a82480-5df6-491f-8663-613b7f316bc2', 'x-compute-request-id': 'req-99a82480-5df6-491f-8663-613b7f316bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:18,523 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:43:18,523 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d029aa52-39e1-48d5-97aa-6658bc5aed3a', 'x-compute-request-id': 'req-d029aa52-39e1-48d5-97aa-6658bc5aed3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:19,577 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:43:19,578 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ab3577e-068b-4606-9095-31aad1f81aa3', 'x-compute-request-id': 'req-6ab3577e-068b-4606-9095-31aad1f81aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:20,636 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:43:20,636 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56628b78-2440-4a89-9528-7504fdd68843', 'x-compute-request-id': 'req-56628b78-2440-4a89-9528-7504fdd68843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:21,692 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:43:21,692 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7de83b3e-5b74-44bb-b518-eb106e4fa857', 'x-compute-request-id': 'req-7de83b3e-5b74-44bb-b518-eb106e4fa857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:22,749 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:43:22,749 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b5d95a0-d74d-405d-b59c-99dc622f4dd9', 'x-compute-request-id': 'req-5b5d95a0-d74d-405d-b59c-99dc622f4dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:23,807 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:43:23,807 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce515717-46c4-4242-a272-741ca4e02f74', 'x-compute-request-id': 'req-ce515717-46c4-4242-a272-741ca4e02f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:24,860 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:24,860 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3114093-4c62-427b-9d67-11c906091ec6', 'x-compute-request-id': 'req-e3114093-4c62-427b-9d67-11c906091ec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:25,917 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:43:25,917 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43: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-c144de0d-f2b2-4440-8b6b-60dabb4659c5', 'x-compute-request-id': 'req-c144de0d-f2b2-4440-8b6b-60dabb4659c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:26,981 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.061s 2022-03-23 17:43:26,982 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7c5db6a-2ae5-40c9-8bbc-e21a8ceaee98', 'x-compute-request-id': 'req-f7c5db6a-2ae5-40c9-8bbc-e21a8ceaee98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:28,037 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:43:28,038 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfa7ab8e-b024-47b5-b6b5-9dc5be7bb897', 'x-compute-request-id': 'req-bfa7ab8e-b024-47b5-b6b5-9dc5be7bb897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:29,087 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:43:29,087 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be11977d-ebed-4e74-8a55-91d8de6f1434', 'x-compute-request-id': 'req-be11977d-ebed-4e74-8a55-91d8de6f1434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:30,153 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.062s 2022-03-23 17:43:30,153 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4069bb2-943f-40ba-8169-fe4f0b0a6f76', 'x-compute-request-id': 'req-e4069bb2-943f-40ba-8169-fe4f0b0a6f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:31,205 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:43:31,206 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e10f0e8a-bbe9-4c50-8636-ed7029b53760', 'x-compute-request-id': 'req-e10f0e8a-bbe9-4c50-8636-ed7029b53760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:32,258 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:43:32,258 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-111852bf-2743-4da6-9dec-99bef1760d08', 'x-compute-request-id': 'req-111852bf-2743-4da6-9dec-99bef1760d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:33,318 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:43:33,318 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b93ef6-f07a-4516-b3c2-44507a9964cd', 'x-compute-request-id': 'req-33b93ef6-f07a-4516-b3c2-44507a9964cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:34,375 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:43:34,376 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f157b0b-b300-4baa-adde-b55a7dc96366', 'x-compute-request-id': 'req-6f157b0b-b300-4baa-adde-b55a7dc96366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:35,429 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:35,429 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee494d33-5249-425e-a84f-8fda0930db22', 'x-compute-request-id': 'req-ee494d33-5249-425e-a84f-8fda0930db22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:36,482 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:36,482 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-766f1f65-38a9-4a03-9af8-3b671e129829', 'x-compute-request-id': 'req-766f1f65-38a9-4a03-9af8-3b671e129829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:37,532 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:43:37,533 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-305af43b-b6dc-4492-84e5-30a5d714eb92', 'x-compute-request-id': 'req-305af43b-b6dc-4492-84e5-30a5d714eb92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:38,586 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:38,586 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-729220f3-a2de-4973-b538-e8cda3e128c1', 'x-compute-request-id': 'req-729220f3-a2de-4973-b538-e8cda3e128c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:39,644 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:43:39,645 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66b92e5c-2ba7-48a5-840a-629460448a18', 'x-compute-request-id': 'req-66b92e5c-2ba7-48a5-840a-629460448a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:40,706 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:43:40,706 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-281f9fca-0d10-4d9c-868a-bdcc26930777', 'x-compute-request-id': 'req-281f9fca-0d10-4d9c-868a-bdcc26930777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:41,758 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:41,759 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22f291ca-5b31-42c9-8632-1908066b751b', 'x-compute-request-id': 'req-22f291ca-5b31-42c9-8632-1908066b751b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:42,834 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.073s 2022-03-23 17:43:42,835 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4e7b752-8c2a-4c05-afb0-8e77d8c6a548', 'x-compute-request-id': 'req-d4e7b752-8c2a-4c05-afb0-8e77d8c6a548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:43,885 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:43:43,885 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae287d22-8e82-4e24-9a83-3bfda3b51ed2', 'x-compute-request-id': 'req-ae287d22-8e82-4e24-9a83-3bfda3b51ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:44,940 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:43:44,941 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11d08724-3208-48ab-9147-60b8c006b833', 'x-compute-request-id': 'req-11d08724-3208-48ab-9147-60b8c006b833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:45,994 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:45,995 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bd373e2-00a4-4c3c-a98a-76fbc676f47c', 'x-compute-request-id': 'req-9bd373e2-00a4-4c3c-a98a-76fbc676f47c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:47,047 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:43:47,047 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43: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-9dd4b54b-2afa-458b-84b9-6a6d5f70b467', 'x-compute-request-id': 'req-9dd4b54b-2afa-458b-84b9-6a6d5f70b467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:48,098 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:43:48,099 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8f2599c-ad32-4aa5-8d29-012b19cefb82', 'x-compute-request-id': 'req-b8f2599c-ad32-4aa5-8d29-012b19cefb82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:49,154 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:43:49,155 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a41bae2d-5bea-47f8-b5d9-7e960e4a9873', 'x-compute-request-id': 'req-a41bae2d-5bea-47f8-b5d9-7e960e4a9873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:50,207 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:43:50,207 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4887520-0c25-46a1-8cc0-67a02d73f05f', 'x-compute-request-id': 'req-b4887520-0c25-46a1-8cc0-67a02d73f05f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:51,257 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:43:51,257 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf621dc0-0c9f-4ec0-a74b-09e7a22bfb26', 'x-compute-request-id': 'req-cf621dc0-0c9f-4ec0-a74b-09e7a22bfb26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:52,315 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:43:52,316 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a0e3613-7b1c-4d9a-8c53-4c5ed87735f0', 'x-compute-request-id': 'req-5a0e3613-7b1c-4d9a-8c53-4c5ed87735f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:53,375 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:43:53,375 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-886c5d53-e698-4609-8f0b-9dc38fcbac2f', 'x-compute-request-id': 'req-886c5d53-e698-4609-8f0b-9dc38fcbac2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:54,437 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:43:54,438 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eda3cd85-5627-45d4-984e-7a13050e3e5e', 'x-compute-request-id': 'req-eda3cd85-5627-45d4-984e-7a13050e3e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:55,491 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:43:55,492 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3ff8f0-e96d-4ecf-ac95-b4b9484a316e', 'x-compute-request-id': 'req-df3ff8f0-e96d-4ecf-ac95-b4b9484a316e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:56,557 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.062s 2022-03-23 17:43:56,558 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-929207ab-5cd3-4066-9fd7-0a2d582aff4c', 'x-compute-request-id': 'req-929207ab-5cd3-4066-9fd7-0a2d582aff4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:57,619 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:43:57,619 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2032abc-7468-411b-a5a0-a5f184e76ab8', 'x-compute-request-id': 'req-b2032abc-7468-411b-a5a0-a5f184e76ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:58,685 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.063s 2022-03-23 17:43:58,685 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a0bf057-d1dd-4476-8a5d-e4ab12d6a311', 'x-compute-request-id': 'req-6a0bf057-d1dd-4476-8a5d-e4ab12d6a311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:43:59,740 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:43:59,740 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86387cee-f370-4e7e-9b9a-281fb9ed0543', 'x-compute-request-id': 'req-86387cee-f370-4e7e-9b9a-281fb9ed0543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:00,793 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:44:00,794 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96085461-535a-483f-923f-570074995abb', 'x-compute-request-id': 'req-96085461-535a-483f-923f-570074995abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:01,856 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:44:01,856 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06490bb3-e87e-4b75-be0a-216425d9e41f', 'x-compute-request-id': 'req-06490bb3-e87e-4b75-be0a-216425d9e41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:02,912 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:44:02,912 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f275ac6-f939-437d-91af-19194fdf1e8b', 'x-compute-request-id': 'req-4f275ac6-f939-437d-91af-19194fdf1e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:03,971 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:44:03,971 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9079b38e-370f-4b03-89ad-a14fad97ef3d', 'x-compute-request-id': 'req-9079b38e-370f-4b03-89ad-a14fad97ef3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:05,027 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:44:05,028 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44: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-4f840011-9a74-4b92-95fa-54e681c7d432', 'x-compute-request-id': 'req-4f840011-9a74-4b92-95fa-54e681c7d432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:06,091 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:44:06,091 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55afb83c-f31d-468e-9459-b9ef25563213', 'x-compute-request-id': 'req-55afb83c-f31d-468e-9459-b9ef25563213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:07,153 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:44:07,153 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e5400ce-c0b9-4222-a7b1-08d355dd96f9', 'x-compute-request-id': 'req-9e5400ce-c0b9-4222-a7b1-08d355dd96f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:08,206 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:44:08,207 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eb3e523-b527-4bec-b736-17e4928a5aeb', 'x-compute-request-id': 'req-7eb3e523-b527-4bec-b736-17e4928a5aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:09,260 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:44:09,261 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1797175-6759-4a26-8247-814e7a07ff9b', 'x-compute-request-id': 'req-c1797175-6759-4a26-8247-814e7a07ff9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:10,313 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:44:10,314 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee5f0f2a-42de-4286-a38a-9a614778815f', 'x-compute-request-id': 'req-ee5f0f2a-42de-4286-a38a-9a614778815f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:11,376 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:44:11,376 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7327e253-58e1-498c-a5c6-55ac645215b8', 'x-compute-request-id': 'req-7327e253-58e1-498c-a5c6-55ac645215b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:12,426 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:12,427 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93be99fe-8924-4b75-96dd-df0089457a09', 'x-compute-request-id': 'req-93be99fe-8924-4b75-96dd-df0089457a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:13,477 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:13,477 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1cbc218-ade6-4211-8656-de5df222c653', 'x-compute-request-id': 'req-f1cbc218-ade6-4211-8656-de5df222c653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:14,534 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:44:14,534 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c69595a6-c5a6-423d-baae-30baa6179d93', 'x-compute-request-id': 'req-c69595a6-c5a6-423d-baae-30baa6179d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:15,588 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:44:15,589 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-452a4847-1931-4c40-844d-d40d55a44f43', 'x-compute-request-id': 'req-452a4847-1931-4c40-844d-d40d55a44f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:16,639 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:16,640 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85edd72b-a64e-4d65-9ea6-47b718982961', 'x-compute-request-id': 'req-85edd72b-a64e-4d65-9ea6-47b718982961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:17,697 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:44:17,697 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c870a3b3-c2cd-4fb7-9243-0889aea4867c', 'x-compute-request-id': 'req-c870a3b3-c2cd-4fb7-9243-0889aea4867c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:18,749 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:18,749 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63713b7d-9e3d-43e3-928b-e83ffef2f370', 'x-compute-request-id': 'req-63713b7d-9e3d-43e3-928b-e83ffef2f370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:19,811 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:44:19,812 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a02ecd16-5a40-4926-95e9-7f5dcc1eae27', 'x-compute-request-id': 'req-a02ecd16-5a40-4926-95e9-7f5dcc1eae27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:20,885 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.070s 2022-03-23 17:44:20,886 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1eec1b8-8748-4480-a833-5ffdb111fe79', 'x-compute-request-id': 'req-b1eec1b8-8748-4480-a833-5ffdb111fe79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:21,938 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:21,938 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc0ff27c-c8b7-4f3d-8b66-887f6c6a03e1', 'x-compute-request-id': 'req-fc0ff27c-c8b7-4f3d-8b66-887f6c6a03e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:22,993 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:44:22,994 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba004650-1e87-4842-8aea-0f46b551d8dd', 'x-compute-request-id': 'req-ba004650-1e87-4842-8aea-0f46b551d8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:24,045 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:24,046 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-492b02d6-b268-40df-88cd-861e8581c747', 'x-compute-request-id': 'req-492b02d6-b268-40df-88cd-861e8581c747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:25,098 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:44:25,099 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44: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-d0d30fb5-6664-4fec-b791-dbeb9879244f', 'x-compute-request-id': 'req-d0d30fb5-6664-4fec-b791-dbeb9879244f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:26,149 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:26,150 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e827ed2-af8b-4ee3-ac0f-bc44b93f001f', 'x-compute-request-id': 'req-1e827ed2-af8b-4ee3-ac0f-bc44b93f001f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:27,201 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:27,202 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eccc688-b488-445e-a4e3-4d7e710d1bf9', 'x-compute-request-id': 'req-0eccc688-b488-445e-a4e3-4d7e710d1bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:28,261 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:44:28,262 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21c08514-484e-4779-add0-ed3526eac142', 'x-compute-request-id': 'req-21c08514-484e-4779-add0-ed3526eac142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:29,398 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.132s 2022-03-23 17:44:29,398 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bd864bd-8c96-404d-ab80-872876c23f88', 'x-compute-request-id': 'req-0bd864bd-8c96-404d-ab80-872876c23f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:30,455 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:44:30,456 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c489d5b6-7832-4b3b-9223-cae5db9ae407', 'x-compute-request-id': 'req-c489d5b6-7832-4b3b-9223-cae5db9ae407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:31,510 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:44:31,510 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c166ac9a-c09c-4989-b87b-ac3d7c894d00', 'x-compute-request-id': 'req-c166ac9a-c09c-4989-b87b-ac3d7c894d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:32,561 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:32,562 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f416ff81-c2a9-47c4-85f5-15e4ef716838', 'x-compute-request-id': 'req-f416ff81-c2a9-47c4-85f5-15e4ef716838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:33,611 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:44:33,611 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95cdb417-21b9-4af6-9bae-eb705596e0e6', 'x-compute-request-id': 'req-95cdb417-21b9-4af6-9bae-eb705596e0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:34,662 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:34,663 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c225fd8-7f1c-42ca-9e48-011eb595bf89', 'x-compute-request-id': 'req-6c225fd8-7f1c-42ca-9e48-011eb595bf89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:35,715 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:35,715 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67be41ef-c249-4a84-bbb9-5013d93c482c', 'x-compute-request-id': 'req-67be41ef-c249-4a84-bbb9-5013d93c482c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:36,765 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:44:36,765 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c129cf00-18d2-4056-b8b5-ec0049de6e2a', 'x-compute-request-id': 'req-c129cf00-18d2-4056-b8b5-ec0049de6e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:37,816 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:37,816 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a669eae2-e9bd-4307-80ca-3bf6de26d89d', 'x-compute-request-id': 'req-a669eae2-e9bd-4307-80ca-3bf6de26d89d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:38,866 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:38,867 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b8e099f-b733-4237-ad48-e33de7aae95a', 'x-compute-request-id': 'req-8b8e099f-b733-4237-ad48-e33de7aae95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:39,916 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:39,916 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a020dad-5808-4120-9a49-fb1d038d2bd8', 'x-compute-request-id': 'req-2a020dad-5808-4120-9a49-fb1d038d2bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:40,966 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:40,967 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c06c5d0-244a-40cb-8524-78628f66de09', 'x-compute-request-id': 'req-7c06c5d0-244a-40cb-8524-78628f66de09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:42,029 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:44:42,029 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76f9e563-02aa-41b3-aad1-0d0aa690f0b9', 'x-compute-request-id': 'req-76f9e563-02aa-41b3-aad1-0d0aa690f0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:43,079 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:43,079 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-344a5306-c074-43bd-ae64-0b7ee0f6ce14', 'x-compute-request-id': 'req-344a5306-c074-43bd-ae64-0b7ee0f6ce14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:44,132 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:44:44,132 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56c8eccd-368e-4e9b-8309-760e17da4668', 'x-compute-request-id': 'req-56c8eccd-368e-4e9b-8309-760e17da4668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:45,189 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:44:45,189 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee3f6c48-4808-48ee-b9c5-9de89776bf04', 'x-compute-request-id': 'req-ee3f6c48-4808-48ee-b9c5-9de89776bf04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:46,240 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:46,240 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54dd2bea-8f7a-4d4a-85c3-3bac17be092d', 'x-compute-request-id': 'req-54dd2bea-8f7a-4d4a-85c3-3bac17be092d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:47,292 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:44:47,292 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44: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-55551298-938a-45a8-925c-5252f4ad5dd2', 'x-compute-request-id': 'req-55551298-938a-45a8-925c-5252f4ad5dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:48,342 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.046s 2022-03-23 17:44:48,342 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-450e64e8-2a43-4426-b8c7-453688ef4f7a', 'x-compute-request-id': 'req-450e64e8-2a43-4426-b8c7-453688ef4f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:49,393 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:49,394 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b76fdc5-90cf-4e4d-bf82-3928e7f24fe7', 'x-compute-request-id': 'req-5b76fdc5-90cf-4e4d-bf82-3928e7f24fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:50,445 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:50,445 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52b9a2e0-73da-4e71-bb6c-a7f2f7784070', 'x-compute-request-id': 'req-52b9a2e0-73da-4e71-bb6c-a7f2f7784070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:51,509 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:44:51,509 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-091e484f-5333-487a-b03c-86d2c239ecf0', 'x-compute-request-id': 'req-091e484f-5333-487a-b03c-86d2c239ecf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:52,567 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:44:52,568 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-764e619a-247a-4050-8a0e-b99b645b1a05', 'x-compute-request-id': 'req-764e619a-247a-4050-8a0e-b99b645b1a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:53,630 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.059s 2022-03-23 17:44:53,630 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-533415fa-0445-433a-9f9b-fc11364e73cc', 'x-compute-request-id': 'req-533415fa-0445-433a-9f9b-fc11364e73cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:54,682 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:44:54,682 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdac5fee-c450-45e1-a9c8-fdd808391377', 'x-compute-request-id': 'req-cdac5fee-c450-45e1-a9c8-fdd808391377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:55,743 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:44:55,743 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5622287-28b4-4273-9840-23c354d35456', 'x-compute-request-id': 'req-b5622287-28b4-4273-9840-23c354d35456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:56,794 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:44:56,794 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-791cefff-302a-4b09-920d-6590db4c11da', 'x-compute-request-id': 'req-791cefff-302a-4b09-920d-6590db4c11da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:57,857 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:44:57,857 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e0d0bec-7a93-48f4-941f-41c0c81e6a4c', 'x-compute-request-id': 'req-2e0d0bec-7a93-48f4-941f-41c0c81e6a4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:58,911 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:44:58,911 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3029b3a5-ad5c-4436-8f36-4b90ccca04ec', 'x-compute-request-id': 'req-3029b3a5-ad5c-4436-8f36-4b90ccca04ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:44:59,962 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.047s 2022-03-23 17:44:59,962 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6be59080-621e-49c5-8484-2e6fac1ea668', 'x-compute-request-id': 'req-6be59080-621e-49c5-8484-2e6fac1ea668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:01,015 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:45:01,015 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1cdc27e-7cd9-409c-9fc8-e2b3f2fddd16', 'x-compute-request-id': 'req-f1cdc27e-7cd9-409c-9fc8-e2b3f2fddd16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:02,073 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:45:02,073 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d9166e4-7e3f-4c98-9600-81ea9d3b675e', 'x-compute-request-id': 'req-8d9166e4-7e3f-4c98-9600-81ea9d3b675e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:03,125 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:45:03,125 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7bcdd0-cd7e-421b-9e73-d5d4d8cad80b', 'x-compute-request-id': 'req-7f7bcdd0-cd7e-421b-9e73-d5d4d8cad80b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:04,181 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:45:04,181 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f171532-0a6e-40c6-a599-b8921ce3a1b6', 'x-compute-request-id': 'req-1f171532-0a6e-40c6-a599-b8921ce3a1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:05,234 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:45:05,235 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f43cd73-a0c7-482c-994e-690d7316bde3', 'x-compute-request-id': 'req-2f43cd73-a0c7-482c-994e-690d7316bde3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:06,291 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:45:06,292 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85c7b848-bc3c-40af-92c4-cc7ba7c629d1', 'x-compute-request-id': 'req-85c7b848-bc3c-40af-92c4-cc7ba7c629d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:07,345 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:45:07,346 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eb31e79-6aa3-4709-95b0-d0fe00fb3cfe', 'x-compute-request-id': 'req-4eb31e79-6aa3-4709-95b0-d0fe00fb3cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:08,397 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:45:08,398 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45: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-20c65725-a967-4840-8d46-3b4bf9631af6', 'x-compute-request-id': 'req-20c65725-a967-4840-8d46-3b4bf9631af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:09,459 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:45:09,459 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8890e2ae-f283-4b1c-a735-9638b068e034', 'x-compute-request-id': 'req-8890e2ae-f283-4b1c-a735-9638b068e034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:10,511 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:45:10,511 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6942970c-8eb0-4520-aa43-81f9d58f6e5d', 'x-compute-request-id': 'req-6942970c-8eb0-4520-aa43-81f9d58f6e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:11,577 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.062s 2022-03-23 17:45:11,577 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbde462e-1319-41c6-9224-c54da6e15757', 'x-compute-request-id': 'req-dbde462e-1319-41c6-9224-c54da6e15757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:12,630 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:45:12,630 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-832eb586-f548-46ee-8191-6db278052382', 'x-compute-request-id': 'req-832eb586-f548-46ee-8191-6db278052382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:13,681 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:45:13,681 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09ca05ce-767e-4124-9dcb-6668e4861c09', 'x-compute-request-id': 'req-09ca05ce-767e-4124-9dcb-6668e4861c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:14,733 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:45:14,733 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5028b7c-e05e-4539-a5f6-cea2e366c4cf', 'x-compute-request-id': 'req-e5028b7c-e05e-4539-a5f6-cea2e366c4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:15,786 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:45:15,786 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a57a563-08f4-4def-bd24-0bfce60c5bb5', 'x-compute-request-id': 'req-3a57a563-08f4-4def-bd24-0bfce60c5bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:16,851 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.061s 2022-03-23 17:45:16,852 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b4181da-80a6-4512-abda-7b26b2e57b80', 'x-compute-request-id': 'req-8b4181da-80a6-4512-abda-7b26b2e57b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:17,910 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:45:17,911 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce628407-42e1-48fb-b304-134761e1ac12', 'x-compute-request-id': 'req-ce628407-42e1-48fb-b304-134761e1ac12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:18,971 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:45:18,971 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-704fa560-b61b-4b0e-aaa7-ba9e350b84d1', 'x-compute-request-id': 'req-704fa560-b61b-4b0e-aaa7-ba9e350b84d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:20,030 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:45:20,030 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b3b586a-36ce-4007-8e34-9ed7c3a70cef', 'x-compute-request-id': 'req-8b3b586a-36ce-4007-8e34-9ed7c3a70cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:21,089 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:45:21,089 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f61b1dda-86ec-4154-820c-7d9af9428af8', 'x-compute-request-id': 'req-f61b1dda-86ec-4154-820c-7d9af9428af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:22,152 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:45:22,153 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ff1b6c-7398-4d0a-9faa-01cc73fb1f51', 'x-compute-request-id': 'req-60ff1b6c-7398-4d0a-9faa-01cc73fb1f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:23,210 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.052s 2022-03-23 17:45:23,210 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d230752e-7143-4592-ac70-6d37059fdd8a', 'x-compute-request-id': 'req-d230752e-7143-4592-ac70-6d37059fdd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:24,264 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:45:24,265 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-843041a4-e767-43bf-b90e-b1b70ef43794', 'x-compute-request-id': 'req-843041a4-e767-43bf-b90e-b1b70ef43794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:25,326 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.058s 2022-03-23 17:45:25,327 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a007321-53d5-482c-ad35-a6da6e3ee0d1', 'x-compute-request-id': 'req-7a007321-53d5-482c-ad35-a6da6e3ee0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:26,382 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:45:26,382 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24cfcf7c-19bd-45d3-a750-faefcddb7ef2', 'x-compute-request-id': 'req-24cfcf7c-19bd-45d3-a750-faefcddb7ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:27,439 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:45:27,440 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a372b78-af7f-4128-b496-d5630b8a920c', 'x-compute-request-id': 'req-4a372b78-af7f-4128-b496-d5630b8a920c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:28,491 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.048s 2022-03-23 17:45:28,492 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22c47c6d-d1fb-4623-bef0-393574acf196', 'x-compute-request-id': 'req-22c47c6d-d1fb-4623-bef0-393574acf196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:29,551 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:45:29,552 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45: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-922db7de-f3fb-49dd-80b7-ad9fc656482c', 'x-compute-request-id': 'req-922db7de-f3fb-49dd-80b7-ad9fc656482c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:30,609 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:45:30,610 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c555a3c-5a0c-43c9-b850-b7941e58f757', 'x-compute-request-id': 'req-4c555a3c-5a0c-43c9-b850-b7941e58f757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:31,667 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:45:31,668 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa441c55-4f86-4d32-bf18-bc6966524b0a', 'x-compute-request-id': 'req-fa441c55-4f86-4d32-bf18-bc6966524b0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:32,727 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:45:32,727 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11e668f2-5359-408f-a132-c36429f94b23', 'x-compute-request-id': 'req-11e668f2-5359-408f-a132-c36429f94b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:33,788 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:45:33,788 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a11cb6e-3f86-4813-bcb3-f8fdef7a6106', 'x-compute-request-id': 'req-9a11cb6e-3f86-4813-bcb3-f8fdef7a6106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:34,849 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.057s 2022-03-23 17:45:34,849 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a05e164-f8d5-404b-955a-e02903a010f2', 'x-compute-request-id': 'req-3a05e164-f8d5-404b-955a-e02903a010f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:35,909 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:45:35,909 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a82324af-ef3e-46e6-bf04-d454e6e6f531', 'x-compute-request-id': 'req-a82324af-ef3e-46e6-bf04-d454e6e6f531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:36,974 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.060s 2022-03-23 17:45:36,974 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88ce931e-e6a0-4d08-967c-00edf44250a0', 'x-compute-request-id': 'req-88ce931e-e6a0-4d08-967c-00edf44250a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:38,029 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.051s 2022-03-23 17:45:38,029 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb6bf521-2420-4c24-8a88-9a81adc3a6d7', 'x-compute-request-id': 'req-fb6bf521-2420-4c24-8a88-9a81adc3a6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:39,089 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:45:39,089 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80194b4f-6868-4f02-822c-c474db6a560f', 'x-compute-request-id': 'req-80194b4f-6868-4f02-822c-c474db6a560f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:40,155 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.063s 2022-03-23 17:45:40,156 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-698d94a2-263a-4aa7-8713-3c18de1cc7f8', 'x-compute-request-id': 'req-698d94a2-263a-4aa7-8713-3c18de1cc7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:41,215 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.055s 2022-03-23 17:45:41,215 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-226617f5-a37a-446f-b155-e0c854e5a415', 'x-compute-request-id': 'req-226617f5-a37a-446f-b155-e0c854e5a415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:42,267 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.049s 2022-03-23 17:45:42,267 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1497e979-2c67-4c0d-bd29-b850059272fb', 'x-compute-request-id': 'req-1497e979-2c67-4c0d-bd29-b850059272fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:43,327 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:45:43,327 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01437cc2-c6f6-4157-aa0e-02ee4c79bc1e', 'x-compute-request-id': 'req-01437cc2-c6f6-4157-aa0e-02ee4c79bc1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:44,380 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.050s 2022-03-23 17:45:44,381 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f78cb91-4b32-452d-a721-5c3902027a86', 'x-compute-request-id': 'req-8f78cb91-4b32-452d-a721-5c3902027a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:45,438 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.053s 2022-03-23 17:45:45,438 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b540defd-6df5-49e7-9dab-640ce33d81ca', 'x-compute-request-id': 'req-b540defd-6df5-49e7-9dab-640ce33d81ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:46,496 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.054s 2022-03-23 17:45:46,496 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e69eb02-3101-4adc-a4e0-aa2d2a4fd330', 'x-compute-request-id': 'req-5e69eb02-3101-4adc-a4e0-aa2d2a4fd330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:47,556 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments 0.056s 2022-03-23 17:45:47,556 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c49bd10-17ff-4e49-ad2c-bcfa5ba36bd1', 'x-compute-request-id': 'req-7c49bd10-17ff-4e49-ad2c-bcfa5ba36bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "volumeId": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "serverId": "07627f49-7a00-40db-9b06-11c7368c26ed", "device": "/dev/sdb"}]}' 2022-03-23 17:45:48,671 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 POST http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/action 0.111s 2022-03-23 17:45:48,672 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '41879', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-625013f6-eaf8-46ec-956f-c18614bdbcfc', 'x-compute-request-id': 'req-625013f6-eaf8-46ec-956f-c18614bdbcfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed/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-03-23 17:45:48,674 117767 DEBUG [tempest.common.waiters] Console output for 07627f49-7a00-40db-9b06-11c7368c26ed 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.100000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.104000] tsc: Detected 1995.192 MHz processor [ 0.108000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980768) [ 0.112006] pid_max: default: 32768 minimum: 301 [ 0.116057] Security Framework initialized [ 0.120000] Yama: becoming mindful. [ 0.120052] AppArmor: AppArmor initialized [ 0.124256] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.128000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.128050] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.132013] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.136544] CPU: Physical Processor ID: 0 [ 0.140339] mce: CPU supports 1 MCE banks [ 0.144123] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.148005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.152007] Spectre V2 : Mitigation: Full generic retpoline [ 0.156006] Speculative Store Bypass: Vulnerable [ 0.224387] Freeing SMP alternatives memory: 36K [ 0.230369] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.232115] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.236126] Hierarchical SRCU implementation. [ 0.244462] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.248005] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.252073] smp: Bringing up secondary CPUs ... [ 0.256008] smp: Brought up 1 node, 1 CPU [ 0.260007] smpboot: Max logical packages: 1 [ 0.264035] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.268514] devtmpfs: initialized [ 0.272092] x86/mm: Memory block size: 128MB [ 0.276294] evm: security.selinux [ 0.280013] evm: security.SMACK64 [ 0.284033] evm: security.SMACK64EXEC [ 0.288006] evm: security.SMACK64TRANSMUTE [ 0.292008] evm: security.SMACK64MMAP [ 0.296005] evm: security.apparmor [ 0.300005] evm: security.ima [ 0.304008] evm: security.capability [ 0.308217] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.312018] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.316104] pinctrl core: initialized pinctrl subsystem [ 0.320277] NET: Registered protocol family 16 [ 0.324115] audit: initializing netlink subsys (disabled) [ 0.328185] cpuidle: using governor ladder [ 0.332011] audit: type=2000 audit(1648057044.328:1): state=initialized audit_enabled=0 res=1 [ 0.336010] cpuidle: using governor menu [ 0.340073] ACPI: bus type PCI registered [ 0.344005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.352546] PCI: Using configuration type 1 for base access [ 0.357658] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.360291] ACPI: Added _OSI(Module Device) [ 0.364009] ACPI: Added _OSI(Processor Device) [ 0.368006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.372005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.376018] ACPI: Added _OSI(Linux-Dell-Video) [ 0.392480] ACPI: Interpreter enabled [ 0.396017] ACPI: (supports S0 S5) [ 0.400031] ACPI: Using IOAPIC for interrupt routing [ 0.404071] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.408537] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.449224] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.452036] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.456012] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.460018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.464473] PCI host bridge to bus 0000:00 [ 0.468007] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.472013] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.476014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.480009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.484034] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.488009] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.528822] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.532007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.536030] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.540006] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.548580] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.548580] * this clock source is slow. Consider trying other clock sources [ 0.566330] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.626286] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.632028] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.636967] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.640937] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.644664] SCSI subsystem initialized [ 0.648318] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.652000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.652006] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.656004] vgaarb: loaded [ 0.660046] pps_core: LinuxPPS API ver. 1 registered [ 0.664004] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.668018] PTP clock support registered [ 0.672068] EDAC MC: Ver: 3.0.0 [ 0.681185] hv_vmbus: Vmbus version:4.0 [ 0.684121] PCI: Using ACPI for IRQ routing [ 0.688721] NetLabel: Initializing [ 0.692015] NetLabel: domain hash size = 128 [ 0.696014] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.700039] NetLabel: unlabeled traffic allowed by default [ 0.704187] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.723126] VFS: Disk quotas dquot_6.6.0 [ 0.727580] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.732494] AppArmor: AppArmor Filesystem Enabled [ 0.737452] pnp: PnP ACPI init [ 0.749196] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.754493] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.762693] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.767657] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.774031] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.777939] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.782926] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.788053] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.792610] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.797749] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.802541] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.807553] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.813217] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.818168] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.823311] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.828493] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.833495] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.839283] pnp: PnP ACPI: found 9 devices [ 0.850289] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.855766] NET: Registered protocol family 2 [ 0.860684] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.866057] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.870865] TCP: Hash tables configured (established 8192 bind 8192) [ 0.876212] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.882144] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.887111] NET: Registered protocol family 1 [ 0.892540] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.901232] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.907204] Unpacking initramfs... [ 1.226903] Freeing initrd memory: 13088K [ 1.235434] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.240892] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.248944] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e0e7ad5, max_idle_ns: 881590493397 ns [ 1.255865] Scanning for low memory corruption every 60 seconds [ 1.268804] Initialise system trusted keyrings [ 1.275456] Key type blacklist registered [ 1.288798] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.297543] zbud: loaded [ 1.302721] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.308357] fuse init (API version 7.26) [ 1.319680] Key type asymmetric registered [ 1.329045] Asymmetric key parser 'x509' registered [ 1.336278] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.343323] io scheduler noop registered (default) [ 1.348914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.360772] ACPI: Power Button [PWRF] [ 1.365063] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.396526] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.430804] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.439612] Linux agpgart interface v0.103 [ 1.445633] loop: module loaded [ 1.449674] random: fast init done [ 1.453880] hv_vmbus: registering driver hv_storvsc [ 1.462027] scsi host0: storvsc_host_t [ 1.472448] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.481351] scsi host1: storvsc_host_t [ 1.490756] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.497517] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.509819] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.518691] sd 0:0:0:0: [sda] Write Protect is off [ 1.523927] scsi host2: ata_piix [ 1.534602] scsi host3: ata_piix [ 1.539238] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.545117] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.550018] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.566069] libphy: Fixed MDIO Bus: probed [ 1.571272] tun: Universal TUN/TAP device driver, 1.6 [ 1.576102] PPP generic driver version 2.4.2 [ 1.581145] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.603764] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.608661] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.613995] sda: sda1 [ 1.618169] mousedev: PS/2 mouse device common for all mice [ 1.623873] rtc_cmos 00:00: RTC can wake from S4 [ 1.654871] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.663711] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.668424] device-mapper: uevent: version 1.0.3 [ 1.673745] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.681617] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.689128] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 1.697446] NET: Registered protocol family 10 [ 1.708474] Segment Routing with IPv6 [ 1.714730] NET: Registered protocol family 17 [ 1.719988] Key type dns_resolver registered [ 2.730163] RAS: Correctable Errors collector initialized. [ 2.735848] registered taskstats version 1 [ 2.744598] Loading compiled-in X.509 certificates [ 2.761797] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.793997] zswap: loaded using pool lzo/zbud [ 2.805113] Key type big_key registered [ 2.818261] Key type trusted registered [ 2.934010] Key type encrypted registered [ 2.939102] AppArmor: AppArmor sha1 policy hashing enabled [ 2.948995] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 2.957242] evm: HMAC attrs: 0x1 [ 2.985602] rtc_cmos 00:00: setting system clock to 2022-03-23 17:37:27 UTC (1648057047) [ 2.991197] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 2.996115] EDD information not available. [ 3.404801] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.417096] ata2.00: configured for MWDMA2 [ 3.435119] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.450678] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.455104] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.462444] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 3.470997] Freeing unused kernel memory: 2248K [ 3.480057] Write protecting the kernel read-only data: 18432k [ 3.490562] Freeing unused kernel memory: 2008K [ 3.497563] Freeing unused kernel memory: 124K [ 3.512985] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.518314] x86/mm: Checking user space page tables [ 3.534421] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 3.601813] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.608667] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.615904] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.620667] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.626134] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.640787] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.653650] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.663429] random: udevadm: uninitialized urandom read (16 bytes read) [ 3.668580] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.674085] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 3.867005] hv_utils: Registering HyperV Utility Driver [ 3.872486] hv_vmbus: registering driver hv_util [ 3.887690] hv_vmbus: registering driver hv_netvsc [ 3.913206] hv_vmbus: registering driver hyperv_keyboard [ 3.933349] 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.943075] hidraw: raw HID events driver (C) Jiri Kosina [ 4.008271] hv_vmbus: registering driver hid_hyperv [ 4.052501] hv_utils: Heartbeat IC version 3.0 [ 4.059047] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.077354] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.111920] hv_utils: Shutdown IC version 3.0 [ 4.117085] hv_utils: TimeSync IC version 4.0 [ 4.189210] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.292035] raid6: sse2x1 gen() 4817 MB/s [ 4.344042] raid6: sse2x1 xor() 3744 MB/s [ 4.396040] raid6: sse2x2 gen() 6080 MB/s [ 4.448036] raid6: sse2x2 xor() 4209 MB/s [ 4.500245] raid6: sse2x4 gen() 6974 MB/s [ 4.552035] raid6: sse2x4 xor() 5282 MB/s [ 4.556261] raid6: using algorithm sse2x4 gen() 6974 MB/s [ 4.560518] raid6: .... xor() 5282 MB/s, rmw enabled [ 4.565936] raid6: using intx1 recovery algorithm [ 4.574017] xor: measuring software checksum speed [ 4.616030] prefetch64-sse: 9952.000 MB/sec [ 4.660037] generic_sse: 9249.000 MB/sec [ 4.664342] xor: using function: prefetch64-sse (9952.000 MB/sec) [ 4.674188] 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 ... [ 4.845641] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.029893] 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.509336] 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.518212] systemd[1]: Detected virtualization microsoft. [ 5.522328] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 5.568847] systemd[1]: Set hostname to <ubuntu>. [ 5.583154] systemd[1]: Initializing machine ID from random generator. [ 5.589272] systemd[1]: Installed transient /etc/machine-id file. [ 5.890539] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 5.940468] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 5.991370] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 6.042980] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[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] Created slice System Slice. Mounting POSIX Message Queue File System... [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Slices. Starting Journal Service... Starting Load Kernel Modules... Starting Remount Root and Kernel File Systems...[ 6.843043] Loading iSCSI transport class v2.0-870. Mounting Debug File System...[ 6.909692] EXT4-fs (sda1): re-mounted. Opts: (null) [ 6.914891] iscsi: registered transport (tcp) [[ 6.943592] iscsi: registered transport (iser) [0;32m OK [0m] Created slice system-getty.slice. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started 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 udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Apply ernel Variables... Mounting Configuration File System... Mounting FUSE Control File System... 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 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 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... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Commit a transient machine-id on disk. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchration... [[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. [ 28.590368] cloud-init[324]: Cloud-init v. 18.2 running 'init-local' at Wed, 23 Mar 2022 17:37:37 +0000. Up 11.43 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. [ 76.882230] cloud-init[659]: Cloud-init v. 18.2 running 'init' at Wed, 23 Mar 2022 17:37:57 0000. Up 31.76 seconds. [ 77.025503] [[0;32m OK [0mcloud-init] [659]: Started Initial cloud-init job (metadata service crawler).ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++ [[0;32m OK [0m[ 77.186027] cloud-init] [659]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)...[ 77.330048] cloud-init[[659]: [0;32m OK [0mci-info: | Device | Up | Address | Mask | Scope | Hw-Address |] Reached target System Initialization. [ 77.448571] [cloud-init[0;32m OK [0m[659]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Listening on ACPID Listen Socket. [ 77.556618] cloud-init[659]: ci-info: | eth0 | True | 172.20.0.3 | 255.255.255.240 | . | fa:16:3e:15:93:5d |[ [0;32m OK [0m[ 77.638378] ] cloud-initStarted ACPI Events Check.[659]: ci-info: | eth0 | True | fe80::f816:3eff:fe15:935d/64 | . | link | fa:16:3e:15:93:5d | [ [0;32m OK [0m[ 77.757720] ] cloud-initReached target Paths.[659]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[ [0;32m OK [0m[ 77.867895] ] cloud-initListening on D-Bus System Messae Bus Socket.[659]: ci-info: | lo | True | ::1/128 | . | host | . |[[0;32m OK [0m] Reached target Sockets.[ 78.008150] cloud-init[[659]: [0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Started Daily Cleanup of Temporary Directories. [ 78.153677] [cloud-init[659]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++] Reached target Basic System. [ 78.252188] cloud-init[659]: Starting Login Service...ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 78.386997] cloud-initStarting LSB: Record successful boot for GRUB..[659]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [[ 78.477947] [0;32m OK [0mcloud-init[659]: ] Started Regular background program processing daemon.ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[ 78.610746] [0;32m OK [0mcloud-init] [659]: Started ACPI event daemon.ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ [ 78.711795] [0;32m OK [0mcloud-init] [659]: Started D-Bus System Message Bus.ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 78.845876] cloud-init[659]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 78.913550] cloud-init[659]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 78.982892] cloud-init[659]: Generating public/private rsa key pair. [ 79.038548] cloud-init[659]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.[ [0;32m OK [0m[ 79.116618] ] cloud-initStarted Deferred execution scheduler.[659]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Starting /etc/r.local Compatibility... [ 79.252908] cloud-init [659]: Starting LSB: MD monitoring daemon...The key fingerprint is: [[ 79.348135] [0;32m OK [0mcloud-init] Started Unattended Upgrades Shutdown.[659]: SHA256:IEWM4Xb9mUHjqq5r3JYcWnXMcgAnWolT2vuaQtGWxaA root@tempest-attachvolumenegativetest-server-27444295 [ 79.471106] [cloud-init[659]: [0;32m OK [0mThe key's randomart image is: ] Started Daily apt download activities.[ 79.562300] cloud-init [659]: [+---[RSA 2048]----+[0;32m OK [0m ] Started Daily apt upgrade and clean activities.[ 79.662179] cloud-init[[0;32m OK [0m[659]: ] | .BO=. o |Reached target Timers. [ 79.792197] cloud-init [659]: Starting OpenBSD Secure Shell server...| .+Bo++o . | [[0;32m OK [0m[ 79.914046] ] cloud-initReached target Cloud-config availability.[659]: | Eo+o.+o | Starting Apply the settings specified in cloud-config...[ 80.063443] cloud-init [659]: [| ..o+ooo=+ | [0;32m OK [0m[ 80.192503] cloud-init] [659]: | o..S++ |Started OpenBSD Secure Shell server. [ 80.316242] cloud-init[659]: [| . oo |[0;32m OK [0m ] [ 80.440209] Started /etc/rc.local Compatibility.cloud-init [659]: [| o =.o. |[0;32m OK [0m ] Started iSCSI initiator daemon (iscsid).[ 80.605052] cloud-init[659]: | =.=o | [[0;32m OK [0m[ 80.788728] ] cloud-initStarted Login Service.[659]: | .o=+ |[ [0;32m OK [0m[ 80.928209] ] Started LSB: MD monitoring daemon.cloud-init[659]: +----[SHA256]-----+[ [0;32m OK [0m[ 81.068211] cloud-init] [659]: Started LSB: Record successful boot for GRUB.Generating public/private dsa key pair. [ 81.400253] cloud-init[659]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 81.500847] cloud-init[659]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 81.588214] cloud-init[659]: The key fingerprint is: [ 81.664213] cloud-init[659]: SHA256:gLLwCn4DyLWJYfbDuIKiUbD8Cy7k10V0kPkstlaadG4 root@tempest-attachvolumenegativetest-server-27444295 [ 81.746138] cloud-init [659]: The key's randomart image is:Starting Login to default iSCSI targets... [ 81.836167] cloud-init[659]: +---[DSA 1024]----+ [ 81.897475] [[0;32m OK [0mcloud-init] [659]: Started Login to default iSCSI targets.| .+ | [[ 82.005746] [0;32m OK [0mcloud-init] [659]: Reached target Remote File Systems (Pre).| . + . | [[ 82.092980] [0;32m OK [0mcloud-init] [659]: Reached target Remote File Systems.|o+... o + | [ 82.204183] cloud-initStarting Permit User Sessions...[659]: |*=Boo * = | Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...[ 82.330984] cloud-init [659]: |+*+* + S | Starting LSB: automatic crash report generation... [ 82.462322] cloud-init[[659]: [0;32m OK [0m|+++ . * E |] Started Permit User Sessions.[ 82.576390] cloud-init [659]: |O+ +. o . |[ [0;32m OK [0m[ 82.666318] ] cloud-init[659]: Started LSB: Set the CPU Frequency Scaling governor to "ondemand".|*oo.o. | [ 82.757963] cloud-init[[659]: [0;32m OK [0m|o... |] Started Serial Getty on ttyS0. [ 82.897860] cloud-init[[659]: [0;32m OK [0m+----[SHA256]-----+] Started Getty on tty1.[ 83.006363] cloud-init[[659]: [0;32m OK [0mGenerating public/private ecdsa key pair. ] Reached target Login Prompts.[ 83.097226] cloud-init [659]: [Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[0;32m OK [0m ] Started LSB: automatic crash report generation.[ 83.192978] cloud-init [659]: [Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[0;32m OK [0m] Reached target Multi-User System.[ 83.287169] cloud-init[[659]: [0;32m OK [0mThe key fingerprint is:] Reached target Graphical Interface. [ 83.382443] cloud-init[659]: Starting Update UTMP about System Runlevel Changes...SHA256:B8ywAtDXTSWGf261ZPIx7ZLk2m7SG+/EtSizoOT5uog root@tempest-attachvolumenegativetest-server-27444295 [ 83.472631] cloud-init[659]: The key's randomart image is: [ 83.514523] cloud-init[659]: +---[ECDSA 256]---+ [[ 83.566932] [0;32m OK [0mcloud-init] [659]: Started Update UTMP about System Runlevel Changes.|.o. ..++.. | [ 83.646827] cloud-init[659]: | ... o*.. | [ 83.692912] cloud-init[659]: | .. ..+ . | [ 83.735788] cloud-init[659]: | . ..o B . | [ 83.777285] cloud-init[659]: | So.O * .| [ 83.820397] cloud-init[659]: | .o *.o..| [ 83.861768] cloud-init[659]: | . o *.oo. | [ 83.906744] cloud-init[659]: | . + o + B+ | [ 83.947641] cloud-init[659]: | E . *+. =ooo | [ 83.997397] cloud-init[659]: +----[SHA256]-----+ [ 84.039554] cloud-init[659]: Generating public/private ed25519 key pair. [ 84.084130] cloud-init[659]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 84.132165] cloud-init[659]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 84.180484] cloud-init[659]: The key fingerprint is: [ 84.223335] cloud-init[659]: SHA256:OrXr46ixPvpMwePW483dgErp6XVhuWu+O0Hb1oN0IGw root@tempest-attachvolumenegativetest-server-27444295 [ 84.280128] cloud-init[659]: The key's randomart image is: [ 84.321856] cloud-init[659]: +--[ED25519 256]--+ [ 84.363593] cloud-init[659]: | . | [ 84.405419] cloud-init[659]: | E . | [ 84.451679] cloud-init[659]: | . . . | [ 84.494323] cloud-init[659]: | . ... . | [ 84.536833] cloud-init[659]: | + S.++ + | [ 84.578886] cloud-init[659]: | . + + +oo+ o | [ 84.620569] cloud-init[659]: | = B + +o . | [ 84.661967] cloud-init[659]: | +.* X.+o+ | [ 84.704356] cloud-init[659]: | .+*+Bo*+*+. | [ 84.747083] cloud-init[659]: +----[SHA256]-----+ [[0;32m OK [0m] Created slice User Slice of ubuntu. Starting User Manager for UID 1000... [[0;32m OK [0m] Started Session 1 of user ubuntu. [[0;32m OK [0m] Started User Manager for UID 1000. Ubuntu 16.04.4 LTS tempest-attachvolumenegativetest-server-27444295 ttyS0 tempest-attachvolumenegativetest-server-27444295 login: [ 169.939397] cloud-init[753]: Cloud-init v. 18.2 running 'modules:config' at Wed, 23 Mar 2022 17:38:48 +0000. Up 82.14 seconds. [ 178.891490] cloud-init[910]: Printing ubuntu user authorized keys [ 178.996478] cloud-init[910]: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeYt/hKDDGW/hHzOAReM2NhkpvoAVcWWsm659bhsR/rxIZh9xU5HHMmlzV2oxu90UcovqsmT+y1aJG37ouXGflZhdjBMUaa4JHFNYsawFSNeQ9bBu6UcRveOJB4BWWcxOxZv802Z+ut1jt6kL9rAVmXUXELd5a1rMjPslLWYPbCgV62tHXzvEDNhhdYZvSBHSlLy0XFpIR5MbdaPK6qStRDgjtB983H8PDwkh8NPMp9Gaol+l4GlG/Czx8OG2qyto8GXbm12wib5OXhUzTgk0kNetLRswSJKxNQOor2AQ0jd/zr1z0QY1RboQQLF49sjyt4Crd3+EvxfJNKVouOU+7 Generated-by-Nova ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 9d:cf:99:cc:07:85:ca:79:79:45:3d:8a:ca:a0:ac:7f | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Mar 23 17:40:26 ec2: <14>Mar 23 17:40:26 ec2: ############################################################# <14>Mar 23 17:40:26 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Mar 23 17:40:26 ec2: 1024 SHA256:gLLwCn4DyLWJYfbDuIKiUbD8Cy7k10V0kPkstlaadG4 root@tempest-attachvolumenegativetest-server-27444295 (DSA) <14>Mar 23 17:40:26 ec2: 256 SHA256:B8ywAtDXTSWGf261ZPIx7ZLk2m7SG+/EtSizoOT5uog root@tempest-attachvolumenegativetest-server-27444295 (ECDSA) <14>Mar 23 17:40:26 ec2: 256 SHA256:OrXr46ixPvpMwePW483dgErp6XVhuWu+O0Hb1oN0IGw root@tempest-attachvolumenegativetest-server-27444295 (ED25519) <14>Mar 23 17:40:26 ec2: 2048 SHA256:IEWM4Xb9mUHjqq5r3JYcWnXMcgAnWolT2vuaQtGWxaA root@tempest-attachvolumenegativetest-server-27444295 (RSA) <14>Mar 23 17:40:26 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Mar 23 17:40:26 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO8F5xIHJhocpo2Qs9tOTj1Lzt5UH5zS9l57BddIj8UBzzSsuWReSzurtG7aRdg/6Xr6KKZEPtlYjF/eJvDlrxI= root@tempest-attachvolumenegativetest-server-27444295 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL25UCexQ1Jj5FTtnDmQgmnNJDzQGISN63dOmtFWwTcc root@tempest-attachvolumenegativetest-server-27444295 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPr2GS5Hq6iIN1s4Xtxb6ay60jhdAh3IJ8OmpJV0cTh0Svr0uWpwFSmTUC8N1tftwHd7uM19T4akYp+B46WF5fCg/UWKYXBwvSoSGs8pvuTdp5Ymv463SdgTdVkcW5nZmD8vo2P38XH+NduyetX5PAqAWbs80lP5iLX9jgH/sMz2EALVEJHMlRv/PeNz34OQsyAVWZCC2Jm52YINNXH4F9o7ie8A3i4QfESifoWq/OvR0Kei76d+DU0ZhplgPU1XMIWKpbxtvh+8dcw+Xr+lhT6i2pE/giRc0RrY+ZwF4WHEX8Sx77EY2SCH7mPJ12HgGnvg2vsLe1qeIgrg9S1lbJ root@tempest-attachvolumenegativetest-server-27444295 -----END SSH HOST KEY KEYS----- [ 184.488139] cloud-init[910]: Cloud-init v. 18.2 running 'modules:final' at Wed, 23 Mar 2022 17:40:16 +0000. Up 170.77 seconds. [ 184.576592] cloud-init[910]: Cloud-init v. 18.2 finished at Wed, 23 Mar 2022 17:40:28 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 182.07 seconds 2022-03-23 17:45:48,722 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:45:48,722 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e9f3b1b-5ec9-4650-a0a5-998516a3c23a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e9f3b1b-5ec9-4650-a0a5-998516a3c23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:49,785 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:45:49,786 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8fb8f7-c9c1-46c2-9abd-24bf16531c0d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8fb8f7-c9c1-46c2-9abd-24bf16531c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:50,842 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:45:50,843 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0513203d-bc25-47ae-88cd-001007dc1749', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0513203d-bc25-47ae-88cd-001007dc1749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:51,894 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:45:51,895 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88147103-913d-41bd-8f62-d00f2453689c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88147103-913d-41bd-8f62-d00f2453689c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:52,953 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:45:52,953 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa03e80-c7bc-4b56-8f60-ed18c2d0ce18', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa03e80-c7bc-4b56-8f60-ed18c2d0ce18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:54,018 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:45:54,019 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a7c5ef-22b8-48a9-b480-09262f42af67', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a7c5ef-22b8-48a9-b480-09262f42af67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:55,077 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:45:55,078 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd010a2c-e7e9-4225-acd3-6566b54c0a10', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd010a2c-e7e9-4225-acd3-6566b54c0a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:56,146 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.060s 2022-03-23 17:45:56,146 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4077c068-4a76-446d-b4ea-b635d4e4cee2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4077c068-4a76-446d-b4ea-b635d4e4cee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:57,203 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:45:57,204 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a6b9f0-18ae-47e5-a3e0-5f091ca61c46', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a6b9f0-18ae-47e5-a3e0-5f091ca61c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:58,273 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.061s 2022-03-23 17:45:58,274 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe59a92-0f61-4e17-8609-8e94e98f3042', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbe59a92-0f61-4e17-8609-8e94e98f3042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:45:59,332 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:45:59,332 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb00702-5202-459f-a870-bd0634307aa5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb00702-5202-459f-a870-bd0634307aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:00,393 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:00,394 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc427da3-322a-4cf2-a0f5-d9da71346fd4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc427da3-322a-4cf2-a0f5-d9da71346fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:01,463 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:46:01,463 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff6dce5-0ca5-4a8b-a795-e26e0ef216f7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff6dce5-0ca5-4a8b-a795-e26e0ef216f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:02,519 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:46:02,520 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56e44fa-cbbd-4320-ba4b-1b2522f425de', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56e44fa-cbbd-4320-ba4b-1b2522f425de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:03,592 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.064s 2022-03-23 17:46:03,592 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e215b8fd-02aa-4e22-9193-36c284ad0f3a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e215b8fd-02aa-4e22-9193-36c284ad0f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:04,655 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:46:04,656 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97647f4-fb15-4e1b-9156-f799e4b1a832', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97647f4-fb15-4e1b-9156-f799e4b1a832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:05,717 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:05,717 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-911f4f6e-313d-4a64-9165-3f11cfd201d6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-911f4f6e-313d-4a64-9165-3f11cfd201d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:06,775 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:46:06,775 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc14e36-43e9-4a8f-ac17-9aadc9833a1e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc14e36-43e9-4a8f-ac17-9aadc9833a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:07,831 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:46:07,831 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30928f4a-5c3c-43e3-8f3a-892686eb057a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30928f4a-5c3c-43e3-8f3a-892686eb057a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:08,891 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:08,891 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07220b9-6829-4a7c-82b9-9280ed08260c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07220b9-6829-4a7c-82b9-9280ed08260c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:09,953 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:09,953 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80fbfa26-04cf-4f7c-8421-afed95966bf2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80fbfa26-04cf-4f7c-8421-afed95966bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:11,015 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:11,015 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17d17b9a-09ac-423d-96e4-a59095516451', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17d17b9a-09ac-423d-96e4-a59095516451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:12,077 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:12,078 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f49756-6c35-46d5-8e87-2fdd9430fa7e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f49756-6c35-46d5-8e87-2fdd9430fa7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:13,137 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:13,137 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdfc0904-7ff2-4be7-8c37-b2af0a47d991', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdfc0904-7ff2-4be7-8c37-b2af0a47d991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:14,195 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:14,195 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a96bc13-7533-4cbe-88ec-f9a8b0b2df7d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a96bc13-7533-4cbe-88ec-f9a8b0b2df7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:15,254 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:15,255 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1c16e7d-6e29-464a-a8cd-9ae52d2d79fb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1c16e7d-6e29-464a-a8cd-9ae52d2d79fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:16,308 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:46:16,309 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b96ee5f-e840-4cd4-b8ab-55b526ec108d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b96ee5f-e840-4cd4-b8ab-55b526ec108d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:17,369 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:17,369 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0d27b28-16cc-4c41-aa16-f519333a1775', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0d27b28-16cc-4c41-aa16-f519333a1775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:18,436 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:46:18,437 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52fd2129-5afd-41ae-b8e5-399af13b06d6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52fd2129-5afd-41ae-b8e5-399af13b06d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:19,491 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:46:19,492 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6cba667-2748-474c-a528-77657333218b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6cba667-2748-474c-a528-77657333218b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:20,561 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.061s 2022-03-23 17:46:20,561 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af592228-42dd-439d-af81-b8254be4ab6c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af592228-42dd-439d-af81-b8254be4ab6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:21,620 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:21,620 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abdf9c88-ab65-474c-9ba5-2ddd4c1db671', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abdf9c88-ab65-474c-9ba5-2ddd4c1db671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:22,676 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:46:22,677 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae367e8-8470-420c-ac5d-a38a407a96a2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae367e8-8470-420c-ac5d-a38a407a96a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:23,739 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:23,739 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a56cb66e-723d-4389-bc4c-15b433781e3e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a56cb66e-723d-4389-bc4c-15b433781e3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:24,798 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:24,798 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25fa3e52-8774-4d98-962b-e95482d2aab4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25fa3e52-8774-4d98-962b-e95482d2aab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:25,857 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:25,857 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca9367e0-5ade-4e4a-8bf2-7f48e5fc7e03', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca9367e0-5ade-4e4a-8bf2-7f48e5fc7e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:26,918 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:46:26,918 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4ea79e-96a2-4db1-9ef7-7f0ddc0a343a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4ea79e-96a2-4db1-9ef7-7f0ddc0a343a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:27,979 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:46:27,979 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8266806-fd85-4a2e-82b5-bec715056398', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8266806-fd85-4a2e-82b5-bec715056398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:29,041 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:29,041 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0760b6-2da9-4b0a-be7b-e51b5dd54fe9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0760b6-2da9-4b0a-be7b-e51b5dd54fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:30,102 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:46:30,103 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c7b8a2c-d48f-445f-9d5e-8d6b4c4e4f83', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c7b8a2c-d48f-445f-9d5e-8d6b4c4e4f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:31,158 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:46:31,159 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e0a159-43fa-498f-ad6f-64aa40f3da15', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e0a159-43fa-498f-ad6f-64aa40f3da15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:32,217 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:46:32,217 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e58982-77bd-461c-ab90-b772e6ab1223', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e58982-77bd-461c-ab90-b772e6ab1223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:33,271 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:46:33,272 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d0fa2d-dc0c-40ea-94e2-1616e9b37709', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d0fa2d-dc0c-40ea-94e2-1616e9b37709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:34,335 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:46:34,335 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab588493-d5dd-498f-9805-3088fee4895f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab588493-d5dd-498f-9805-3088fee4895f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:35,396 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:46:35,396 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3fc576-5c13-4132-8243-7d1d94936fe2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3fc576-5c13-4132-8243-7d1d94936fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:36,455 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:36,455 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155c90d4-eb32-4569-9d71-0aaaa198811c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155c90d4-eb32-4569-9d71-0aaaa198811c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:37,514 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:37,515 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249ab128-5580-43c4-a57c-b39009593c86', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249ab128-5580-43c4-a57c-b39009593c86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:38,574 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:38,574 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc7def1-e957-42b3-886b-ffa89750cd4d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc7def1-e957-42b3-886b-ffa89750cd4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:39,634 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:39,634 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b709e5a2-96da-4cd7-9aa1-d71771b22a68', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b709e5a2-96da-4cd7-9aa1-d71771b22a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:40,696 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:46:40,696 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c56fd81-fcb0-4f70-ba15-628107ce5079', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c56fd81-fcb0-4f70-ba15-628107ce5079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:41,754 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:46:41,754 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4649b4d-0412-4814-8688-60762d9c11ff', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4649b4d-0412-4814-8688-60762d9c11ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:42,818 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:46:42,818 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9b248a4-17e6-4e0b-b539-f69e1fa30a3e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9b248a4-17e6-4e0b-b539-f69e1fa30a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:43,877 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:43,878 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0145e18-b08e-409d-b358-7fef15dae292', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0145e18-b08e-409d-b358-7fef15dae292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:44,936 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:46:44,936 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37075d89-5eca-4428-9057-3ce7a53d23a9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37075d89-5eca-4428-9057-3ce7a53d23a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:45,990 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:46:45,991 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650a9d91-2cad-40c5-937b-cf98e70a5f24', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650a9d91-2cad-40c5-937b-cf98e70a5f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:47,054 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:46:47,054 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fa85b3d-aa77-4261-9047-e8f4e3425591', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fa85b3d-aa77-4261-9047-e8f4e3425591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:48,108 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:46:48,108 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-befd5a0c-e0fd-4272-88bd-4c6fbd33c063', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-befd5a0c-e0fd-4272-88bd-4c6fbd33c063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:49,175 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:46:49,176 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117bc58a-7a76-49dd-b3a1-ee4dcca50080', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117bc58a-7a76-49dd-b3a1-ee4dcca50080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:50,235 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:50,236 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be27d28d-bae8-4256-b680-b0b60409a3ff', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be27d28d-bae8-4256-b680-b0b60409a3ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:51,295 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:51,296 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db18946a-c9f1-4ca1-b5fe-14e00a0eb74d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db18946a-c9f1-4ca1-b5fe-14e00a0eb74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:52,360 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:46:52,361 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ca1437c-21a5-45c5-95c8-a1fd969494c3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ca1437c-21a5-45c5-95c8-a1fd969494c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:53,421 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:46:53,421 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92ad4dfe-67aa-43fc-a3c5-746df0d5fef7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92ad4dfe-67aa-43fc-a3c5-746df0d5fef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:54,475 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:46:54,476 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b81105f-4d26-49af-b0d9-1f38f75f8893', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b81105f-4d26-49af-b0d9-1f38f75f8893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:55,539 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:46:55,540 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52cde548-554c-47f4-ae0c-32726daa79f6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52cde548-554c-47f4-ae0c-32726daa79f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:56,597 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:46:56,598 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c7fa90-4bf3-406f-8e31-5dc4339c91cc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c7fa90-4bf3-406f-8e31-5dc4339c91cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:57,656 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:46:57,656 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-925d62e0-6417-4fc6-8ca6-9904983542eb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-925d62e0-6417-4fc6-8ca6-9904983542eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:58,723 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:46:58,724 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4900811c-19ef-46f5-ac30-e7607f0f9132', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4900811c-19ef-46f5-ac30-e7607f0f9132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:46:59,782 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:46:59,782 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca27ea18-8ef9-459b-9b2f-eb81af55e590', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca27ea18-8ef9-459b-9b2f-eb81af55e590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:00,847 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:47:00,847 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4bac049-ae94-4b1b-a066-269d536b13b8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4bac049-ae94-4b1b-a066-269d536b13b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:01,907 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:47:01,908 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da7203e-d605-4836-af5c-849ec187835a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da7203e-d605-4836-af5c-849ec187835a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:02,975 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:47:02,975 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a1ef12b-16cb-48b9-8e02-276945c84ba0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a1ef12b-16cb-48b9-8e02-276945c84ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:04,040 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:47:04,041 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d175c88b-9812-4c3e-a828-ee7343fd60c9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d175c88b-9812-4c3e-a828-ee7343fd60c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:05,098 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:47:05,098 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee2147d-d4d6-4435-a78c-f029fc1ef31c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee2147d-d4d6-4435-a78c-f029fc1ef31c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:06,166 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.059s 2022-03-23 17:47:06,167 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42174fb1-25f0-4e4b-b2d1-3bd197e6ab47', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42174fb1-25f0-4e4b-b2d1-3bd197e6ab47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:07,224 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:47:07,224 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c70545d4-9286-4a6a-ae40-d8c5ae8168cf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70545d4-9286-4a6a-ae40-d8c5ae8168cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:08,294 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.061s 2022-03-23 17:47:08,294 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4336bc81-9243-451f-a61a-bf8380d21b60', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4336bc81-9243-451f-a61a-bf8380d21b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:09,351 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:47:09,351 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20bc76e1-0d02-4306-9b50-74306b1ca80d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20bc76e1-0d02-4306-9b50-74306b1ca80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:10,415 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:47:10,416 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c79287c-1c00-439a-9992-2cc925f54398', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c79287c-1c00-439a-9992-2cc925f54398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:11,474 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:47:11,475 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc832747-b231-4da4-8891-de8ac91a4c6c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc832747-b231-4da4-8891-de8ac91a4c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:12,532 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:47:12,533 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed52c12c-cbbe-4eb8-8c2e-8fbec94753e3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed52c12c-cbbe-4eb8-8c2e-8fbec94753e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:13,595 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:47:13,596 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74621467-17d1-4a6c-9254-b6d9f8f86d24', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74621467-17d1-4a6c-9254-b6d9f8f86d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:14,657 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:47:14,657 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c615034d-04f0-4e6c-9965-f69529bb4414', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c615034d-04f0-4e6c-9965-f69529bb4414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:15,720 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:47:15,720 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a192cf35-d672-4185-959e-cad2ab50999a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a192cf35-d672-4185-959e-cad2ab50999a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:16,781 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:47:16,781 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5aa197a-ebb3-406a-8d90-78084537ce2b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5aa197a-ebb3-406a-8d90-78084537ce2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:17,833 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:47:17,834 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28d1055-5a63-4b28-b973-1668699ed0fa', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28d1055-5a63-4b28-b973-1668699ed0fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:18,896 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:47:18,896 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f63e58e-9d5e-4900-af4d-4fd59e73e454', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f63e58e-9d5e-4900-af4d-4fd59e73e454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:19,961 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:47:19,961 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-050cf386-dba4-4ee1-8881-3ef884188b2c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050cf386-dba4-4ee1-8881-3ef884188b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:21,028 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:47:21,028 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bad764f-1fc5-435e-ba17-c1a3d1abb9bf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bad764f-1fc5-435e-ba17-c1a3d1abb9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:22,092 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:47:22,092 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c616cd22-a612-494c-a21a-0783300e98f9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c616cd22-a612-494c-a21a-0783300e98f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:23,150 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:47:23,150 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbf799f-6fc7-4532-aa1b-e642799e4aab', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbf799f-6fc7-4532-aa1b-e642799e4aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:24,224 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.065s 2022-03-23 17:47:24,224 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3e8da3-9221-4ce2-9c7e-536bf7a164b8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3e8da3-9221-4ce2-9c7e-536bf7a164b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:25,285 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:47:25,285 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30850a74-cb42-4383-85f9-adff1a866966', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30850a74-cb42-4383-85f9-adff1a866966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:26,337 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:47:26,337 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddc56f4-2cd5-454b-9f7e-e4b077b0c37a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddc56f4-2cd5-454b-9f7e-e4b077b0c37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:27,401 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:47:27,401 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fdce609-9236-4e4a-b7e4-4ad6b0f2185d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fdce609-9236-4e4a-b7e4-4ad6b0f2185d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:28,459 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:47:28,460 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9339f3-c656-4041-8760-21da22b02ff0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9339f3-c656-4041-8760-21da22b02ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:29,528 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.060s 2022-03-23 17:47:29,528 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe7e06a-4d10-4fb2-9f34-2fd15d37832c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe7e06a-4d10-4fb2-9f34-2fd15d37832c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:30,599 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.061s 2022-03-23 17:47:30,599 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc054060-c9c4-4794-b482-962fe0dcf077', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc054060-c9c4-4794-b482-962fe0dcf077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:31,659 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:47:31,660 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b8bd47-23db-48a8-a622-7535a45e2218', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b8bd47-23db-48a8-a622-7535a45e2218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:32,721 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:47:32,722 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae588ca7-1357-4a91-be49-a616e6b82687', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae588ca7-1357-4a91-be49-a616e6b82687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:33,787 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:47:33,788 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce472981-ffa0-4fa6-b269-01e4c4331dd3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce472981-ffa0-4fa6-b269-01e4c4331dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:34,846 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:47:34,847 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ea378b-17fa-4d62-b300-152494c11840', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ea378b-17fa-4d62-b300-152494c11840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:35,902 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:47:35,903 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbe771b-d485-4609-a611-0c2218cb0492', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbe771b-d485-4609-a611-0c2218cb0492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:36,967 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:47:36,967 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4cc72b2-c691-45a4-83d0-b219967ef6a2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4cc72b2-c691-45a4-83d0-b219967ef6a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:38,020 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:47:38,020 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b796a7f7-e7c9-4cd8-82cc-107849a0e74b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b796a7f7-e7c9-4cd8-82cc-107849a0e74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:39,076 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:47:39,076 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be5eef7-d21e-4623-802a-62a372afc237', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be5eef7-d21e-4623-802a-62a372afc237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:40,134 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:47:40,134 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70ebba60-cf6e-4be5-9b82-8d472011ba43', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ebba60-cf6e-4be5-9b82-8d472011ba43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:41,194 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:47:41,195 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1157eaa-3781-4f50-a541-d3a3f95d7e78', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1157eaa-3781-4f50-a541-d3a3f95d7e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:42,268 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.065s 2022-03-23 17:47:42,269 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff4fcf66-50a4-49af-b0e8-846f098ac796', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff4fcf66-50a4-49af-b0e8-846f098ac796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:43,341 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.064s 2022-03-23 17:47:43,342 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42dc1080-3571-466d-9be8-d41c5d8c6946', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42dc1080-3571-466d-9be8-d41c5d8c6946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:44,408 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:47:44,408 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e44454-59a9-4ee5-bee3-592bbc3b4feb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e44454-59a9-4ee5-bee3-592bbc3b4feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:45,467 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:47:45,468 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1ebc75-6134-4a3b-9d8e-e61491358a2f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1ebc75-6134-4a3b-9d8e-e61491358a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:46,532 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:47:46,532 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf0076c-1dcc-4ca6-a4d0-f59874fac802', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf0076c-1dcc-4ca6-a4d0-f59874fac802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:47,592 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:47:47,592 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1f2ec46-5882-4927-a471-d62374f0b5b1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1f2ec46-5882-4927-a471-d62374f0b5b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:48,651 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:47:48,652 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-403549a6-3583-49b6-8fd6-903bcee8f34a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-403549a6-3583-49b6-8fd6-903bcee8f34a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:49,713 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:47:49,713 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb5c782-a356-4e45-9be5-1c4e86459fc1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb5c782-a356-4e45-9be5-1c4e86459fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:50,774 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:47:50,775 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc5b0ac-fb30-4776-a6ca-7fd8e404c19b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc5b0ac-fb30-4776-a6ca-7fd8e404c19b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:51,834 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:47:51,834 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d35391-d78c-4c00-a39f-abbe5f72b1c7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d35391-d78c-4c00-a39f-abbe5f72b1c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:52,892 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:47:52,893 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a246587f-d34a-41d6-9e07-d056e9e62ae2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a246587f-d34a-41d6-9e07-d056e9e62ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:53,947 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:47:53,948 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5f67152-a084-4fc0-bd08-5b354608248c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5f67152-a084-4fc0-bd08-5b354608248c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:55,006 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:47:55,006 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-580477ed-924c-4dec-b604-d99f811c6196', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-580477ed-924c-4dec-b604-d99f811c6196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:56,059 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:47:56,059 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4937cfb7-1e5f-4c59-bcf9-ee8102f332eb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4937cfb7-1e5f-4c59-bcf9-ee8102f332eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:57,119 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:47:57,120 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9376a339-6232-4b82-ba91-0f5634408af5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9376a339-6232-4b82-ba91-0f5634408af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:58,174 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:47:58,174 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dd8bb95-5c77-4188-8c9b-eca2572bd2e6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dd8bb95-5c77-4188-8c9b-eca2572bd2e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:47:59,250 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.066s 2022-03-23 17:47:59,250 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3829b02f-f3c0-4b8c-adb6-59859027696c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3829b02f-f3c0-4b8c-adb6-59859027696c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:00,307 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:48:00,308 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef4ba52-6bfc-4a83-ba58-eebd0908ff5c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef4ba52-6bfc-4a83-ba58-eebd0908ff5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:01,364 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:48:01,364 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0b229f-dc5d-490a-8b31-2a8e5698cd22', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0b229f-dc5d-490a-8b31-2a8e5698cd22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:02,429 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:48:02,429 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd891f44-97b3-47c7-9c35-3b142428dffb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd891f44-97b3-47c7-9c35-3b142428dffb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:03,484 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:48:03,484 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7f14625-8303-4f3f-9b53-11589b9051ff', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7f14625-8303-4f3f-9b53-11589b9051ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:04,540 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:48:04,541 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d53dfb9-4dc1-4c8f-9cf1-a94208807b5e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d53dfb9-4dc1-4c8f-9cf1-a94208807b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:05,605 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:48:05,606 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628ede1b-12b8-4177-b298-03c7123a9b17', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628ede1b-12b8-4177-b298-03c7123a9b17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:06,668 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:48:06,668 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b61dec3-c388-40d6-8b12-4d709962e922', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b61dec3-c388-40d6-8b12-4d709962e922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:07,726 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:48:07,726 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d40bfc-d20c-4934-9889-c717858d1219', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d40bfc-d20c-4934-9889-c717858d1219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:08,790 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:48:08,790 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d982bfce-8884-4ba2-9bc8-f036d5f85a78', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d982bfce-8884-4ba2-9bc8-f036d5f85a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:09,848 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:48:09,849 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bacd8147-3efb-411c-bd1b-8f9bdd088429', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bacd8147-3efb-411c-bd1b-8f9bdd088429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:10,916 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:48:10,916 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d6302b-216e-42e2-aff8-bfc33fa37ea2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d6302b-216e-42e2-aff8-bfc33fa37ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:11,982 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:48:11,982 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f343046a-76d3-4be4-a0ee-2b5343f86d2f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f343046a-76d3-4be4-a0ee-2b5343f86d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:13,044 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:48:13,044 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc8d426-28ae-4e42-aa2f-ce5e6dfa3faa', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc8d426-28ae-4e42-aa2f-ce5e6dfa3faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:14,096 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:48:14,096 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a210fd-ef5e-4b80-ad35-7117c6c916c1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a210fd-ef5e-4b80-ad35-7117c6c916c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:15,159 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:48:15,160 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f351bcdf-5ecd-4365-bb7d-322f4cd8db54', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f351bcdf-5ecd-4365-bb7d-322f4cd8db54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:16,221 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:48:16,222 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7411824e-96bd-4e95-b025-e0776cf736a8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7411824e-96bd-4e95-b025-e0776cf736a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:17,278 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:48:17,278 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa92b0a6-6775-46ae-9bc9-66b1f0dcbeba', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa92b0a6-6775-46ae-9bc9-66b1f0dcbeba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:18,341 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:48:18,341 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de51b036-0df7-47f6-9495-9ba55f8fdac3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de51b036-0df7-47f6-9495-9ba55f8fdac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:19,410 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.060s 2022-03-23 17:48:19,410 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b5ea51-449b-4ffd-b68f-a817ef02a5f8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b5ea51-449b-4ffd-b68f-a817ef02a5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:20,466 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:48:20,466 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27829b09-efc4-487d-9838-014922bd8374', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27829b09-efc4-487d-9838-014922bd8374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:21,528 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:48:21,528 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-468e219d-f447-4a20-ba93-a52b50d1f1ec', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-468e219d-f447-4a20-ba93-a52b50d1f1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:22,580 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:48:22,581 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a0636f2-9faf-4c50-9c56-3416edc68f27', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a0636f2-9faf-4c50-9c56-3416edc68f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:23,643 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:48:23,643 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3960013-a2ad-41c1-af92-af7c1264138f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3960013-a2ad-41c1-af92-af7c1264138f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:24,703 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:48:24,704 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4deb625-fd6e-40f0-ad0c-4918d821c1ef', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4deb625-fd6e-40f0-ad0c-4918d821c1ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:25,766 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:48:25,767 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19bab33f-9480-4cce-b27c-03fd95cd0e38', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19bab33f-9480-4cce-b27c-03fd95cd0e38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:26,830 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:48:26,831 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa7f4ca-29ff-4735-95fa-ad4ff0b5dfe5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa7f4ca-29ff-4735-95fa-ad4ff0b5dfe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:27,888 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:48:27,889 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69246b7f-0224-46ee-a6da-806623e4c5b0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69246b7f-0224-46ee-a6da-806623e4c5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:28,948 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:48:28,949 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a103fb5e-52fa-4e28-8b4a-449c2c7038c0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a103fb5e-52fa-4e28-8b4a-449c2c7038c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:30,015 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:48:30,015 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5646c971-98ec-43e8-b521-060c38359ac9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5646c971-98ec-43e8-b521-060c38359ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:31,075 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:48:31,076 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5642c4-7957-421b-87c1-e3c2ac476dd9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5642c4-7957-421b-87c1-e3c2ac476dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:32,139 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:48:32,139 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cfaaa0f-f7cc-4907-979e-63f31da0b892', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cfaaa0f-f7cc-4907-979e-63f31da0b892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:33,193 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:48:33,194 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df1ab880-d63f-48db-9d7e-39e23f276caf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df1ab880-d63f-48db-9d7e-39e23f276caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:34,251 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:48:34,251 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79fe5dc7-c03d-4aea-a37e-2fc42e1ea05e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79fe5dc7-c03d-4aea-a37e-2fc42e1ea05e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:35,317 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:48:35,318 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-893e28f8-2fcd-4520-9a6c-2a227bca9eb6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893e28f8-2fcd-4520-9a6c-2a227bca9eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:36,369 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:48:36,369 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87bcd291-aa21-4c80-b5f6-886f5392e6d3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87bcd291-aa21-4c80-b5f6-886f5392e6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:37,431 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:48:37,431 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b9c475-3acd-4c3d-a81b-7bfcb9b6d0b3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b9c475-3acd-4c3d-a81b-7bfcb9b6d0b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:38,488 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:48:38,488 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff3dccc1-8c35-4d87-ba7e-65b121c41d36', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff3dccc1-8c35-4d87-ba7e-65b121c41d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:39,546 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:48:39,546 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c1069c-b1ca-423f-a2bb-3bdf7c755dd3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c1069c-b1ca-423f-a2bb-3bdf7c755dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:40,608 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:48:40,609 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0528862b-f9f6-4d58-ab0e-42ba90e297be', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0528862b-f9f6-4d58-ab0e-42ba90e297be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:41,678 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.060s 2022-03-23 17:48:41,678 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bf088e1-ea3f-4fcb-9b33-cb6565ea1996', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bf088e1-ea3f-4fcb-9b33-cb6565ea1996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:42,742 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:48:42,743 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e5ecf0a-c027-49e1-b239-6a0a9d123f26', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e5ecf0a-c027-49e1-b239-6a0a9d123f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:43,809 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:48:43,809 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f45c8e4-0a80-480a-81ae-b896522ee96c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f45c8e4-0a80-480a-81ae-b896522ee96c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:44,869 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:48:44,870 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f17842-ca17-4d71-8c09-88f5224df6eb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f17842-ca17-4d71-8c09-88f5224df6eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:45,928 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:48:45,928 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12798899-896f-465c-97a9-fa33d86a5827', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12798899-896f-465c-97a9-fa33d86a5827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:46,992 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:48:46,993 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9570b0-7a95-4e8e-a9a5-7b73440097d0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9570b0-7a95-4e8e-a9a5-7b73440097d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:48,053 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:48:48,054 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e9c13be-a02d-4fc8-b773-447e7657413a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e9c13be-a02d-4fc8-b773-447e7657413a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:49,118 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:48:49,118 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2c3c808-bd00-4d1a-8e34-b789b6791b90', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c3c808-bd00-4d1a-8e34-b789b6791b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:50,183 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:48:50,183 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2cbd8fe-5fb9-428b-ba56-2739a98b87ca', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2cbd8fe-5fb9-428b-ba56-2739a98b87ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:51,244 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:48:51,244 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cfedace-8a4d-444a-8ae4-eb74584d78b1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cfedace-8a4d-444a-8ae4-eb74584d78b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:52,311 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.059s 2022-03-23 17:48:52,312 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be51731d-ca2e-42ab-8024-3f90aa8db6f2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be51731d-ca2e-42ab-8024-3f90aa8db6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:53,366 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:48:53,366 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca46bc9-cb1c-4743-a69a-96b3e146b31d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca46bc9-cb1c-4743-a69a-96b3e146b31d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:54,431 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:48:54,431 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34abbb34-a6c3-4b5e-9370-afbea1a6af4b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34abbb34-a6c3-4b5e-9370-afbea1a6af4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:55,486 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:48:55,486 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20e74e01-f2de-4cfd-8f09-563347c8b4ed', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20e74e01-f2de-4cfd-8f09-563347c8b4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:56,546 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:48:56,546 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b57942-e567-4d4b-ae04-7ebe79bfe08b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b57942-e567-4d4b-ae04-7ebe79bfe08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:57,612 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:48:57,613 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52f4ed37-59f1-4356-aac6-417a22d10878', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52f4ed37-59f1-4356-aac6-417a22d10878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:58,673 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:48:58,674 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba146061-67ac-4857-8cc1-03f6bf81787a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba146061-67ac-4857-8cc1-03f6bf81787a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:48:59,739 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:48:59,740 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-506d2ebc-ceae-4f18-a72a-4d0c6cb2a28b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-506d2ebc-ceae-4f18-a72a-4d0c6cb2a28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:00,799 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:49:00,799 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94e79dd1-b492-42a0-9bfd-ffa5858119d4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94e79dd1-b492-42a0-9bfd-ffa5858119d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:01,866 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:49:01,866 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72896658-0ce6-4eff-9332-3681f47fd831', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72896658-0ce6-4eff-9332-3681f47fd831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:02,930 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:49:02,931 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ebbcf6-1596-4742-97ee-2948191334f5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ebbcf6-1596-4742-97ee-2948191334f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:03,991 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:49:03,991 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f72e484b-f794-4e2e-82fc-24b32dd017ea', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f72e484b-f794-4e2e-82fc-24b32dd017ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:05,054 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:49:05,055 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79ce171-e044-421e-a37f-4238fcabc07c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79ce171-e044-421e-a37f-4238fcabc07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:06,110 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:49:06,110 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db34807d-196f-43db-9f3d-171e75110088', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db34807d-196f-43db-9f3d-171e75110088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:07,176 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:49:07,177 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f806c268-a0a4-45b1-b9ab-c984d9245876', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f806c268-a0a4-45b1-b9ab-c984d9245876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:08,233 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:49:08,233 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fef216d-42ee-44ce-95b1-f34cc9d0edf4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fef216d-42ee-44ce-95b1-f34cc9d0edf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:09,290 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:49:09,290 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2904b13e-25d0-4202-ae62-1db23b505258', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2904b13e-25d0-4202-ae62-1db23b505258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:10,344 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:49:10,344 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f434a87-f3e2-4d0a-baf7-6cfa9d077465', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f434a87-f3e2-4d0a-baf7-6cfa9d077465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:11,404 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:49:11,404 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ae8eca-6115-42cf-9421-395477984e72', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ae8eca-6115-42cf-9421-395477984e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:12,467 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:49:12,467 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bfef603-af24-4699-9ab9-54ecc94878c4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bfef603-af24-4699-9ab9-54ecc94878c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:13,522 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:49:13,523 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542af677-5376-48c0-8d41-ed2abef7527e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542af677-5376-48c0-8d41-ed2abef7527e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:14,599 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.068s 2022-03-23 17:49:14,600 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3ef6a12-a15a-414f-b73c-7f4880b670e7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ef6a12-a15a-414f-b73c-7f4880b670e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:15,658 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:49:15,658 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ee2ec51-857d-4c63-87f0-d8f334fd9a11', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ee2ec51-857d-4c63-87f0-d8f334fd9a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:16,721 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:49:16,721 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c2f7a7b-3b9c-4db8-8ada-61019d8cdcf3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c2f7a7b-3b9c-4db8-8ada-61019d8cdcf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:17,779 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:49:17,779 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d70e5b-33a8-445b-892f-59e0e3c7603b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d70e5b-33a8-445b-892f-59e0e3c7603b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:18,833 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:49:18,833 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ba371ef-9e9b-477d-8ec0-d07bf7de0507', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ba371ef-9e9b-477d-8ec0-d07bf7de0507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:19,898 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.056s 2022-03-23 17:49:19,898 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e94cda7-347b-45e3-9d40-0e8a57551ed9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e94cda7-347b-45e3-9d40-0e8a57551ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:20,955 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:49:20,955 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b02833dd-0caf-469b-8b96-9aa57bf9c31a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b02833dd-0caf-469b-8b96-9aa57bf9c31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:22,017 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:49:22,018 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4d7924d-0d80-4791-89a3-ddf6c7b8c2af', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4d7924d-0d80-4791-89a3-ddf6c7b8c2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:23,084 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:49:23,085 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11efd70-c000-42c5-935c-4ddd3c4968b0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11efd70-c000-42c5-935c-4ddd3c4968b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:24,143 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:49:24,144 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46cc4663-d57f-4573-8b5a-1b2dcecb1e55', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46cc4663-d57f-4573-8b5a-1b2dcecb1e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:25,211 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:49:25,211 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa39cb6-7045-4a75-9421-65314a2478a4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa39cb6-7045-4a75-9421-65314a2478a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:26,270 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:49:26,270 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7b0b1b-6669-4766-ab6a-88ccc4647017', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7b0b1b-6669-4766-ab6a-88ccc4647017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:27,325 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:49:27,326 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee35f91-2215-4e4a-b2b1-913e7da530c4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee35f91-2215-4e4a-b2b1-913e7da530c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:28,378 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:49:28,378 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45d341b2-31f6-478b-8a38-2d172564997c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d341b2-31f6-478b-8a38-2d172564997c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:29,619 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.232s 2022-03-23 17:49:29,619 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ae3b3a-d6ed-40d9-9f57-dc2bd2ac980d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08ae3b3a-d6ed-40d9-9f57-dc2bd2ac980d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:30,672 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:49:30,672 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c224ec79-3984-4721-acb4-3167b05bd163', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c224ec79-3984-4721-acb4-3167b05bd163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:31,724 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:49:31,724 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08046edb-568a-4f63-976a-2e02f60c789c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08046edb-568a-4f63-976a-2e02f60c789c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:32,792 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.059s 2022-03-23 17:49:32,792 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-049908f5-b64a-4049-8681-8d901ca3d9ec', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-049908f5-b64a-4049-8681-8d901ca3d9ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:33,858 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:49:33,859 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ce0e1c6-c8fc-4a5a-89de-488d32b468a1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ce0e1c6-c8fc-4a5a-89de-488d32b468a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:34,918 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:49:34,918 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fef11f2e-b920-4a4b-9b37-5b64069a04e9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fef11f2e-b920-4a4b-9b37-5b64069a04e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:35,992 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.065s 2022-03-23 17:49:35,992 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b933af4d-6ce1-4ea5-b9db-3d76cd0eaa47', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b933af4d-6ce1-4ea5-b9db-3d76cd0eaa47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:37,057 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.057s 2022-03-23 17:49:37,057 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4309d052-d0fc-4c98-840e-4ac6afd07a3a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4309d052-d0fc-4c98-840e-4ac6afd07a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:38,116 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:49:38,116 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab45c68-dc11-4e1f-ae9b-2b1a06413728', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab45c68-dc11-4e1f-ae9b-2b1a06413728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:39,178 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:49:39,178 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b11b2e8-e3ab-4d81-a097-8c65f3c60907', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b11b2e8-e3ab-4d81-a097-8c65f3c60907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:40,243 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:49:40,244 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef5d6af-8dba-40c7-91e3-ea479dd0da70', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef5d6af-8dba-40c7-91e3-ea479dd0da70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:41,298 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:49:41,298 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff4fa508-a598-4505-836f-727289252fa9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff4fa508-a598-4505-836f-727289252fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:42,354 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:49:42,355 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b499673a-31dd-4a18-8f96-6ea54505075d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b499673a-31dd-4a18-8f96-6ea54505075d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:43,421 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:49:43,422 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245eadfe-7fd8-4df9-b144-f886e45b9075', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245eadfe-7fd8-4df9-b144-f886e45b9075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:44,477 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:49:44,478 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a077b75c-222e-4513-ad28-ee07bb68e64f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a077b75c-222e-4513-ad28-ee07bb68e64f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:45,547 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.062s 2022-03-23 17:49:45,548 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d645285c-b322-4544-80e8-492ebcef9b9c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d645285c-b322-4544-80e8-492ebcef9b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:46,612 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:49:46,613 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077d7082-d114-4130-bc61-735256bd79b1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077d7082-d114-4130-bc61-735256bd79b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:47,674 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:49:47,674 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b66d9856-c65d-4608-8ce7-cb75bbf267c0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b66d9856-c65d-4608-8ce7-cb75bbf267c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:48,736 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:49:48,736 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bcf3fd2-6b2d-470e-88c5-92aea5eddf98', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bcf3fd2-6b2d-470e-88c5-92aea5eddf98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:49,795 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:49:49,796 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f040114d-c014-406a-a452-0bc50986ec23', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f040114d-c014-406a-a452-0bc50986ec23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:50,858 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:49:50,859 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fa8c2f7-3a0f-46ed-91b3-bcb8a756c064', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fa8c2f7-3a0f-46ed-91b3-bcb8a756c064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:51,919 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:49:51,919 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f4f4b7f-cbde-4cd2-a519-2011504d3acd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4f4b7f-cbde-4cd2-a519-2011504d3acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:52,977 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:49:52,977 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4089f58-3158-45e2-827d-d1686b8f9676', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4089f58-3158-45e2-827d-d1686b8f9676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:54,043 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:49:54,044 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-341fa958-d3b2-4f71-947b-fcbdbb840c32', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-341fa958-d3b2-4f71-947b-fcbdbb840c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:55,114 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.061s 2022-03-23 17:49:55,114 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7b6980-8c8a-4b48-b4ea-e7c47ba166a8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7b6980-8c8a-4b48-b4ea-e7c47ba166a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:56,166 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:49:56,166 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4290fb9-6e16-4f60-a603-797040a2df2a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4290fb9-6e16-4f60-a603-797040a2df2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:57,218 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:49:57,218 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c43704-9543-4bf8-b9c4-4287038772a0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c43704-9543-4bf8-b9c4-4287038772a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:58,271 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:49:58,271 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07f5c8e-4d6d-4960-b187-9e94bc6977fb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07f5c8e-4d6d-4960-b187-9e94bc6977fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:49:59,325 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:49:59,325 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd88987c-0edf-42ec-9034-be614a0ede6f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd88987c-0edf-42ec-9034-be614a0ede6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:00,383 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:50:00,384 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef7c9e6-8cb7-4830-a399-f3f73cf33abd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef7c9e6-8cb7-4830-a399-f3f73cf33abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:01,438 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:50:01,439 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bcf3f8a-9a4c-43d9-b64d-d2dd70401a39', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bcf3f8a-9a4c-43d9-b64d-d2dd70401a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:02,490 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:02,490 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c14196-1947-487e-8508-a32159aaec66', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c14196-1947-487e-8508-a32159aaec66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:03,540 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:50:03,541 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7592aa7-502f-4811-810a-119764f487cd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7592aa7-502f-4811-810a-119764f487cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:04,591 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:50:04,592 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32fd3a5d-2fe3-4cd6-9c34-ae061080d3d9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32fd3a5d-2fe3-4cd6-9c34-ae061080d3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:05,644 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:50:05,645 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcf8df1c-dbb1-4e9e-89c9-eeedb50efbcb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcf8df1c-dbb1-4e9e-89c9-eeedb50efbcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:06,707 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:50:06,708 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e50c506-73f8-45e4-a4af-bc385b5e5dc5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e50c506-73f8-45e4-a4af-bc385b5e5dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:07,774 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.058s 2022-03-23 17:50:07,774 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2b82fb-3ef3-49b0-bb6f-e633c8ed3b64', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2b82fb-3ef3-49b0-bb6f-e633c8ed3b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:08,825 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:08,826 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88eb0e9-d3d0-4037-bb72-d1f8fa1b8fa5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88eb0e9-d3d0-4037-bb72-d1f8fa1b8fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:09,882 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:50:09,882 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-693f28a8-ce50-4dce-8972-40a84b9a12bf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-693f28a8-ce50-4dce-8972-40a84b9a12bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:10,936 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:50:10,937 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ed4a9c8-de01-4048-a765-a7fcd88c3f03', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ed4a9c8-de01-4048-a765-a7fcd88c3f03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:11,994 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:50:11,995 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e269989-83ab-42c3-bf7e-50e316c6f863', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e269989-83ab-42c3-bf7e-50e316c6f863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:13,051 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:13,052 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c93c7f-e5a7-4e66-8aa4-3a525625c835', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c93c7f-e5a7-4e66-8aa4-3a525625c835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:14,101 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:50:14,102 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65abb8fb-4419-4666-9391-60f2b17a5a30', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65abb8fb-4419-4666-9391-60f2b17a5a30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:15,154 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:50:15,154 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6115ead9-484f-4b8f-bdec-71c51bf0cc1d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6115ead9-484f-4b8f-bdec-71c51bf0cc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:16,215 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:50:16,215 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-891cc98e-7dee-490f-af4a-e878cfbda429', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-891cc98e-7dee-490f-af4a-e878cfbda429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:17,273 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:50:17,274 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960f1416-f450-4601-b135-677145920992', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960f1416-f450-4601-b135-677145920992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:18,329 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:50:18,330 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b9d0190-a00e-4c3a-bbb3-e6171608988c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b9d0190-a00e-4c3a-bbb3-e6171608988c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:19,382 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.041s 2022-03-23 17:50:19,382 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-641ade27-bae7-48a7-abab-764d67c8355e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-641ade27-bae7-48a7-abab-764d67c8355e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:20,442 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:50:20,443 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516f47a6-6834-4a10-a381-5137d4a267cd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516f47a6-6834-4a10-a381-5137d4a267cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:21,498 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:50:21,499 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7801d7a8-0de5-40d1-94a4-803a78151964', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7801d7a8-0de5-40d1-94a4-803a78151964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:22,557 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:50:22,557 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e0cabe-6237-4fdf-9a0a-3982c38cdc67', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e0cabe-6237-4fdf-9a0a-3982c38cdc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:23,609 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:23,609 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf5b546e-e25f-4302-aebc-cd6ce69d3b9f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf5b546e-e25f-4302-aebc-cd6ce69d3b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:24,660 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:24,661 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f62bb9eb-acb0-4a85-b2e2-4618eaee8cb1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f62bb9eb-acb0-4a85-b2e2-4618eaee8cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:25,716 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:25,717 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68afe6b-17ef-4410-8c98-1a5dd4b00ee3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68afe6b-17ef-4410-8c98-1a5dd4b00ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:26,767 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:50:26,767 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c1266a-de7f-429d-b781-6a954f35f590', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c1266a-de7f-429d-b781-6a954f35f590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:27,823 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:50:27,824 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4d0ea4-05ec-47bd-bf4e-af6ebda6be0a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4d0ea4-05ec-47bd-bf4e-af6ebda6be0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:28,881 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:50:28,882 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c07d76-a045-4bdc-8e8d-83d8897f890a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c07d76-a045-4bdc-8e8d-83d8897f890a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:29,938 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:50:29,938 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d21989-ddcf-4404-8b06-0bc6d6fd5eae', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d21989-ddcf-4404-8b06-0bc6d6fd5eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:30,992 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:50:30,992 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9c896d-54b7-425d-ad6f-0ae9183d9cff', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9c896d-54b7-425d-ad6f-0ae9183d9cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:32,051 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:50:32,052 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6894093a-e181-4c62-b4fd-819e460eec11', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6894093a-e181-4c62-b4fd-819e460eec11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:33,111 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:50:33,112 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ac27c9-98e9-40ce-a021-6afe6b79638e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ac27c9-98e9-40ce-a021-6afe6b79638e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:34,169 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:50:34,169 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b861267-3d77-4948-81c2-1fb492ce7805', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b861267-3d77-4948-81c2-1fb492ce7805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:35,219 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:50:35,219 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5437263e-8209-442a-b4bb-b2fbfe030db4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5437263e-8209-442a-b4bb-b2fbfe030db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:36,273 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:50:36,273 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70cae3be-dc82-4c2a-be37-0921d5876195', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70cae3be-dc82-4c2a-be37-0921d5876195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:37,326 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:50:37,326 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d192e55d-fd46-462e-add4-37257f038992', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d192e55d-fd46-462e-add4-37257f038992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:38,379 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:50:38,379 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3ba888d-7ecf-453f-83cb-994dd2c16146', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ba888d-7ecf-453f-83cb-994dd2c16146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:39,435 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:50:39,435 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df29a45-0ef7-4fa6-98e7-97b6af352949', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df29a45-0ef7-4fa6-98e7-97b6af352949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:40,490 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:50:40,491 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8ec221-b567-42ba-95d7-0b7c2ab056ce', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8ec221-b567-42ba-95d7-0b7c2ab056ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:41,547 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:50:41,547 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1b54e8a-ebf2-4119-b6c4-0de0ac0af9cb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1b54e8a-ebf2-4119-b6c4-0de0ac0af9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:42,604 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:50:42,604 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f197317e-bed0-455b-acb6-8370958afe49', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f197317e-bed0-455b-acb6-8370958afe49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:43,665 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:50:43,666 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dad06ae-c5f1-4447-9037-4c8482d4110f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dad06ae-c5f1-4447-9037-4c8482d4110f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:44,725 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:50:44,726 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9877525-72dd-46fc-81d9-bdd04685cfc9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9877525-72dd-46fc-81d9-bdd04685cfc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:45,775 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:50:45,776 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c470d99e-a6cf-435b-9008-0ecc0e459229', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c470d99e-a6cf-435b-9008-0ecc0e459229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:46,845 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.062s 2022-03-23 17:50:46,846 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3157b0a1-3122-49d9-bb86-b4d5b5262da5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3157b0a1-3122-49d9-bb86-b4d5b5262da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:47,899 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:50:47,899 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93510b1f-93b4-4cd7-b0d1-8860bfb2209c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93510b1f-93b4-4cd7-b0d1-8860bfb2209c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:48,960 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:50:48,960 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42dd76c3-130f-4c86-a88e-d42fd16806e3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42dd76c3-130f-4c86-a88e-d42fd16806e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:50,012 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:50,012 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c436f213-9154-4402-8f86-d167b78ea994', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c436f213-9154-4402-8f86-d167b78ea994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:51,070 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:50:51,071 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b2d6a9b-f089-4987-b6a5-3ef4b2c4081c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b2d6a9b-f089-4987-b6a5-3ef4b2c4081c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:52,122 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:52,123 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d1a069d-4400-49ed-b4c9-8420394c311a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d1a069d-4400-49ed-b4c9-8420394c311a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:53,179 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.048s 2022-03-23 17:50:53,180 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ec42d6-c12c-40cd-ae3b-34f9819cf4c8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58ec42d6-c12c-40cd-ae3b-34f9819cf4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:54,242 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.053s 2022-03-23 17:50:54,242 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a4b45a9-c4a9-41f3-afb6-c35b30749738', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a4b45a9-c4a9-41f3-afb6-c35b30749738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:55,301 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:50:55,301 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4ebf18-de6b-4944-a6de-baae30b32a78', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4ebf18-de6b-4944-a6de-baae30b32a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:56,356 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:50:56,357 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd494559-7306-41bf-8c98-aa3920516eb3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd494559-7306-41bf-8c98-aa3920516eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:57,408 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:50:57,408 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22c5d16d-9612-45ed-afaf-8d6576a2209c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22c5d16d-9612-45ed-afaf-8d6576a2209c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:58,479 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.062s 2022-03-23 17:50:58,479 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7485c3a4-9788-4d40-9e81-46c8e79f6cd3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7485c3a4-9788-4d40-9e81-46c8e79f6cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:50:59,531 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:50:59,532 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f02f63-e760-4e9c-8bfe-b09cb98b8dd9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9f02f63-e760-4e9c-8bfe-b09cb98b8dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:00,582 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:00,582 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a93d2157-d076-4a62-a96d-a0d7b69cc633', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a93d2157-d076-4a62-a96d-a0d7b69cc633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:01,632 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:01,633 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62fcada2-94af-4254-8d5f-ebffbb3acac9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62fcada2-94af-4254-8d5f-ebffbb3acac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:02,683 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:02,684 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec21f38-e1ba-404c-9ce7-4a0a3c521daf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec21f38-e1ba-404c-9ce7-4a0a3c521daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:03,732 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.040s 2022-03-23 17:51:03,732 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09aad7db-4c72-49ff-b324-18677f7677c3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09aad7db-4c72-49ff-b324-18677f7677c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:04,782 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:04,783 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8869a04-ab30-4c39-9c2e-95ad200dd566', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8869a04-ab30-4c39-9c2e-95ad200dd566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:05,844 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.052s 2022-03-23 17:51:05,844 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-839011d1-711c-435f-91d0-8c718f075c31', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-839011d1-711c-435f-91d0-8c718f075c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:06,903 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:51:06,904 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9803752-c1ac-4eb4-a9cb-1c25761c0182', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9803752-c1ac-4eb4-a9cb-1c25761c0182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:07,957 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:51:07,958 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04bccb1-7eba-42ee-86b9-0325ab32cdd8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04bccb1-7eba-42ee-86b9-0325ab32cdd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:09,013 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:51:09,014 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99fa14c-9f02-4110-ac60-ac7d3eb2d687', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99fa14c-9f02-4110-ac60-ac7d3eb2d687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:10,083 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.062s 2022-03-23 17:51:10,084 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-948bd680-af5b-4ed0-834b-b9e1954a8b42', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-948bd680-af5b-4ed0-834b-b9e1954a8b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:11,141 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:51:11,141 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa262f9-709a-4cf9-b27a-928bf056dc91', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa262f9-709a-4cf9-b27a-928bf056dc91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:12,198 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:51:12,199 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-199a0c20-e216-4f87-bf3f-9ea33723aa62', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-199a0c20-e216-4f87-bf3f-9ea33723aa62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:13,249 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:51:13,250 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9c7b17c-f204-4d4a-b832-0ca7fc7a5c70', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9c7b17c-f204-4d4a-b832-0ca7fc7a5c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:14,301 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:51:14,301 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d8d4b84-a63f-462e-ade7-d44c9ffddb51', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d8d4b84-a63f-462e-ade7-d44c9ffddb51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:15,353 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:51:15,354 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64976379-1f42-4951-a145-a49ebabda927', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64976379-1f42-4951-a145-a49ebabda927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:16,411 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:51:16,411 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b7c1be6-0114-4b32-9dc3-7e72b5247440', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b7c1be6-0114-4b32-9dc3-7e72b5247440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:17,462 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:17,462 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5488bcd2-be53-4b2e-9f4b-748b30aeb8c3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5488bcd2-be53-4b2e-9f4b-748b30aeb8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:18,512 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.041s 2022-03-23 17:51:18,512 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae52faee-7e0d-4983-9df3-9855d8632060', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae52faee-7e0d-4983-9df3-9855d8632060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:19,562 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.041s 2022-03-23 17:51:19,562 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e641c1e5-f9ff-4648-8c31-c459edca43f3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e641c1e5-f9ff-4648-8c31-c459edca43f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:20,613 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:20,613 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa995b5-ade1-420c-b8b4-5007a6445f84', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa995b5-ade1-420c-b8b4-5007a6445f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:21,668 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:51:21,669 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c3b4920-d7ca-41c6-90be-3127c19ae200', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c3b4920-d7ca-41c6-90be-3127c19ae200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:22,718 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:22,718 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e099ec-5081-4999-84da-d4e13a61734c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e099ec-5081-4999-84da-d4e13a61734c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:23,770 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:51:23,771 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf3d7ac-ed1a-43b8-b359-fe22384b9f05', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf3d7ac-ed1a-43b8-b359-fe22384b9f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:24,839 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.060s 2022-03-23 17:51:24,839 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1284db9-e6eb-404e-90b9-d12d96ccaefd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1284db9-e6eb-404e-90b9-d12d96ccaefd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:25,894 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:51:25,895 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a26c1cb-6493-460b-a761-7a425bca46cf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a26c1cb-6493-460b-a761-7a425bca46cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:26,957 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.054s 2022-03-23 17:51:26,957 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac927c3-8fe9-4799-a901-68e79349ee06', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac927c3-8fe9-4799-a901-68e79349ee06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:28,015 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:51:28,015 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0842986-253f-4c67-a2a3-3410659a8847', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0842986-253f-4c67-a2a3-3410659a8847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:29,065 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:29,065 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93923863-32ec-4665-b05a-0466d18959aa', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93923863-32ec-4665-b05a-0466d18959aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:30,124 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:51:30,124 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-900b93b7-189b-4a97-8eeb-8bc0b7061e3a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900b93b7-189b-4a97-8eeb-8bc0b7061e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:31,188 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.055s 2022-03-23 17:51:31,188 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad19dbc1-8cb7-46c9-b5a3-49a47cc1aab2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad19dbc1-8cb7-46c9-b5a3-49a47cc1aab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:32,246 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:51:32,246 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c804f00-de66-4e27-8d7e-ce2c168da684', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c804f00-de66-4e27-8d7e-ce2c168da684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:33,297 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:51:33,298 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bcd92ae-8af5-429f-b0af-c824a24eb866', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bcd92ae-8af5-429f-b0af-c824a24eb866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:34,354 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.049s 2022-03-23 17:51:34,354 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78e9345-5d38-4361-8c58-4a1cd4ebc923', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78e9345-5d38-4361-8c58-4a1cd4ebc923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:35,414 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.051s 2022-03-23 17:51:35,414 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d226c5d9-3218-43a9-aa0b-08200d414a08', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d226c5d9-3218-43a9-aa0b-08200d414a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:36,468 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:51:36,469 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a883605c-3e79-46a2-9c5e-aa810bf0218f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a883605c-3e79-46a2-9c5e-aa810bf0218f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:37,524 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.047s 2022-03-23 17:51:37,524 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-532bfafd-2ab5-4716-b1a5-9c99b7df9c1a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-532bfafd-2ab5-4716-b1a5-9c99b7df9c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:38,576 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.043s 2022-03-23 17:51:38,576 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d69a0c-9bde-4c6a-b8ea-b29f15598834', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d69a0c-9bde-4c6a-b8ea-b29f15598834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:39,634 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:51:39,635 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf8ef69c-d86c-4fdd-a0c8-21c7d75c638e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf8ef69c-d86c-4fdd-a0c8-21c7d75c638e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:40,689 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.046s 2022-03-23 17:51:40,689 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b70c132-44cb-411a-9eb1-05a341b8bc92', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b70c132-44cb-411a-9eb1-05a341b8bc92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:41,739 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.042s 2022-03-23 17:51:41,740 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3577cac7-ff22-40e4-b950-d8df002dcfdf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3577cac7-ff22-40e4-b950-d8df002dcfdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:42,811 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.062s 2022-03-23 17:51:42,811 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09348f53-d9b4-4cc6-be7a-df0cb3175bc0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09348f53-d9b4-4cc6-be7a-df0cb3175bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:43,865 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.045s 2022-03-23 17:51:43,865 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-109f3f5a-9759-48f6-9b59-96051c0cb9d8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-109f3f5a-9759-48f6-9b59-96051c0cb9d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:44,925 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:51:44,925 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b3951a5-ff3a-4003-a9b1-d9b968d00002', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b3951a5-ff3a-4003-a9b1-d9b968d00002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:45,984 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.050s 2022-03-23 17:51:45,985 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07635a6b-e133-4283-b192-245f425c7567', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07635a6b-e133-4283-b192-245f425c7567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:47,037 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:51:47,038 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294b7f89-6828-40ab-83b6-211b0ec51d09', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294b7f89-6828-40ab-83b6-211b0ec51d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:48,089 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 0.044s 2022-03-23 17:51:48,090 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a26621-07c6-4123-a339-d1fe05d64dd0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a26621-07c6-4123-a339-d1fe05d64dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2'} Body: b'{"volume": {"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:39:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1176555355", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "attachment_id": "40ac7bdd-d1b7-4c80-9b91-57b204250b53", "volume_id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2", "server_id": "07627f49-7a00-40db-9b06-11c7368c26ed", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-03-23T17:38:53.000000"}], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:51:48,218 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.121s 2022-03-23 17:51:48,219 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:48 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-10af3f4b-9b73-489f-b990-78e5f0f9d25c', 'x-compute-request-id': 'req-10af3f4b-9b73-489f-b990-78e5f0f9d25c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'' 2022-03-23 17:51:48,383 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.164s 2022-03-23 17:51:48,384 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1726', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82f4b960-4f65-47c1-886c-8fd1597d5b46', 'x-compute-request-id': 'req-82f4b960-4f65-47c1-886c-8fd1597d5b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:93:5d"}, {"version": 4, "addr": "172.27.2.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:93:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:49,553 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.160s 2022-03-23 17:51:49,553 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1726', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c87849ab-5fe7-4a13-8e8e-11f78bbf4cff', 'x-compute-request-id': 'req-c87849ab-5fe7-4a13-8e8e-11f78bbf4cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:93:5d"}, {"version": 4, "addr": "172.27.2.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:93:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1196059715"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:50,652 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:51:50,652 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f6de107-e0ab-4938-9654-f3bfa1a3aca1', 'x-compute-request-id': 'req-2f6de107-e0ab-4938-9654-f3bfa1a3aca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:51,781 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.120s 2022-03-23 17:51:51,782 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01546f55-5be1-419b-a424-d3063e766854', 'x-compute-request-id': 'req-01546f55-5be1-419b-a424-d3063e766854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:52,893 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:51:52,893 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa0d8c21-03a1-438d-b891-027944c4ee1b', 'x-compute-request-id': 'req-aa0d8c21-03a1-438d-b891-027944c4ee1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:53,990 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:51:53,990 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba751fc-3263-43ac-a811-7566cc2d2001', 'x-compute-request-id': 'req-4ba751fc-3263-43ac-a811-7566cc2d2001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:55,087 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:51:55,088 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b074265-3f93-4205-b5bc-3712d9244d2b', 'x-compute-request-id': 'req-3b074265-3f93-4205-b5bc-3712d9244d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:56,194 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:51:56,194 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8762a7c-9e7a-43ad-ab73-569155f6b6d7', 'x-compute-request-id': 'req-b8762a7c-9e7a-43ad-ab73-569155f6b6d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:57,297 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:51:57,297 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b66935b-711d-4e4b-9e4b-9ec7b745d767', 'x-compute-request-id': 'req-4b66935b-711d-4e4b-9e4b-9ec7b745d767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:58,405 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:51:58,405 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6dfbc24-c8f8-432d-ae9a-d4e0becc4bb3', 'x-compute-request-id': 'req-a6dfbc24-c8f8-432d-ae9a-d4e0becc4bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:51:59,512 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:51:59,512 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d8a3ee5-c49b-4a0d-97eb-826c03fb850b', 'x-compute-request-id': 'req-4d8a3ee5-c49b-4a0d-97eb-826c03fb850b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:00,616 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:52:00,617 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f458b1cf-83b4-4a6b-8d00-449b2fdcc88f', 'x-compute-request-id': 'req-f458b1cf-83b4-4a6b-8d00-449b2fdcc88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:01,723 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:52:01,724 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda2aab0-2a5e-4ba5-94a3-fb642ca5faf4', 'x-compute-request-id': 'req-fda2aab0-2a5e-4ba5-94a3-fb642ca5faf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:02,819 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:52:02,819 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c841137-374b-439d-a1bd-beb3f23147e6', 'x-compute-request-id': 'req-7c841137-374b-439d-a1bd-beb3f23147e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:03,927 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:52:03,928 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae8bbd0f-642d-4dd3-80b7-19714e87a8f8', 'x-compute-request-id': 'req-ae8bbd0f-642d-4dd3-80b7-19714e87a8f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:05,032 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:52:05,032 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86f3aaef-a660-4a77-b1df-213613ed7a33', 'x-compute-request-id': 'req-86f3aaef-a660-4a77-b1df-213613ed7a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:06,142 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:52:06,142 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63d373c3-68fd-4447-ae81-a461048250f4', 'x-compute-request-id': 'req-63d373c3-68fd-4447-ae81-a461048250f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:07,289 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.118s 2022-03-23 17:52:07,289 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d408285c-02d2-443d-bff5-f046e6ee903d', 'x-compute-request-id': 'req-d408285c-02d2-443d-bff5-f046e6ee903d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:08,392 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:52:08,393 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca2c0a7-20d1-4476-aba2-90f6e80d8c5c', 'x-compute-request-id': 'req-3ca2c0a7-20d1-4476-aba2-90f6e80d8c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:09,511 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.110s 2022-03-23 17:52:09,512 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65a13c81-fefc-4977-a947-ed50fe5479a3', 'x-compute-request-id': 'req-65a13c81-fefc-4977-a947-ed50fe5479a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:10,612 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:52:10,612 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22aa970d-4987-45ab-b0d9-8da17f99e572', 'x-compute-request-id': 'req-22aa970d-4987-45ab-b0d9-8da17f99e572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:11,711 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:52:11,712 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09c075e4-b6b1-47bf-9a08-ab78fe279e68', 'x-compute-request-id': 'req-09c075e4-b6b1-47bf-9a08-ab78fe279e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:12,811 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:52:12,811 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e845b37-440a-4a58-89b8-d25a2321ab6c', 'x-compute-request-id': 'req-4e845b37-440a-4a58-89b8-d25a2321ab6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:13,909 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:52:13,910 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20c135f3-eecc-48b0-a8c7-8aaf02afe956', 'x-compute-request-id': 'req-20c135f3-eecc-48b0-a8c7-8aaf02afe956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:15,015 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:52:15,015 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70f62c25-b09f-4853-9f4f-918f6a71b3eb', 'x-compute-request-id': 'req-70f62c25-b09f-4853-9f4f-918f6a71b3eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:16,121 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:52:16,121 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55061ab9-fbe8-4f70-86fc-a24496a83817', 'x-compute-request-id': 'req-55061ab9-fbe8-4f70-86fc-a24496a83817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:17,226 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:52:17,227 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40208d1e-4ece-4ce4-9684-8036861074ce', 'x-compute-request-id': 'req-40208d1e-4ece-4ce4-9684-8036861074ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:18,354 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.119s 2022-03-23 17:52:18,355 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11bd417c-ad65-4770-bbcf-503f40e1daba', 'x-compute-request-id': 'req-11bd417c-ad65-4770-bbcf-503f40e1daba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:19,466 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.103s 2022-03-23 17:52:19,467 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a1a31e7-fcd5-4f1f-b75b-1c29db8543d6', 'x-compute-request-id': 'req-6a1a31e7-fcd5-4f1f-b75b-1c29db8543d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:20,587 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.111s 2022-03-23 17:52:20,587 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40ad70f1-3aad-4d71-9c85-630aa46ae5ad', 'x-compute-request-id': 'req-40ad70f1-3aad-4d71-9c85-630aa46ae5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:21,696 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:52:21,696 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cb84fa9-07fb-48a3-abd1-b5b93a3623e2', 'x-compute-request-id': 'req-1cb84fa9-07fb-48a3-abd1-b5b93a3623e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:22,820 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.115s 2022-03-23 17:52:22,821 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0a13cfc-cf37-4ac6-9006-a6d338762875', 'x-compute-request-id': 'req-c0a13cfc-cf37-4ac6-9006-a6d338762875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:23,927 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:52:23,927 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50de60f0-b3e6-4ec9-8faa-3872943f4c30', 'x-compute-request-id': 'req-50de60f0-b3e6-4ec9-8faa-3872943f4c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:25,024 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:52:25,024 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4e7dc1b-eae4-4e4c-9950-763a57392285', 'x-compute-request-id': 'req-a4e7dc1b-eae4-4e4c-9950-763a57392285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:26,137 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.104s 2022-03-23 17:52:26,137 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb3d2441-4022-4a2f-add8-f6f7a017f9b4', 'x-compute-request-id': 'req-eb3d2441-4022-4a2f-add8-f6f7a017f9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:27,239 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:52:27,239 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c49ef760-6a0c-47dc-aa47-88778f6857b5', 'x-compute-request-id': 'req-c49ef760-6a0c-47dc-aa47-88778f6857b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:28,346 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:52:28,347 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ce473a0-66f8-49ab-a696-e8b2321cb32f', 'x-compute-request-id': 'req-1ce473a0-66f8-49ab-a696-e8b2321cb32f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:29,454 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:52:29,454 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a1850f5-6d1a-4662-bc90-fa472049bd5f', 'x-compute-request-id': 'req-2a1850f5-6d1a-4662-bc90-fa472049bd5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:30,551 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:52:30,551 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da3136fd-0b25-4db9-b48b-6e77d4791b99', 'x-compute-request-id': 'req-da3136fd-0b25-4db9-b48b-6e77d4791b99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:31,645 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.085s 2022-03-23 17:52:31,646 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13135784-e21d-4244-9d66-183ec07cea64', 'x-compute-request-id': 'req-13135784-e21d-4244-9d66-183ec07cea64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:32,743 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:52:32,743 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71b8a768-c1e4-448d-9575-fe5c2de634d8', 'x-compute-request-id': 'req-71b8a768-c1e4-448d-9575-fe5c2de634d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:33,841 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:52:33,841 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-020d5420-c7fd-4885-a815-a58be7c6c483', 'x-compute-request-id': 'req-020d5420-c7fd-4885-a815-a58be7c6c483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:34,977 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.128s 2022-03-23 17:52:34,977 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-773718e8-275c-4a29-8c26-e65c4e9abb7a', 'x-compute-request-id': 'req-773718e8-275c-4a29-8c26-e65c4e9abb7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:36,091 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.106s 2022-03-23 17:52:36,092 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db9e8b4b-7162-4115-9f3e-80646689d089', 'x-compute-request-id': 'req-db9e8b4b-7162-4115-9f3e-80646689d089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:37,187 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:52:37,188 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e802b4c9-9f5d-4747-afe7-7eeed416673f', 'x-compute-request-id': 'req-e802b4c9-9f5d-4747-afe7-7eeed416673f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:38,291 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:52:38,291 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-560171fb-12c8-4723-beaa-f16f9b898300', 'x-compute-request-id': 'req-560171fb-12c8-4723-beaa-f16f9b898300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:39,392 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:52:39,392 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe295dab-af9f-4011-89ac-e12e66e5b267', 'x-compute-request-id': 'req-fe295dab-af9f-4011-89ac-e12e66e5b267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:40,498 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.096s 2022-03-23 17:52:40,498 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d55f73da-6585-4db6-839e-be583afabf79', 'x-compute-request-id': 'req-d55f73da-6585-4db6-839e-be583afabf79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:41,602 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:52:41,602 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd1aefbf-2528-4fa9-a81c-a0d7fee72b9f', 'x-compute-request-id': 'req-cd1aefbf-2528-4fa9-a81c-a0d7fee72b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:42,707 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:52:42,707 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-806eff0b-a68c-452a-900b-3a213200398b', 'x-compute-request-id': 'req-806eff0b-a68c-452a-900b-3a213200398b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:43,807 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:52:43,807 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b2ab4c1-441a-48b5-ab02-1a134da817a9', 'x-compute-request-id': 'req-0b2ab4c1-441a-48b5-ab02-1a134da817a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:44,927 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.110s 2022-03-23 17:52:44,927 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5f3d362-79b2-4190-b2e8-3b8975f7fcf4', 'x-compute-request-id': 'req-d5f3d362-79b2-4190-b2e8-3b8975f7fcf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:46,032 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:52:46,033 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcc45b8c-4a81-4a5e-8f21-8df6523d9534', 'x-compute-request-id': 'req-dcc45b8c-4a81-4a5e-8f21-8df6523d9534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:47,147 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.106s 2022-03-23 17:52:47,147 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50ce9274-c910-4284-b44a-5019080ecbef', 'x-compute-request-id': 'req-50ce9274-c910-4284-b44a-5019080ecbef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:48,255 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:52:48,255 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cbcfdf7-79b5-42e2-8bfb-738ffffa0164', 'x-compute-request-id': 'req-7cbcfdf7-79b5-42e2-8bfb-738ffffa0164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:49,367 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:52:49,367 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cedd3d6e-bedf-422b-8172-c3722a569838', 'x-compute-request-id': 'req-cedd3d6e-bedf-422b-8172-c3722a569838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:50,488 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.109s 2022-03-23 17:52:50,488 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16ac71a5-97d6-46d0-982d-8feb8cc1da96', 'x-compute-request-id': 'req-16ac71a5-97d6-46d0-982d-8feb8cc1da96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:51,591 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:52:51,592 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b12ec28-f141-4885-abd7-bf3e2c51d4ca', 'x-compute-request-id': 'req-7b12ec28-f141-4885-abd7-bf3e2c51d4ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:52,688 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:52:52,688 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83aab367-ee65-4f8d-8d8f-862f739cba86', 'x-compute-request-id': 'req-83aab367-ee65-4f8d-8d8f-862f739cba86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:53,787 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:52:53,787 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8cb09cb-1177-41df-a1dd-f5498194eb77', 'x-compute-request-id': 'req-a8cb09cb-1177-41df-a1dd-f5498194eb77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:54,892 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.096s 2022-03-23 17:52:54,892 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-167fbae7-8bb6-49d7-ace6-48d25d4f3ed8', 'x-compute-request-id': 'req-167fbae7-8bb6-49d7-ace6-48d25d4f3ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:55,992 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:52:55,993 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-188c2a91-3429-4774-a372-d04c8ad80b4b', 'x-compute-request-id': 'req-188c2a91-3429-4774-a372-d04c8ad80b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:57,099 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:52:57,100 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5758a01a-1331-4cb5-84ce-f5f2a85dd3a5', 'x-compute-request-id': 'req-5758a01a-1331-4cb5-84ce-f5f2a85dd3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:58,211 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.103s 2022-03-23 17:52:58,211 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b55549d4-a630-40cc-a194-ffc2159f0112', 'x-compute-request-id': 'req-b55549d4-a630-40cc-a194-ffc2159f0112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:52:59,320 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:52:59,320 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d90d484-66f9-4a9d-9f1b-f2a9cb082121', 'x-compute-request-id': 'req-8d90d484-66f9-4a9d-9f1b-f2a9cb082121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:00,433 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.104s 2022-03-23 17:53:00,434 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d165c3d-dfd9-465c-8509-762e3c992531', 'x-compute-request-id': 'req-6d165c3d-dfd9-465c-8509-762e3c992531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:01,538 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:53:01,539 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a1d9e22-e899-4ae8-bb46-57b9f2010e8d', 'x-compute-request-id': 'req-6a1d9e22-e899-4ae8-bb46-57b9f2010e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:02,636 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:53:02,637 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d595f3f1-3c95-4e95-b443-d183649c6fae', 'x-compute-request-id': 'req-d595f3f1-3c95-4e95-b443-d183649c6fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:03,740 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:53:03,740 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fceffaba-9089-4959-a2db-eabcc01db078', 'x-compute-request-id': 'req-fceffaba-9089-4959-a2db-eabcc01db078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:04,843 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:53:04,844 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2baca087-39b5-42d5-bdcb-1cd8e486851e', 'x-compute-request-id': 'req-2baca087-39b5-42d5-bdcb-1cd8e486851e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:05,943 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:53:05,944 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3dd56c9-bb17-49ea-9fd1-77a04eddbedc', 'x-compute-request-id': 'req-a3dd56c9-bb17-49ea-9fd1-77a04eddbedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:07,043 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:53:07,043 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fd2e53a-4559-4ee9-a800-079a7f00580a', 'x-compute-request-id': 'req-0fd2e53a-4559-4ee9-a800-079a7f00580a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:08,149 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:53:08,149 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95acb2b3-cd09-488b-bdd5-50af49e11d83', 'x-compute-request-id': 'req-95acb2b3-cd09-488b-bdd5-50af49e11d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:09,246 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:53:09,247 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c18630ed-8218-4fab-8a93-b7d5612daa26', 'x-compute-request-id': 'req-c18630ed-8218-4fab-8a93-b7d5612daa26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:10,352 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.096s 2022-03-23 17:53:10,352 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4872fa6-7e1d-49e7-8787-8c0269e6610c', 'x-compute-request-id': 'req-e4872fa6-7e1d-49e7-8787-8c0269e6610c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:11,460 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:53:11,461 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b90466f8-4125-42fe-b7cc-20c81c262d17', 'x-compute-request-id': 'req-b90466f8-4125-42fe-b7cc-20c81c262d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:12,560 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:53:12,561 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edfdcf2f-ef89-4193-b5a4-19e026bf67af', 'x-compute-request-id': 'req-edfdcf2f-ef89-4193-b5a4-19e026bf67af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:13,666 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:53:13,666 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f4763dc-8557-475d-8f77-68b216965810', 'x-compute-request-id': 'req-3f4763dc-8557-475d-8f77-68b216965810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:14,768 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:53:14,768 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c39440d7-5c0b-4b31-b7a7-3f46320befd6', 'x-compute-request-id': 'req-c39440d7-5c0b-4b31-b7a7-3f46320befd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:15,877 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:53:15,878 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6889a08-7355-4581-b639-85ef2d7c9cd1', 'x-compute-request-id': 'req-f6889a08-7355-4581-b639-85ef2d7c9cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:16,984 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:53:16,985 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eeaaa697-a26a-4f43-80e3-ef1f7aea16ed', 'x-compute-request-id': 'req-eeaaa697-a26a-4f43-80e3-ef1f7aea16ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:18,344 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.351s 2022-03-23 17:53:18,345 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42e53367-a59e-491b-aaef-9e42e5fead3a', 'x-compute-request-id': 'req-42e53367-a59e-491b-aaef-9e42e5fead3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:19,454 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:53:19,454 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab88981e-1e71-4083-b3e5-0359e299463d', 'x-compute-request-id': 'req-ab88981e-1e71-4083-b3e5-0359e299463d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:20,565 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:53:20,566 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04b9f0b0-bf0c-4db1-8e3c-b272160788e8', 'x-compute-request-id': 'req-04b9f0b0-bf0c-4db1-8e3c-b272160788e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:21,668 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:53:21,669 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a5df56-7520-42a8-9f7f-08d0ba791025', 'x-compute-request-id': 'req-b1a5df56-7520-42a8-9f7f-08d0ba791025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:22,772 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:53:22,772 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bf1ef87-a0f0-4072-bd03-3729e69c0173', 'x-compute-request-id': 'req-2bf1ef87-a0f0-4072-bd03-3729e69c0173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:23,872 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:53:23,873 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b65c630-a005-4234-8a97-2edf078b4736', 'x-compute-request-id': 'req-1b65c630-a005-4234-8a97-2edf078b4736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:24,981 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:53:24,981 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60edfb4b-cd49-4742-929b-d91239c00755', 'x-compute-request-id': 'req-60edfb4b-cd49-4742-929b-d91239c00755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:26,092 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:53:26,093 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a169b77-716d-4271-80c0-3cb7264f3b55', 'x-compute-request-id': 'req-8a169b77-716d-4271-80c0-3cb7264f3b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:27,193 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:53:27,193 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b854f22d-99df-4ac0-aa3c-38ee8cb3f865', 'x-compute-request-id': 'req-b854f22d-99df-4ac0-aa3c-38ee8cb3f865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:28,299 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:53:28,299 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c291e171-0185-4273-be79-b85b4f24f0bd', 'x-compute-request-id': 'req-c291e171-0185-4273-be79-b85b4f24f0bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:29,408 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:53:29,408 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ba0ad4e-3e57-4d30-b3d7-598b65d58e6a', 'x-compute-request-id': 'req-1ba0ad4e-3e57-4d30-b3d7-598b65d58e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:30,516 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:53:30,517 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-246d9c1f-4bb6-4114-8cc7-748c358ef668', 'x-compute-request-id': 'req-246d9c1f-4bb6-4114-8cc7-748c358ef668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:31,618 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:53:31,619 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c2febc3-ca1f-4c11-967c-bfc66e845564', 'x-compute-request-id': 'req-5c2febc3-ca1f-4c11-967c-bfc66e845564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:32,723 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:53:32,723 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79188acc-43f8-4047-a009-e7258690267b', 'x-compute-request-id': 'req-79188acc-43f8-4047-a009-e7258690267b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:33,824 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:53:33,824 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdef5c57-4e4d-4867-9397-00d9f2c06ac7', 'x-compute-request-id': 'req-bdef5c57-4e4d-4867-9397-00d9f2c06ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:34,931 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:53:34,931 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d72fa3cb-8abf-46bf-aef5-739b503b5cb0', 'x-compute-request-id': 'req-d72fa3cb-8abf-46bf-aef5-739b503b5cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:36,039 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:53:36,039 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e0c512c-962d-4e64-8b99-a4818af70dbf', 'x-compute-request-id': 'req-0e0c512c-962d-4e64-8b99-a4818af70dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:37,148 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:53:37,149 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-327ec6bc-bd9c-488a-ab05-239b0ad3b879', 'x-compute-request-id': 'req-327ec6bc-bd9c-488a-ab05-239b0ad3b879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:38,245 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:53:38,245 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7610bca4-15b0-40ef-9b92-fa4b977c98b0', 'x-compute-request-id': 'req-7610bca4-15b0-40ef-9b92-fa4b977c98b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:39,347 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:53:39,348 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89599f54-3db3-4091-970a-c80b1ab4ec32', 'x-compute-request-id': 'req-89599f54-3db3-4091-970a-c80b1ab4ec32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:40,451 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:53:40,451 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d00254a-0489-4912-b242-b501858af989', 'x-compute-request-id': 'req-6d00254a-0489-4912-b242-b501858af989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:41,557 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:53:41,558 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb07ec0b-f079-4c4f-8a13-c78859196c35', 'x-compute-request-id': 'req-bb07ec0b-f079-4c4f-8a13-c78859196c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:42,658 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:53:42,658 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9c7ce5-10a6-4645-a99d-75ccd275ddd6', 'x-compute-request-id': 'req-4d9c7ce5-10a6-4645-a99d-75ccd275ddd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:43,761 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:53:43,762 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6636a817-0acf-4ac3-a8fa-714f026a284f', 'x-compute-request-id': 'req-6636a817-0acf-4ac3-a8fa-714f026a284f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:44,863 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:53:44,863 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4731173f-b00d-4d2a-a8c2-5f8b55501a89', 'x-compute-request-id': 'req-4731173f-b00d-4d2a-a8c2-5f8b55501a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:45,959 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:53:45,959 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24123ed5-7728-4972-9bfa-999f40dac1b1', 'x-compute-request-id': 'req-24123ed5-7728-4972-9bfa-999f40dac1b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:47,070 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:53:47,070 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77b1b2f5-4d5f-4364-8173-bf0d284b24bb', 'x-compute-request-id': 'req-77b1b2f5-4d5f-4364-8173-bf0d284b24bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:48,170 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:53:48,170 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b47152c0-9191-4044-ab6d-b900d06a588d', 'x-compute-request-id': 'req-b47152c0-9191-4044-ab6d-b900d06a588d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:49,269 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:53:49,270 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8538345c-8df6-4d00-a747-cd9096fdf6db', 'x-compute-request-id': 'req-8538345c-8df6-4d00-a747-cd9096fdf6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:50,378 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:53:50,379 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a352ce0-9bab-4c22-8a89-93fea1869f1f', 'x-compute-request-id': 'req-4a352ce0-9bab-4c22-8a89-93fea1869f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:51,481 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:53:51,482 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b59fa50-b451-41e3-a0f9-91c0910035a2', 'x-compute-request-id': 'req-7b59fa50-b451-41e3-a0f9-91c0910035a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:52,593 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:53:52,593 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-789ae48f-3d53-4246-8207-2ae3117c5aee', 'x-compute-request-id': 'req-789ae48f-3d53-4246-8207-2ae3117c5aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:53,697 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:53:53,698 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-331742b3-d573-497f-8b00-4c5214166bf1', 'x-compute-request-id': 'req-331742b3-d573-497f-8b00-4c5214166bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:54,801 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:53:54,802 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24d7372a-1801-4132-b12e-b16b6760948c', 'x-compute-request-id': 'req-24d7372a-1801-4132-b12e-b16b6760948c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:55,903 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:53:55,903 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85973e1d-0f8e-4e0a-8fa2-1106f63b37d9', 'x-compute-request-id': 'req-85973e1d-0f8e-4e0a-8fa2-1106f63b37d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:57,009 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:53:57,010 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14e423ec-0a75-4c85-900a-1815f9afee9b', 'x-compute-request-id': 'req-14e423ec-0a75-4c85-900a-1815f9afee9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:58,116 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:53:58,116 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2375fa75-1dc4-464c-9dd6-ef26470f962e', 'x-compute-request-id': 'req-2375fa75-1dc4-464c-9dd6-ef26470f962e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:53:59,218 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:53:59,219 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffc1bfd5-ea94-4636-a76f-0d7b15490f97', 'x-compute-request-id': 'req-ffc1bfd5-ea94-4636-a76f-0d7b15490f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:00,321 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:54:00,321 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd65239-1246-4f1e-b76d-1bec9ab37286', 'x-compute-request-id': 'req-5cd65239-1246-4f1e-b76d-1bec9ab37286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:01,419 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:54:01,419 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85384104-f647-4d09-be4f-a1079b5af372', 'x-compute-request-id': 'req-85384104-f647-4d09-be4f-a1079b5af372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:02,519 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:54:02,520 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a7637ab-4436-4871-a232-721e50ae9c0e', 'x-compute-request-id': 'req-4a7637ab-4436-4871-a232-721e50ae9c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:03,626 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:54:03,626 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16fee3ba-e9be-49c0-a09d-47fd3a45f0f3', 'x-compute-request-id': 'req-16fee3ba-e9be-49c0-a09d-47fd3a45f0f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:04,735 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:54:04,735 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72a1ae68-c073-4266-918e-fc3deeac01fd', 'x-compute-request-id': 'req-72a1ae68-c073-4266-918e-fc3deeac01fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:05,846 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:54:05,847 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-986acbaa-9b66-4095-90d7-12de6afd6833', 'x-compute-request-id': 'req-986acbaa-9b66-4095-90d7-12de6afd6833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:06,971 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.115s 2022-03-23 17:54:06,972 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c9981cc-25c2-4fa3-bcc3-d27b0fc01fb4', 'x-compute-request-id': 'req-0c9981cc-25c2-4fa3-bcc3-d27b0fc01fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:08,088 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.103s 2022-03-23 17:54:08,088 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0035bb-6e91-4876-b602-3ce1674fe530', 'x-compute-request-id': 'req-1c0035bb-6e91-4876-b602-3ce1674fe530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:09,200 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.103s 2022-03-23 17:54:09,200 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-168c754d-1a44-44f7-a767-da0dec5d395c', 'x-compute-request-id': 'req-168c754d-1a44-44f7-a767-da0dec5d395c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:10,309 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:54:10,309 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81d24e7f-36f0-44e3-b013-b161f1d6fcc0', 'x-compute-request-id': 'req-81d24e7f-36f0-44e3-b013-b161f1d6fcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:11,417 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:54:11,418 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd499b4a-9477-4c30-bdfd-fee69359ba7d', 'x-compute-request-id': 'req-dd499b4a-9477-4c30-bdfd-fee69359ba7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:12,513 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:54:12,513 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3312f2a9-9423-4b58-a750-087dd48eb028', 'x-compute-request-id': 'req-3312f2a9-9423-4b58-a750-087dd48eb028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:13,624 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:54:13,624 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-500f2f6a-5e0f-4709-9dc0-9ff11530c21d', 'x-compute-request-id': 'req-500f2f6a-5e0f-4709-9dc0-9ff11530c21d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:14,734 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:54:14,734 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f3f743c-aa35-47d9-99f9-c11423d0be7d', 'x-compute-request-id': 'req-4f3f743c-aa35-47d9-99f9-c11423d0be7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:15,854 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.107s 2022-03-23 17:54:15,854 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10da4e9b-1efe-4261-ba4b-6a2fd7eeacb5', 'x-compute-request-id': 'req-10da4e9b-1efe-4261-ba4b-6a2fd7eeacb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:16,964 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.101s 2022-03-23 17:54:16,965 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bb6aa1c-728e-401e-9e7e-bc2b7b8a4ecd', 'x-compute-request-id': 'req-8bb6aa1c-728e-401e-9e7e-bc2b7b8a4ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:18,089 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.113s 2022-03-23 17:54:18,090 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a80f7c85-efa5-40b0-8190-ac12839cba63', 'x-compute-request-id': 'req-a80f7c85-efa5-40b0-8190-ac12839cba63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:19,204 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.101s 2022-03-23 17:54:19,204 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e8deb35-cf66-43d3-a186-08a7bae63a37', 'x-compute-request-id': 'req-1e8deb35-cf66-43d3-a186-08a7bae63a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:20,312 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:54:20,313 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88beb5d7-c590-4db1-9d38-9f48ad831566', 'x-compute-request-id': 'req-88beb5d7-c590-4db1-9d38-9f48ad831566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:21,412 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:54:21,413 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea10859f-d983-455f-bd6c-0cc8abb4c836', 'x-compute-request-id': 'req-ea10859f-d983-455f-bd6c-0cc8abb4c836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:22,530 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.109s 2022-03-23 17:54:22,531 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36be91ef-6ba2-447b-b7c5-b806cd670e35', 'x-compute-request-id': 'req-36be91ef-6ba2-447b-b7c5-b806cd670e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:23,635 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:54:23,636 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ebb1fc-c736-44bc-9cb0-27727ddabb12', 'x-compute-request-id': 'req-43ebb1fc-c736-44bc-9cb0-27727ddabb12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:24,751 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.106s 2022-03-23 17:54:24,751 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-352dba5f-ee35-4d72-b22e-bd7aee18da0e', 'x-compute-request-id': 'req-352dba5f-ee35-4d72-b22e-bd7aee18da0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:25,857 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.096s 2022-03-23 17:54:25,857 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-619743c8-006d-4f10-871b-6d0cd4b22c2b', 'x-compute-request-id': 'req-619743c8-006d-4f10-871b-6d0cd4b22c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:26,964 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:54:26,964 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f20199c3-a796-4241-b1b1-4f5684438155', 'x-compute-request-id': 'req-f20199c3-a796-4241-b1b1-4f5684438155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:28,066 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:54:28,066 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a9e1331-db35-4db7-86c2-94422e6ac027', 'x-compute-request-id': 'req-0a9e1331-db35-4db7-86c2-94422e6ac027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:29,173 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:54:29,173 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0e57f35-75e0-4e35-a355-ade12cb36014', 'x-compute-request-id': 'req-f0e57f35-75e0-4e35-a355-ade12cb36014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:30,417 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.236s 2022-03-23 17:54:30,418 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4e9b66f-a46a-4d69-b2a5-77eff06aa974', 'x-compute-request-id': 'req-f4e9b66f-a46a-4d69-b2a5-77eff06aa974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:31,516 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.085s 2022-03-23 17:54:31,516 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae8b550a-827d-4d19-89df-a45a3aa78811', 'x-compute-request-id': 'req-ae8b550a-827d-4d19-89df-a45a3aa78811', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:32,616 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:54:32,617 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8523fa8d-7e93-4fab-b6dc-4bd3b582324c', 'x-compute-request-id': 'req-8523fa8d-7e93-4fab-b6dc-4bd3b582324c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:33,726 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.101s 2022-03-23 17:54:33,727 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1f23c20-5ea9-4f59-abe6-fb870bc7f0d4', 'x-compute-request-id': 'req-f1f23c20-5ea9-4f59-abe6-fb870bc7f0d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:34,825 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:54:34,825 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be428a88-1b68-4e14-a5d0-a4b2cdd42880', 'x-compute-request-id': 'req-be428a88-1b68-4e14-a5d0-a4b2cdd42880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:35,922 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:54:35,922 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0303f361-e548-4938-9899-9a3089eb5d8d', 'x-compute-request-id': 'req-0303f361-e548-4938-9899-9a3089eb5d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:37,016 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.085s 2022-03-23 17:54:37,016 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c28ecd7b-958a-4403-bba8-79571bf2a945', 'x-compute-request-id': 'req-c28ecd7b-958a-4403-bba8-79571bf2a945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:38,112 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:54:38,113 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cdcc831-e3f0-4671-934e-1b275f94404e', 'x-compute-request-id': 'req-5cdcc831-e3f0-4671-934e-1b275f94404e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:39,218 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.096s 2022-03-23 17:54:39,218 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82209ffe-e7a3-4b60-95f7-ee1aeee6dcc9', 'x-compute-request-id': 'req-82209ffe-e7a3-4b60-95f7-ee1aeee6dcc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:40,312 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.085s 2022-03-23 17:54:40,312 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e56866db-f183-4646-b584-7df921e80e29', 'x-compute-request-id': 'req-e56866db-f183-4646-b584-7df921e80e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:41,410 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:54:41,410 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81689c7d-47ff-47e4-8132-ee94884cdf93', 'x-compute-request-id': 'req-81689c7d-47ff-47e4-8132-ee94884cdf93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:42,508 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:54:42,508 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b225ca-aa0f-4877-b5ab-5c0b840dee6d', 'x-compute-request-id': 'req-21b225ca-aa0f-4877-b5ab-5c0b840dee6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:43,612 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:54:43,613 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f163a842-28dc-4b00-8cec-38f0c060420b', 'x-compute-request-id': 'req-f163a842-28dc-4b00-8cec-38f0c060420b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:44,715 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:54:44,715 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aa2cdcd-4a75-4ca6-8fda-5aa58cd95bbc', 'x-compute-request-id': 'req-4aa2cdcd-4a75-4ca6-8fda-5aa58cd95bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:45,812 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:54:45,813 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82113849-4ae4-45d1-8d98-ed5255fc9b8f', 'x-compute-request-id': 'req-82113849-4ae4-45d1-8d98-ed5255fc9b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:46,918 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:54:46,919 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32db82a2-1a08-42b8-b76b-6ca11a4f4d83', 'x-compute-request-id': 'req-32db82a2-1a08-42b8-b76b-6ca11a4f4d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:48,019 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:54:48,019 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83fd3e2c-563c-4b4c-a5c8-1f521b6963ef', 'x-compute-request-id': 'req-83fd3e2c-563c-4b4c-a5c8-1f521b6963ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:49,121 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:54:49,121 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76a30697-f47d-42ef-8b62-8e459520baf8', 'x-compute-request-id': 'req-76a30697-f47d-42ef-8b62-8e459520baf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:50,218 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:54:50,218 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4294925a-ec82-4bfb-bee8-579b9fadb699', 'x-compute-request-id': 'req-4294925a-ec82-4bfb-bee8-579b9fadb699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:51,331 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.104s 2022-03-23 17:54:51,331 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29fe0d54-fa55-4905-a2d9-d73b4d6b4fa4', 'x-compute-request-id': 'req-29fe0d54-fa55-4905-a2d9-d73b4d6b4fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:52,430 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:54:52,431 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96bd0e64-01c0-4cad-ae4d-f8754341989f', 'x-compute-request-id': 'req-96bd0e64-01c0-4cad-ae4d-f8754341989f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:53,536 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:54:53,536 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f957bf46-044a-49a7-af72-ddc45f1a4e49', 'x-compute-request-id': 'req-f957bf46-044a-49a7-af72-ddc45f1a4e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:54,645 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.101s 2022-03-23 17:54:54,646 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77cc6011-aba4-4e12-b589-0620f963f8d7', 'x-compute-request-id': 'req-77cc6011-aba4-4e12-b589-0620f963f8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:55,752 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:54:55,753 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dac2fa74-c8b6-4092-9748-210438e77e88', 'x-compute-request-id': 'req-dac2fa74-c8b6-4092-9748-210438e77e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:56,851 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:54:56,852 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c474389-ee85-403a-98b1-7a61548e0961', 'x-compute-request-id': 'req-9c474389-ee85-403a-98b1-7a61548e0961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:57,947 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:54:57,948 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29cc378e-626c-4bfa-a5ef-7093cdbdc0e1', 'x-compute-request-id': 'req-29cc378e-626c-4bfa-a5ef-7093cdbdc0e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:54:59,045 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:54:59,045 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4be5d7d6-b424-4ba2-bd54-6dfe4cff35a5', 'x-compute-request-id': 'req-4be5d7d6-b424-4ba2-bd54-6dfe4cff35a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:00,139 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:55:00,140 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfed95a2-6012-4d02-b346-8b8fe31192e5', 'x-compute-request-id': 'req-cfed95a2-6012-4d02-b346-8b8fe31192e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:01,244 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.096s 2022-03-23 17:55:01,244 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2162030f-86ed-45c7-9a57-d0830cd74eed', 'x-compute-request-id': 'req-2162030f-86ed-45c7-9a57-d0830cd74eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:02,345 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:55:02,345 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e1b45c1-d6f9-43b0-8ff2-2ac7efd43f7f', 'x-compute-request-id': 'req-4e1b45c1-d6f9-43b0-8ff2-2ac7efd43f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:03,443 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:55:03,443 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce00902b-652c-456f-9d05-b5c287ba052c', 'x-compute-request-id': 'req-ce00902b-652c-456f-9d05-b5c287ba052c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:04,540 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:55:04,540 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8694b7b0-d309-4e1e-b04b-51976c81e994', 'x-compute-request-id': 'req-8694b7b0-d309-4e1e-b04b-51976c81e994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:05,645 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.096s 2022-03-23 17:55:05,645 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92f1a504-25b2-420e-bd6b-a2b2918cecfb', 'x-compute-request-id': 'req-92f1a504-25b2-420e-bd6b-a2b2918cecfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:06,747 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:55:06,748 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ddd549-3cce-45c2-9573-1398c8b6c122', 'x-compute-request-id': 'req-a1ddd549-3cce-45c2-9573-1398c8b6c122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:07,854 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:55:07,854 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b57658e4-30e5-45cf-a788-61695ea6dadc', 'x-compute-request-id': 'req-b57658e4-30e5-45cf-a788-61695ea6dadc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:08,949 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:55:08,950 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bf1264b-75ce-4878-b853-165dca2b7108', 'x-compute-request-id': 'req-2bf1264b-75ce-4878-b853-165dca2b7108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:10,050 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:55:10,050 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-532c4798-985c-4dc8-b3a0-b53ddb2484ff', 'x-compute-request-id': 'req-532c4798-985c-4dc8-b3a0-b53ddb2484ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:11,151 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:55:11,152 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe0040a5-8728-4fb4-b9b6-405273795616', 'x-compute-request-id': 'req-fe0040a5-8728-4fb4-b9b6-405273795616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:12,265 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:55:12,266 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0e48b7-275b-4c57-8f75-e38415bebbf0', 'x-compute-request-id': 'req-df0e48b7-275b-4c57-8f75-e38415bebbf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:13,372 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:55:13,373 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05a7a8c-92d9-43ec-8bcf-784ba78a9fc1', 'x-compute-request-id': 'req-f05a7a8c-92d9-43ec-8bcf-784ba78a9fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:14,474 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:55:14,475 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1588b4a8-bdc0-4ff8-bee3-ec078e39cfaa', 'x-compute-request-id': 'req-1588b4a8-bdc0-4ff8-bee3-ec078e39cfaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:15,584 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.101s 2022-03-23 17:55:15,585 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d3ff458-f681-484b-9da3-b29d699a969e', 'x-compute-request-id': 'req-6d3ff458-f681-484b-9da3-b29d699a969e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:16,679 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:55:16,680 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e41f0f51-07ec-486e-a8ec-ea58cdc016fb', 'x-compute-request-id': 'req-e41f0f51-07ec-486e-a8ec-ea58cdc016fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:17,791 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:55:17,791 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b85793dc-f8d6-4c5a-9f77-b9e84be80890', 'x-compute-request-id': 'req-b85793dc-f8d6-4c5a-9f77-b9e84be80890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:18,888 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:55:18,889 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c02d444-b9d9-4a70-a8ca-581ff5d8dda9', 'x-compute-request-id': 'req-8c02d444-b9d9-4a70-a8ca-581ff5d8dda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:19,989 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:55:19,989 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-610ff83d-5db1-426b-8ce9-e9b41c0f6fbf', 'x-compute-request-id': 'req-610ff83d-5db1-426b-8ce9-e9b41c0f6fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:21,090 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:55:21,091 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2cb86f6-17ef-4ba5-ab3e-f845d7cee7ad', 'x-compute-request-id': 'req-f2cb86f6-17ef-4ba5-ab3e-f845d7cee7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:22,193 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:55:22,194 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8aca44c-47f3-4dd6-ae4d-7bd39e2f5199', 'x-compute-request-id': 'req-f8aca44c-47f3-4dd6-ae4d-7bd39e2f5199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:23,290 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:55:23,291 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38e24fcb-6dd0-4ced-95ca-42de3c6eae36', 'x-compute-request-id': 'req-38e24fcb-6dd0-4ced-95ca-42de3c6eae36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:24,385 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:55:24,386 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad56eb14-fa0e-4973-8af7-ceef62810bbc', 'x-compute-request-id': 'req-ad56eb14-fa0e-4973-8af7-ceef62810bbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:25,486 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:55:25,486 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad3c13d5-d7fb-4aa9-a5aa-8fbba1a6a552', 'x-compute-request-id': 'req-ad3c13d5-d7fb-4aa9-a5aa-8fbba1a6a552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:26,583 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:55:26,584 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22126a16-6be0-463a-a6ad-6c899f398afc', 'x-compute-request-id': 'req-22126a16-6be0-463a-a6ad-6c899f398afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:27,692 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:55:27,693 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b9d7d88-2b30-4ddd-9208-95634b6fd53d', 'x-compute-request-id': 'req-3b9d7d88-2b30-4ddd-9208-95634b6fd53d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:28,788 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:55:28,789 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a753f361-a3e5-4f8d-a24e-5893fbc0cf1e', 'x-compute-request-id': 'req-a753f361-a3e5-4f8d-a24e-5893fbc0cf1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:29,914 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.116s 2022-03-23 17:55:29,914 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-164369b0-2d42-4acf-aef1-f68797ab1e0e', 'x-compute-request-id': 'req-164369b0-2d42-4acf-aef1-f68797ab1e0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:31,022 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:55:31,022 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4929a6a-182e-4c40-9b99-e0b1c0db5e84', 'x-compute-request-id': 'req-a4929a6a-182e-4c40-9b99-e0b1c0db5e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:32,118 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.085s 2022-03-23 17:55:32,119 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88556727-a992-40f7-99a6-d7c8c84342d6', 'x-compute-request-id': 'req-88556727-a992-40f7-99a6-d7c8c84342d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:33,225 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:55:33,225 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9c7ee13-88fc-454f-ab52-80ced077d910', 'x-compute-request-id': 'req-d9c7ee13-88fc-454f-ab52-80ced077d910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:34,326 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:55:34,327 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc40cd61-d146-4007-8303-c1b58547b20d', 'x-compute-request-id': 'req-bc40cd61-d146-4007-8303-c1b58547b20d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:35,424 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:55:35,424 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f7cf011-d243-4219-9150-2467e4089ef4', 'x-compute-request-id': 'req-8f7cf011-d243-4219-9150-2467e4089ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:36,525 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:55:36,525 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1fce7eb-6f99-4f9e-bb9e-d8fdbdc15f94', 'x-compute-request-id': 'req-c1fce7eb-6f99-4f9e-bb9e-d8fdbdc15f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:37,627 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:55:37,627 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ebdd81-f742-4ab1-81b9-8d85b6cc2fd5', 'x-compute-request-id': 'req-98ebdd81-f742-4ab1-81b9-8d85b6cc2fd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:38,721 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:55:38,721 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-533908b6-5f39-4b00-92ab-d194b6605b59', 'x-compute-request-id': 'req-533908b6-5f39-4b00-92ab-d194b6605b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:39,848 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.118s 2022-03-23 17:55:39,848 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2df6e7a-6bf0-43be-b323-383bc70a420b', 'x-compute-request-id': 'req-e2df6e7a-6bf0-43be-b323-383bc70a420b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:40,948 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:55:40,949 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-792b447d-7859-49d5-b5bb-e8a1abd5d253', 'x-compute-request-id': 'req-792b447d-7859-49d5-b5bb-e8a1abd5d253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:42,055 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:55:42,056 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1e69396-8c7a-4190-8030-5efebed31ecc', 'x-compute-request-id': 'req-f1e69396-8c7a-4190-8030-5efebed31ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:43,152 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.085s 2022-03-23 17:55:43,152 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1db4f763-7a68-494c-9dc0-5438fd5875a9', 'x-compute-request-id': 'req-1db4f763-7a68-494c-9dc0-5438fd5875a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:44,256 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:55:44,256 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0261be28-42f0-40c7-b2d8-909406e600ea', 'x-compute-request-id': 'req-0261be28-42f0-40c7-b2d8-909406e600ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:45,363 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:55:45,363 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-270e0358-8245-4ae5-a592-b7a643556692', 'x-compute-request-id': 'req-270e0358-8245-4ae5-a592-b7a643556692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:46,458 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:55:46,458 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cafae68f-2714-430a-af5d-a03cb793500f', 'x-compute-request-id': 'req-cafae68f-2714-430a-af5d-a03cb793500f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:47,556 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:55:47,557 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25150e1b-b378-4f50-be98-2969ac898dcd', 'x-compute-request-id': 'req-25150e1b-b378-4f50-be98-2969ac898dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:48,656 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:55:48,656 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e6bd8bd-d34a-4196-80f2-d43d0f32d373', 'x-compute-request-id': 'req-3e6bd8bd-d34a-4196-80f2-d43d0f32d373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:49,773 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.108s 2022-03-23 17:55:49,774 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8d5c5d8-a95d-4979-ac2c-d805eb0d00a0', 'x-compute-request-id': 'req-b8d5c5d8-a95d-4979-ac2c-d805eb0d00a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:50,873 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:55:50,873 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee3eaa58-c685-438d-a68b-62d75dee5527', 'x-compute-request-id': 'req-ee3eaa58-c685-438d-a68b-62d75dee5527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:51,978 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:55:51,979 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03391862-b7da-4180-a598-a94abf053f13', 'x-compute-request-id': 'req-03391862-b7da-4180-a598-a94abf053f13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:53,078 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:55:53,078 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43d5936a-f5fe-44df-a28a-622a7a0ab911', 'x-compute-request-id': 'req-43d5936a-f5fe-44df-a28a-622a7a0ab911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:54,189 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:55:54,190 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b865272-398d-4aef-88c9-2705b2d9b62d', 'x-compute-request-id': 'req-3b865272-398d-4aef-88c9-2705b2d9b62d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:55,288 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:55:55,288 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84f35436-ec59-43b0-a22e-861ecd9b94ab', 'x-compute-request-id': 'req-84f35436-ec59-43b0-a22e-861ecd9b94ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:56,387 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:55:56,388 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-992c7ccc-cdb5-48f0-bd40-bb279c58d7b7', 'x-compute-request-id': 'req-992c7ccc-cdb5-48f0-bd40-bb279c58d7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:57,491 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:55:57,492 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ed4fcb-7cd5-4d25-aa4a-d99117db2efe', 'x-compute-request-id': 'req-15ed4fcb-7cd5-4d25-aa4a-d99117db2efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:58,591 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:55:58,592 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b635372-424c-41c4-9302-c25c2914ac2b', 'x-compute-request-id': 'req-8b635372-424c-41c4-9302-c25c2914ac2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:55:59,696 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:55:59,697 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faf773a5-5ac1-43f9-8c9a-b81bfdd0b1d6', 'x-compute-request-id': 'req-faf773a5-5ac1-43f9-8c9a-b81bfdd0b1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:00,855 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.149s 2022-03-23 17:56:00,855 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83b3bf8-09c8-4fe7-b6de-20519c19753e', 'x-compute-request-id': 'req-b83b3bf8-09c8-4fe7-b6de-20519c19753e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:01,953 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:56:01,953 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c02a082-3f3b-47bf-afea-c048ed54f8f0', 'x-compute-request-id': 'req-7c02a082-3f3b-47bf-afea-c048ed54f8f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:03,057 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:56:03,057 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-092500a7-e1e7-4c11-ad9a-446c382c8082', 'x-compute-request-id': 'req-092500a7-e1e7-4c11-ad9a-446c382c8082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:04,158 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:56:04,158 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4a1ca7c-3320-4eba-9205-74526f27510c', 'x-compute-request-id': 'req-c4a1ca7c-3320-4eba-9205-74526f27510c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:05,253 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:56:05,254 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29e29d03-be4e-4926-bff8-d98c6339a380', 'x-compute-request-id': 'req-29e29d03-be4e-4926-bff8-d98c6339a380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:06,349 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:56:06,350 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e97c4ef-90b8-450c-94e3-1d187ece9633', 'x-compute-request-id': 'req-1e97c4ef-90b8-450c-94e3-1d187ece9633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:07,449 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:07,450 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33fb348e-5561-42cc-9bd0-9f1da2d3abef', 'x-compute-request-id': 'req-33fb348e-5561-42cc-9bd0-9f1da2d3abef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:08,551 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:56:08,551 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e3ba97b-db41-4d27-acc0-bde2ebf35f19', 'x-compute-request-id': 'req-0e3ba97b-db41-4d27-acc0-bde2ebf35f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:09,645 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.085s 2022-03-23 17:56:09,646 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48633071-ebbe-40ea-83d4-f4efb1b60b9c', 'x-compute-request-id': 'req-48633071-ebbe-40ea-83d4-f4efb1b60b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:10,745 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:56:10,746 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-405bce7e-68d0-48f5-ad5b-822195513900', 'x-compute-request-id': 'req-405bce7e-68d0-48f5-ad5b-822195513900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:11,844 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:56:11,844 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15813c36-766d-464f-8715-82e544f9b17b', 'x-compute-request-id': 'req-15813c36-766d-464f-8715-82e544f9b17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:12,945 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:56:12,946 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d9af471-8d51-4c85-b76d-82834ceca188', 'x-compute-request-id': 'req-8d9af471-8d51-4c85-b76d-82834ceca188', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:14,313 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.358s 2022-03-23 17:56:14,313 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-501fb04e-5df4-4986-86b3-63c8575d6089', 'x-compute-request-id': 'req-501fb04e-5df4-4986-86b3-63c8575d6089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:15,421 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:56:15,421 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de401844-ccec-41d2-ae86-d89cac996d6a', 'x-compute-request-id': 'req-de401844-ccec-41d2-ae86-d89cac996d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:16,526 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:56:16,527 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b5ee52e-0406-439c-b70e-6118a1a00cb7', 'x-compute-request-id': 'req-8b5ee52e-0406-439c-b70e-6118a1a00cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:17,628 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:56:17,629 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a93d7733-f322-4eee-9b4d-db95da5e95ec', 'x-compute-request-id': 'req-a93d7733-f322-4eee-9b4d-db95da5e95ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:18,736 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:56:18,737 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d062d0-e51d-4551-b0d3-b41ecf2204fb', 'x-compute-request-id': 'req-b6d062d0-e51d-4551-b0d3-b41ecf2204fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:19,849 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:56:19,849 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-370705ac-7582-4bc3-a959-47b87476e371', 'x-compute-request-id': 'req-370705ac-7582-4bc3-a959-47b87476e371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:20,960 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:56:20,960 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c9931c3-f189-41de-9bbc-06b8b11a6a46', 'x-compute-request-id': 'req-0c9931c3-f189-41de-9bbc-06b8b11a6a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:22,061 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:56:22,061 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c32fa5a-55ae-4c2f-aef5-339299f19d31', 'x-compute-request-id': 'req-5c32fa5a-55ae-4c2f-aef5-339299f19d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:23,173 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.103s 2022-03-23 17:56:23,173 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86c96259-cab2-4045-a631-ecd1c370a64c', 'x-compute-request-id': 'req-86c96259-cab2-4045-a631-ecd1c370a64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:24,274 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:24,274 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-203f6e92-d00f-4c37-83a4-490aa4fa7110', 'x-compute-request-id': 'req-203f6e92-d00f-4c37-83a4-490aa4fa7110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:25,383 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.101s 2022-03-23 17:56:25,384 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e9a1601-f230-4edf-8227-e07262191bf3', 'x-compute-request-id': 'req-0e9a1601-f230-4edf-8227-e07262191bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:26,485 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:56:26,485 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33a8da65-bf37-4b0a-b5ec-570d767d8640', 'x-compute-request-id': 'req-33a8da65-bf37-4b0a-b5ec-570d767d8640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:27,585 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:27,585 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fa5f236-0dee-4c4d-b83d-beadc884a0c4', 'x-compute-request-id': 'req-2fa5f236-0dee-4c4d-b83d-beadc884a0c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:28,684 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:56:28,684 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0419af5-682e-4bb4-90fc-99b40d6be53d', 'x-compute-request-id': 'req-c0419af5-682e-4bb4-90fc-99b40d6be53d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:29,785 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:29,785 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28f0e7f5-ebe1-45b0-9816-c70a2ac8edce', 'x-compute-request-id': 'req-28f0e7f5-ebe1-45b0-9816-c70a2ac8edce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:30,899 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.103s 2022-03-23 17:56:30,900 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7255f0b-18b5-4605-adf7-32a2bab28003', 'x-compute-request-id': 'req-d7255f0b-18b5-4605-adf7-32a2bab28003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:32,004 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:56:32,004 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ee89aa9-96f9-4fef-86c9-7434da5dff46', 'x-compute-request-id': 'req-3ee89aa9-96f9-4fef-86c9-7434da5dff46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:33,103 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:33,104 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72cbfded-4210-41cb-af5e-c950e853892a', 'x-compute-request-id': 'req-72cbfded-4210-41cb-af5e-c950e853892a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:34,203 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:34,204 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-166afc7a-7a06-4557-a3c9-325ec2252568', 'x-compute-request-id': 'req-166afc7a-7a06-4557-a3c9-325ec2252568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:35,308 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:56:35,309 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20109ea8-5fcb-43d8-a622-ac61ab4908b3', 'x-compute-request-id': 'req-20109ea8-5fcb-43d8-a622-ac61ab4908b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:36,410 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:56:36,410 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d15ee21f-1359-476c-b266-b8adfd332c18', 'x-compute-request-id': 'req-d15ee21f-1359-476c-b266-b8adfd332c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:37,518 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.098s 2022-03-23 17:56:37,518 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7cbb505-15cf-4eb3-be8f-1fe9d2fbeb28', 'x-compute-request-id': 'req-c7cbb505-15cf-4eb3-be8f-1fe9d2fbeb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:38,621 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:38,621 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de362d96-a071-45dc-8ecb-bd3a7d80bea6', 'x-compute-request-id': 'req-de362d96-a071-45dc-8ecb-bd3a7d80bea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:39,729 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:56:39,729 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d1e7406-b898-4be3-a4ef-a3cd59c75ff3', 'x-compute-request-id': 'req-3d1e7406-b898-4be3-a4ef-a3cd59c75ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:40,828 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:40,829 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c610e716-2d91-4c09-a21b-c3a386c9da01', 'x-compute-request-id': 'req-c610e716-2d91-4c09-a21b-c3a386c9da01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:41,938 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:56:41,939 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5a97c43-9a46-4db1-ab4d-ab0011c2e6cf', 'x-compute-request-id': 'req-d5a97c43-9a46-4db1-ab4d-ab0011c2e6cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:43,037 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:56:43,038 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9511e349-9095-4da8-8945-d6e2a9c46e3c', 'x-compute-request-id': 'req-9511e349-9095-4da8-8945-d6e2a9c46e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:44,133 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:56:44,134 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75fed6e1-6cae-41fc-a14a-4a0f5390b1e8', 'x-compute-request-id': 'req-75fed6e1-6cae-41fc-a14a-4a0f5390b1e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:45,235 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:56:45,236 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-574d72cd-d87b-4ee4-a093-513a53b781f3', 'x-compute-request-id': 'req-574d72cd-d87b-4ee4-a093-513a53b781f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:46,336 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:56:46,337 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7e0b80c-5564-465c-bd64-107a14836840', 'x-compute-request-id': 'req-e7e0b80c-5564-465c-bd64-107a14836840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:47,447 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:56:47,448 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb6897ec-abdc-4342-ae95-9d04d54a29d6', 'x-compute-request-id': 'req-cb6897ec-abdc-4342-ae95-9d04d54a29d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:48,544 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:56:48,544 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b084099c-af24-4cc6-8e87-37d0088cfa3a', 'x-compute-request-id': 'req-b084099c-af24-4cc6-8e87-37d0088cfa3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:49,649 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:56:49,650 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35353786-5c28-4181-b2f9-b6214c4069c8', 'x-compute-request-id': 'req-35353786-5c28-4181-b2f9-b6214c4069c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:50,758 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:56:50,758 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061d0f99-de54-4e76-a4de-b0d2b48bc14b', 'x-compute-request-id': 'req-061d0f99-de54-4e76-a4de-b0d2b48bc14b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:51,865 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:56:51,866 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8cd3861-423d-422d-ad75-e45e35874c33', 'x-compute-request-id': 'req-f8cd3861-423d-422d-ad75-e45e35874c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:52,963 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:56:52,964 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5901bad9-48b7-4a25-b1a9-22f6a87e10d3', 'x-compute-request-id': 'req-5901bad9-48b7-4a25-b1a9-22f6a87e10d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:54,070 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:56:54,071 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9ffa409-b284-4e55-b05d-801a826fb051', 'x-compute-request-id': 'req-a9ffa409-b284-4e55-b05d-801a826fb051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:55,177 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:56:55,177 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2f768a6-280b-4529-8b7a-69049c320f38', 'x-compute-request-id': 'req-e2f768a6-280b-4529-8b7a-69049c320f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:56,277 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:56:56,277 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fbf3dae-7518-4ca7-823e-ecbab89ef700', 'x-compute-request-id': 'req-3fbf3dae-7518-4ca7-823e-ecbab89ef700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:57,375 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.089s 2022-03-23 17:56:57,375 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09b155b9-9dee-469e-a833-bfeabc2a2bb9', 'x-compute-request-id': 'req-09b155b9-9dee-469e-a833-bfeabc2a2bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:58,495 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.111s 2022-03-23 17:56:58,495 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6c3b790-9792-407e-a9ca-6379dc9b0b22', 'x-compute-request-id': 'req-b6c3b790-9792-407e-a9ca-6379dc9b0b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:56:59,604 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:56:59,604 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd50e1e5-1c6e-4e61-83b1-9ed940cf5335', 'x-compute-request-id': 'req-bd50e1e5-1c6e-4e61-83b1-9ed940cf5335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:00,703 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:57:00,704 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84baadd5-e1dc-41ef-8383-0a0e4fb4ece1', 'x-compute-request-id': 'req-84baadd5-e1dc-41ef-8383-0a0e4fb4ece1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:01,805 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:57:01,806 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-038a65ab-eba5-4164-aad7-73490fbc77e7', 'x-compute-request-id': 'req-038a65ab-eba5-4164-aad7-73490fbc77e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:02,910 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:57:02,910 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-034bbb83-5270-4fdb-8025-0686313525fe', 'x-compute-request-id': 'req-034bbb83-5270-4fdb-8025-0686313525fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:04,009 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:57:04,009 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e3cd006-3cf8-44a5-81e7-6c3754e93c20', 'x-compute-request-id': 'req-8e3cd006-3cf8-44a5-81e7-6c3754e93c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:05,137 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.120s 2022-03-23 17:57:05,138 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d1c8ab9-7aff-4e74-8e71-2626584b8d7c', 'x-compute-request-id': 'req-8d1c8ab9-7aff-4e74-8e71-2626584b8d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:06,234 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:57:06,234 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe8539b3-2cb7-4901-b990-903c5fa81ee7', 'x-compute-request-id': 'req-fe8539b3-2cb7-4901-b990-903c5fa81ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:07,505 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.262s 2022-03-23 17:57:07,505 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a441e06d-676d-4492-9a1b-08f8465c1790', 'x-compute-request-id': 'req-a441e06d-676d-4492-9a1b-08f8465c1790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:08,601 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:57:08,601 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27bc58cf-717e-4fd8-8631-31c03e094612', 'x-compute-request-id': 'req-27bc58cf-717e-4fd8-8631-31c03e094612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:09,696 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:57:09,697 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d722139b-ed60-488b-9f38-996751433819', 'x-compute-request-id': 'req-d722139b-ed60-488b-9f38-996751433819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:10,798 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.093s 2022-03-23 17:57:10,799 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb93eb65-6af6-4c46-8a1d-db39ff3c8aa6', 'x-compute-request-id': 'req-cb93eb65-6af6-4c46-8a1d-db39ff3c8aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:11,900 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:57:11,900 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77e8a417-1196-46e1-8194-1938d75a9383', 'x-compute-request-id': 'req-77e8a417-1196-46e1-8194-1938d75a9383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:12,999 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:57:13,000 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72bdc5ba-4192-4234-9a0a-690d15a8b98e', 'x-compute-request-id': 'req-72bdc5ba-4192-4234-9a0a-690d15a8b98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:14,095 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:57:14,095 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b82e8dbd-bd86-4636-872c-da12f61444de', 'x-compute-request-id': 'req-b82e8dbd-bd86-4636-872c-da12f61444de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:15,201 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:57:15,201 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b110fd2-702b-4da4-bd84-78347159c12c', 'x-compute-request-id': 'req-2b110fd2-702b-4da4-bd84-78347159c12c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:16,305 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:57:16,305 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-095da912-0cfc-49d3-a21f-01cdd052460c', 'x-compute-request-id': 'req-095da912-0cfc-49d3-a21f-01cdd052460c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:17,402 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:57:17,403 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a110c03f-1fa7-4494-af7a-d495d1bd0f0f', 'x-compute-request-id': 'req-a110c03f-1fa7-4494-af7a-d495d1bd0f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:18,511 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.100s 2022-03-23 17:57:18,512 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72e519fb-c576-4e8b-ad79-9c863b25f8b3', 'x-compute-request-id': 'req-72e519fb-c576-4e8b-ad79-9c863b25f8b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:19,618 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:57:19,618 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d289cef-c247-45ea-b972-84acd83f908a', 'x-compute-request-id': 'req-2d289cef-c247-45ea-b972-84acd83f908a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:20,741 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.113s 2022-03-23 17:57:20,741 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d622db21-1b6f-40a9-86d9-a991c7674c74', 'x-compute-request-id': 'req-d622db21-1b6f-40a9-86d9-a991c7674c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:21,863 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.112s 2022-03-23 17:57:21,863 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fb95445-a733-4588-8116-299836377e59', 'x-compute-request-id': 'req-0fb95445-a733-4588-8116-299836377e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:22,959 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:57:22,960 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85853c47-aade-4c05-bef3-55c2c062dbf0', 'x-compute-request-id': 'req-85853c47-aade-4c05-bef3-55c2c062dbf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:24,054 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:57:24,055 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c66fce9f-9469-43fc-bfbe-0b227dad6a22', 'x-compute-request-id': 'req-c66fce9f-9469-43fc-bfbe-0b227dad6a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:25,153 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:57:25,154 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-534da06a-4b25-475d-ae22-39a3e2787785', 'x-compute-request-id': 'req-534da06a-4b25-475d-ae22-39a3e2787785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:26,259 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:57:26,260 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62faeda0-0fd4-47c2-83cd-e28588ef1220', 'x-compute-request-id': 'req-62faeda0-0fd4-47c2-83cd-e28588ef1220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:27,368 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:57:27,368 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4977aaf1-654f-47e1-801d-7567535b1246', 'x-compute-request-id': 'req-4977aaf1-654f-47e1-801d-7567535b1246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:28,635 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.258s 2022-03-23 17:57:28,635 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c2e3979-4017-4762-8d19-1c776178035a', 'x-compute-request-id': 'req-0c2e3979-4017-4762-8d19-1c776178035a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:29,740 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.095s 2022-03-23 17:57:29,741 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4897fc81-2e44-464d-9b7d-d8c0785e08c2', 'x-compute-request-id': 'req-4897fc81-2e44-464d-9b7d-d8c0785e08c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:30,842 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:57:30,842 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5335aa5-fdd9-4157-a938-24af64102056', 'x-compute-request-id': 'req-b5335aa5-fdd9-4157-a938-24af64102056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:31,941 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.091s 2022-03-23 17:57:31,941 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc2730b-a371-44fb-ab7a-a40131808d18', 'x-compute-request-id': 'req-6dc2730b-a371-44fb-ab7a-a40131808d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:33,044 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:57:33,044 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b319bddd-4b0b-4939-b957-70dcf9133480', 'x-compute-request-id': 'req-b319bddd-4b0b-4939-b957-70dcf9133480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:34,163 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.110s 2022-03-23 17:57:34,164 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7110b87c-4403-4983-a940-acbe2df8ec37', 'x-compute-request-id': 'req-7110b87c-4403-4983-a940-acbe2df8ec37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:35,266 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.090s 2022-03-23 17:57:35,266 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bdfe309-6ec8-4331-aab1-23acc67aa0de', 'x-compute-request-id': 'req-6bdfe309-6ec8-4331-aab1-23acc67aa0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:36,375 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.101s 2022-03-23 17:57:36,375 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce0f8eea-1748-4b7e-ae26-7afad5517a60', 'x-compute-request-id': 'req-ce0f8eea-1748-4b7e-ae26-7afad5517a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:37,476 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.092s 2022-03-23 17:57:37,477 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af7fbe89-20cf-4ec7-be8f-9ee2706b2426', 'x-compute-request-id': 'req-af7fbe89-20cf-4ec7-be8f-9ee2706b2426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:38,590 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.105s 2022-03-23 17:57:38,591 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee89146c-0bdc-477e-9e8f-bb39b2a00724', 'x-compute-request-id': 'req-ee89146c-0bdc-477e-9e8f-bb39b2a00724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:39,694 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.094s 2022-03-23 17:57:39,694 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64c9e03d-d748-435f-bf3e-fa5d902cf79e', 'x-compute-request-id': 'req-64c9e03d-d748-435f-bf3e-fa5d902cf79e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:40,803 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:57:40,804 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6da08d4-9e3e-41c3-9359-b5a64291ce7c', 'x-compute-request-id': 'req-b6da08d4-9e3e-41c3-9359-b5a64291ce7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:41,915 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.102s 2022-03-23 17:57:41,916 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61b7b1e4-1049-4e15-bf22-7af5fda26242', 'x-compute-request-id': 'req-61b7b1e4-1049-4e15-bf22-7af5fda26242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:43,015 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:57:43,015 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-691332f8-badc-46ff-89d8-904d2c57b601', 'x-compute-request-id': 'req-691332f8-badc-46ff-89d8-904d2c57b601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:44,112 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.087s 2022-03-23 17:57:44,113 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d981bd63-cbdf-4558-a3d9-e87710748942', 'x-compute-request-id': 'req-d981bd63-cbdf-4558-a3d9-e87710748942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:45,221 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.099s 2022-03-23 17:57:45,222 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ece0b3-7fa5-4c0a-813f-d836d0adf381', 'x-compute-request-id': 'req-e1ece0b3-7fa5-4c0a-813f-d836d0adf381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:46,318 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.088s 2022-03-23 17:57:46,318 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e70987e-a150-45a5-9c90-1481eae83b50', 'x-compute-request-id': 'req-4e70987e-a150-45a5-9c90-1481eae83b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:47,413 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.086s 2022-03-23 17:57:47,414 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e4f974b-c81d-4e79-9090-c53c8aa47271', 'x-compute-request-id': 'req-3e4f974b-c81d-4e79-9090-c53c8aa47271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:48,520 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed 0.097s 2022-03-23 17:57:48,520 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e214346-e0b3-43ec-8fc0-1f0db4e1b844', 'x-compute-request-id': 'req-2e214346-e0b3-43ec-8fc0-1f0db4e1b844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed'} Body: b'{"server": {"id": "07627f49-7a00-40db-9b06-11c7368c26ed", "name": "tempest-AttachVolumeNegativeTest-server-27444295", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:59Z", "updated": "2022-03-23T17:51:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/07627f49-7a00-40db-9b06-11c7368c26ed"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1907078321", "OS-SRV-USG:launched_at": "2022-03-23T17:37:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "5ad7a7ee-1051-4e1c-af0b-1a48df6196b2"}]}}' 2022-03-23 17:57:48,528 117767 ERROR [tempest.api.compute.base] Failed to delete server 07627f49-7a00-40db-9b06-11c7368c26ed 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base Traceback (most recent call last): 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 453, in delete_server 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client, 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base raise lib_exc.TimeoutException 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base tempest.lib.exceptions.TimeoutException: Request timed out 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base Details: None 2022-03-23 17:57:48.528 117767 ERROR tempest.api.compute.base 2022-03-23 17:57:49,583 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-1907078321 1.054s 2022-03-23 17:57:49,583 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:48 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-fb577976-8aca-4495-a06a-7da92f88edb4', 'x-compute-request-id': 'req-fb577976-8aca-4495-a06a-7da92f88edb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-1907078321'} Body: b'' 2022-03-23 17:57:49,716 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/security-groups/afbb969b-0811-47b0-a0bf-de428fb20d33 0.132s 2022-03-23 17:57:49,717 117767 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-c3c1793c-d378-409f-9d53-c37adc6d3f22', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:57:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/afbb969b-0811-47b0-a0bf-de428fb20d33'} Body: b'' 2022-03-23 17:57:49,737 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.41:9696/v2.0/security-groups/afbb969b-0811-47b0-a0bf-de428fb20d33 0.019s 2022-03-23 17:57:49,737 117767 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-08f6180e-6f2a-48ef-b237-95bdc7c425af', 'date': 'Wed, 23 Mar 2022 17:57:49 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/afbb969b-0811-47b0-a0bf-de428fb20d33'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group afbb969b-0811-47b0-a0bf-de428fb20d33 does not exist", "detail": ""}}' 2022-03-23 17:57:50,464 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/floatingips/3cef7d16-de84-4482-b755-076ecb9b83e1 0.727s 2022-03-23 17:57:50,465 117767 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-6b7d9c33-d143-4b65-8402-88668fe96041', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:57:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/3cef7d16-de84-4482-b755-076ecb9b83e1'} 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 5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 5ad7a7ee-1051-4e1c-af0b-1a48df6196b2 failed to detach from server 07627f49-7a00-40db-9b06-11c7368c26ed within the required time (360 s) from the compute API perspective |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft9.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-23 17:57:50,694 117767 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-03-23 17:57:50,694 117767 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-03-23 17:57:51,037 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.41/compute/v2.1/os-keypairs 0.342s 2022-03-23 17:57:51,038 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1025941011"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2301', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aee37438-1bdc-42ce-a1a1-cc0d05e3f892', 'x-compute-request-id': 'req-aee37438-1bdc-42ce-a1a1-cc0d05e3f892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEA1bGS534OyqEAFV06+giD3KuIBY7raG4QxA3D1niuOS8EPF1q\\nV8P1GGF1haBj1NiyJVsnx4janRxxV1ntyUywsEuRQOfj/cmFghhzd0TwHhq0xYMZ\\nwWMcrgmOaeknZco1nsdCmMEuKyZ0NOQvr85GzhOlXVckr0RX6x28q/+l+0073dXY\\n+XR+pkDccyNCrdxQ3AJRLNC2nwl+B0ALU0Zp2dYVrxCeFzw76Up5tWAjU6OmxYEQ\\nNDGRVatMH62nPA5ETPhJMopzZDIUwQoPOB/CH2OFGg9u0a6VrWmDAmOzkqtrCiFU\\nTOMeeX0DkpKcnMOKxZAlsgllSRx9Euptfb2J3QIDAQABAoIBAE18elxepVZsUu9s\\nQvpvJAFcYZJCZLIVVxcANscKM4KgvdR1ux3f/Hu+uzKdGhYQDWjmSOJdiYf2zFJ0\\nVXjsyhTjEeSLMWzRKgwmeZgB81+3J12HUEuDeN7SsEVPOe37CL5uWoOxaOBUrUaQ\\nh4okLiCDly7lbnPvQEINImDr7m/Uw5pVXQg6jOBj+jWTP565nykRzeBIMP29+4y9\\niOr1u1wsK1HhILK7pEPXeLnI1WB+JbzGuMtlTjqQYcgLuBHL9C2wI5YnIfb3mQpc\\nG63GKprQHh9LCa04waN8qXNNbRuHHa0+o+PxI3BSSwGk5IRpF33C8xIyHuJoFzyr\\n6qEhAwECgYEA+t6ClmYKg1IVtID84yJYwqS5xyMtTp5rOzZVUQC10wf/7D/TVBqL\\nxQfc+XmONSCrAcFrs7jBZSNvaRq1sTp6+pz731RoCr11ozKgfSY0nZcxEVieX0cz\\n/BvAhP9KzJ7kvdCmf2M5caboYvuVKGWzLlChsbl+hasc4k9Cv6m69tECgYEA2hBr\\n9SsYvpUuymxLoi8+dhl0VJVFoLtL/M7WPfVU7VMc4O82igVYyUZkL/FX0kMiojoH\\nFNfYLOMXg8j4eg/Wh9lkdo4ABXpLB5NxC93CYAd/9jJTcnlCdyMbxmH+kcudCdJn\\neMz/IUe5hRlL5fWtr2sJl0rrIDQ4+7Wd3Kf5vU0CgYBrLWr/FENDjWsmfcEMzNy8\\n86FHGZk+sGHBn1ndzH7h1NYaub3wfZLfL5fRoYQG4JkOm/MGilVdf0EW10lumTx3\\nG2BkLmxwwjai7XsxXIQ4G6Lj9UdcD1B/Ud/zMhpjxzKUgbLQU7T0AEniF/fGlYRy\\nshISmtwaAVvKt/AdcEcnMQKBgHBlzn+MOzDgzEFiGIn8OAG/lQqT9lOmtsAUDLHa\\n5m99S4FVS5NQtjbopXNgvpeOKyfbKRNBPhfE5bXzvL+NslJLZ1EEWFZ6dnntMXOg\\nVjQRKY/I2OJERlIKMqLKl+CmRsdtQBAv+cE5qxJDu69INsIYNdVZtF/hCw4Sys+V\\ndVBxAoGBAMBh8iSWEoX+Drc63EqtlEgP6ac3xGy+Hz928vhuXxBdD+hofUCKmHKd\\n2r0luvRD2zOGixdCi9JhKVDxZ+5jl6FdMCbTUiNq0GmamvDUBYJIU9Q/oG6vriJ6\\n5jwYQewwmWo7FDGPvAo8O06p+myjFq7ty9O4Cf6WpeoiDpbCIXpP\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-1025941011", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVsZLnfg7KoQAVXTr6CIPcq4gFjutobhDEDcPWeK45LwQ8XWpXw/UYYXWFoGPU2LIlWyfHiNqdHHFXWe3JTLCwS5FA5+P9yYWCGHN3RPAeGrTFgxnBYxyuCY5p6SdlyjWex0KYwS4rJnQ05C+vzkbOE6VdVySvRFfrHbyr/6X7TTvd1dj5dH6mQNxzI0Kt3FDcAlEs0LafCX4HQAtTRmnZ1hWvEJ4XPDvpSnm1YCNTo6bFgRA0MZFVq0wfrac8DkRM+EkyinNkMhTBCg84H8IfY4UaD27RrpWtaYMCY7OSq2sKIVRM4x55fQOSkpycw4rFkCWyCWVJHH0S6m19vYnd Generated-by-Nova", "fingerprint": "22:14:ad:8d:4a:4e:32:23:a0:47:01:da:52:e9:d0:8b", "user_id": "2fab48051ee04986a35ff58052fac1a1"}}' 2022-03-23 17:57:51,040 117767 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1025941011 created 2022-03-23 17:57:51,179 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-groups 0.139s 2022-03-23 17:57:51,180 117767 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--17688605", "description": "tempest-description--628442995"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-f3092a53-9138-4e6a-8407-b675a1dd0e67', 'date': 'Wed, 23 Mar 2022 17:57:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "236c783f-4529-40b6-be7f-91d064b445eb", "name": "tempest-securitygroup--17688605", "stateful": true, "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "description": "tempest-description--628442995", "shared": false, "security_group_rules": [{"id": "1b42d921-afa7-4e6b-8607-9f3dabd0d34f", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "236c783f-4529-40b6-be7f-91d064b445eb", "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": 527, "description": null, "tags": [], "created_at": "2022-03-23T17:57:51Z", "updated_at": "2022-03-23T17:57:51Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}, {"id": "ce6f4376-eefc-4b3c-9cc4-714054cfb59d", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "236c783f-4529-40b6-be7f-91d064b445eb", "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": 526, "description": null, "tags": [], "created_at": "2022-03-23T17:57:51Z", "updated_at": "2022-03-23T17:57:51Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}], "tags": [], "created_at": "2022-03-23T17:57:51Z", "updated_at": "2022-03-23T17:57:51Z", "revision_number": 1, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:57:51,372 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.191s 2022-03-23 17:57:51,372 117767 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": "236c783f-4529-40b6-be7f-91d064b445eb", "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-dacd339c-3f55-4806-b427-235efec69c44', 'date': 'Wed, 23 Mar 2022 17:57:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b1a2cb9-4576-41bf-a6a0-310484b0aed8", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "236c783f-4529-40b6-be7f-91d064b445eb", "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-03-23T17:57:51Z", "updated_at": "2022-03-23T17:57:51Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:57:51,524 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.152s 2022-03-23 17:57:51,525 117767 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": "236c783f-4529-40b6-be7f-91d064b445eb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-25bb11aa-3206-4d03-b1b7-c06b592e94a8', 'date': 'Wed, 23 Mar 2022 17:57:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "22795457-a73d-4535-aafa-967c2474593c", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "security_group_id": "236c783f-4529-40b6-be7f-91d064b445eb", "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-03-23T17:57:51Z", "updated_at": "2022-03-23T17:57:51Z", "revision_number": 0, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:57:51,525 117767 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--17688605 created 2022-03-23 17:57:52,483 117767 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.41:9696/v2.0/floatingips 0.958s 2022-03-23 17:57:52,484 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-c601008d-3fe0-4fa7-b877-a5547f8572c1', 'date': 'Wed, 23 Mar 2022 17:57:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bf69360a-c272-45f0-8a11-ee9825e47ac7", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "floating_ip_address": "172.27.2.193", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "81cbeef3df3646be902884c3e8e86d20", "description": "", "port_details": null, "tags": [], "created_at": "2022-03-23T17:57:52Z", "updated_at": "2022-03-23T17:57:52Z", "revision_number": 0}}' 2022-03-23 17:57:52,484 117767 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bf69360a-c272-45f0-8a11-ee9825e47ac7', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'floating_ip_address': '172.27.2.193', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81cbeef3df3646be902884c3e8e86d20', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:57:52Z', 'updated_at': '2022-03-23T17:57:52Z', 'revision_number': 0, 'ip': '172.27.2.193'} created 2022-03-23 17:57:52,603 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.41/identity/v3/auth/tokens 0.114s 2022-03-23 17:57:52,604 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:52 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-c5870698-0382-4c80-a6f1-d9481aee33bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2fab48051ee04986a35ff58052fac1a1", "name": "tempest-AttachVolumeNegativeTest-1266384360-project", "password_expires_at": null}, "audit_ids": ["E6m8t_F7Q7eEatxGHWNtjw"], "expires_at": "2022-03-23T18:57:52.000000Z", "issued_at": "2022-03-23T17:57:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81cbeef3df3646be902884c3e8e86d20", "name": "tempest-AttachVolumeNegativeTest-1266384360"}, "is_domain": false, "roles": [{"id": "379780c785aa41189985abc3a1cd2937", "name": "reader"}, {"id": "0959ce476f58412393333c921c4eff9e", "name": "member"}], "catalog": [{"endpoints": [{"id": "e0ec8a7ae3624b8d9d71192622036cd2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/identity", "region": "RegionOne"}], "id": "02a7568440264029bd82143511ef98ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "208a20eb2ef14e5db21e2046a966518a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2/81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "0b9ab1c48fe849b88d0dd6a5234bb7b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8af076802fa741399794df4c77340ec5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "376f0aee6cce42babbd975b7aea3a77a", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7f286b71e2564dfea6379c3e31be7532", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2.1", "region": "RegionOne"}], "id": "3da64a5e5e1e402bbb3270ba9676e680", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e48c804fdcc942768c5985ad9e2083e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "443c2c5fe0de4ff7bdb65330e04c4a4f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4dbc54de399f432eac5794b4a126804a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.41:8080", "region": "RegionOne"}, {"id": "8f94f2eadc42452aafb0c3d461518d3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:8080/v1/AUTH_81cbeef3df3646be902884c3e8e86d20", "region": "RegionOne"}], "id": "6613cb246fd441369ec519b3575c7d09", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f3b653307b4080a2040337954610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/placement", "region": "RegionOne"}], "id": "66504423e7794cb68b36401a38fb76e1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0bf793f0102e43e387070d912cbf8af2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/image", "region": "RegionOne"}], "id": "cdf7b8cd56014a08a12124e7b1ae7cc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "700a5b15cbe84e5abb18273839741b71", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:9696/", "region": "RegionOne"}], "id": "fe36de35eb8f4cfaa81981782e1f2e4a", "type": "network", "name": "neutron"}]}}' 2022-03-23 17:57:52,604 117767 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '2888c7fe-ae98-4d0e-9549-8ca804e8c855', 'name': 'tempest-AttachVolumeNegativeTest-1323889583-network', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '81cbeef3df3646be902884c3e8e86d20', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 267, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-03-23T17:29:18Z', 'updated_at': '2022-03-23T17:29:18Z', 'revision_number': 1} available for tenant 2022-03-23 17:57:52,605 117767 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1bGS534OyqEAFV06+giD3KuIBY7raG4QxA3D1niuOS8EPF1q\nV8P1GGF1haBj1NiyJVsnx4janRxxV1ntyUywsEuRQOfj/cmFghhzd0TwHhq0xYMZ\nwWMcrgmOaeknZco1nsdCmMEuKyZ0NOQvr85GzhOlXVckr0RX6x28q/+l+0073dXY\n+XR+pkDccyNCrdxQ3AJRLNC2nwl+B0ALU0Zp2dYVrxCeFzw76Up5tWAjU6OmxYEQ\nNDGRVatMH62nPA5ETPhJMopzZDIUwQoPOB/CH2OFGg9u0a6VrWmDAmOzkqtrCiFU\nTOMeeX0DkpKcnMOKxZAlsgllSRx9Euptfb2J3QIDAQABAoIBAE18elxepVZsUu9s\nQvpvJAFcYZJCZLIVVxcANscKM4KgvdR1ux3f/Hu+uzKdGhYQDWjmSOJdiYf2zFJ0\nVXjsyhTjEeSLMWzRKgwmeZgB81+3J12HUEuDeN7SsEVPOe37CL5uWoOxaOBUrUaQ\nh4okLiCDly7lbnPvQEINImDr7m/Uw5pVXQg6jOBj+jWTP565nykRzeBIMP29+4y9\niOr1u1wsK1HhILK7pEPXeLnI1WB+JbzGuMtlTjqQYcgLuBHL9C2wI5YnIfb3mQpc\nG63GKprQHh9LCa04waN8qXNNbRuHHa0+o+PxI3BSSwGk5IRpF33C8xIyHuJoFzyr\n6qEhAwECgYEA+t6ClmYKg1IVtID84yJYwqS5xyMtTp5rOzZVUQC10wf/7D/TVBqL\nxQfc+XmONSCrAcFrs7jBZSNvaRq1sTp6+pz731RoCr11ozKgfSY0nZcxEVieX0cz\n/BvAhP9KzJ7kvdCmf2M5caboYvuVKGWzLlChsbl+hasc4k9Cv6m69tECgYEA2hBr\n9SsYvpUuymxLoi8+dhl0VJVFoLtL/M7WPfVU7VMc4O82igVYyUZkL/FX0kMiojoH\nFNfYLOMXg8j4eg/Wh9lkdo4ABXpLB5NxC93CYAd/9jJTcnlCdyMbxmH+kcudCdJn\neMz/IUe5hRlL5fWtr2sJl0rrIDQ4+7Wd3Kf5vU0CgYBrLWr/FENDjWsmfcEMzNy8\n86FHGZk+sGHBn1ndzH7h1NYaub3wfZLfL5fRoYQG4JkOm/MGilVdf0EW10lumTx3\nG2BkLmxwwjai7XsxXIQ4G6Lj9UdcD1B/Ud/zMhpjxzKUgbLQU7T0AEniF/fGlYRy\nshISmtwaAVvKt/AdcEcnMQKBgHBlzn+MOzDgzEFiGIn8OAG/lQqT9lOmtsAUDLHa\n5m99S4FVS5NQtjbopXNgvpeOKyfbKRNBPhfE5bXzvL+NslJLZ1EEWFZ6dnntMXOg\nVjQRKY/I2OJERlIKMqLKl+CmRsdtQBAv+cE5qxJDu69INsIYNdVZtF/hCw4Sys+V\ndVBxAoGBAMBh8iSWEoX+Drc63EqtlEgP6ac3xGy+Hz928vhuXxBdD+hofUCKmHKd\n2r0luvRD2zOGixdCi9JhKVDxZ+5jl6FdMCbTUiNq0GmamvDUBYJIU9Q/oG6vriJ6\n5jwYQewwmWo7FDGPvAo8O06p+myjFq7ty9O4Cf6WpeoiDpbCIXpP\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-1025941011', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVsZLnfg7KoQAVXTr6CIPcq4gFjutobhDEDcPWeK45LwQ8XWpXw/UYYXWFoGPU2LIlWyfHiNqdHHFXWe3JTLCwS5FA5+P9yYWCGHN3RPAeGrTFgxnBYxyuCY5p6SdlyjWex0KYwS4rJnQ05C+vzkbOE6VdVySvRFfrHbyr/6X7TTvd1dj5dH6mQNxzI0Kt3FDcAlEs0LafCX4HQAtTRmnZ1hWvEJ4XPDvpSnm1YCNTo6bFgRA0MZFVq0wfrac8DkRM+EkyinNkMhTBCg84H8IfY4UaD27RrpWtaYMCY7OSq2sKIVRM4x55fQOSkpycw4rFkCWyCWVJHH0S6m19vYnd Generated-by-Nova', 'fingerprint': '22:14:ad:8d:4a:4e:32:23:a0:47:01:da:52:e9:d0:8b', 'user_id': '2fab48051ee04986a35ff58052fac1a1'}, 'security_group': {'id': '236c783f-4529-40b6-be7f-91d064b445eb', 'name': 'tempest-securitygroup--17688605', 'stateful': True, 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'description': 'tempest-description--628442995', 'shared': False, 'security_group_rules': [{'id': '1b42d921-afa7-4e6b-8607-9f3dabd0d34f', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'security_group_id': '236c783f-4529-40b6-be7f-91d064b445eb', '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': 527, 'description': None, 'tags': [], 'created_at': '2022-03-23T17:57:51Z', 'updated_at': '2022-03-23T17:57:51Z', 'revision_number': 0, 'project_id': '81cbeef3df3646be902884c3e8e86d20'}, {'id': 'ce6f4376-eefc-4b3c-9cc4-714054cfb59d', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'security_group_id': '236c783f-4529-40b6-be7f-91d064b445eb', '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': 526, 'description': None, 'tags': [], 'created_at': '2022-03-23T17:57:51Z', 'updated_at': '2022-03-23T17:57:51Z', 'revision_number': 0, 'project_id': '81cbeef3df3646be902884c3e8e86d20'}], 'tags': [], 'created_at': '2022-03-23T17:57:51Z', 'updated_at': '2022-03-23T17:57:51Z', 'revision_number': 1, 'project_id': '81cbeef3df3646be902884c3e8e86d20'}, 'floating_ip': {'id': 'bf69360a-c272-45f0-8a11-ee9825e47ac7', 'tenant_id': '81cbeef3df3646be902884c3e8e86d20', 'floating_ip_address': '172.27.2.193', 'floating_network_id': '17d610fd-133a-4c28-bfb5-fce45cda1090', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '81cbeef3df3646be902884c3e8e86d20', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-03-23T17:57:52Z', 'updated_at': '2022-03-23T17:57:52Z', 'revision_number': 0, 'ip': '172.27.2.193'}} 2022-03-23 17:57:53,423 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.41/compute/v2.1/servers 0.817s 2022-03-23 17:57:53,423 117767 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-889921011", "imageRef": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "2888c7fe-ae98-4d0e-9549-8ca804e8c855"}], "security_groups": [{"name": "tempest-securitygroup--17688605"}], "key_name": "tempest-keypair-1025941011", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c4051f7-e4b9-40c6-9725-9b6bb8cd8393', 'x-compute-request-id': 'req-5c4051f7-e4b9-40c6-9725-9b6bb8cd8393', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/servers'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--17688605"}], "adminPass": "password"}}' 2022-03-23 17:57:53,524 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.098s 2022-03-23 17:57:53,525 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:53 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-c098f2dc-f6ac-47c9-bb77-eb79e84a512c', 'x-compute-request-id': 'req-c098f2dc-f6ac-47c9-bb77-eb79e84a512c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1025941011", "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-03-23 17:57:54,945 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.412s 2022-03-23 17:57:54,945 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:54 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-d5d45f1a-c182-4df1-b3cc-d002c92a71d6', 'x-compute-request-id': 'req-d5d45f1a-c182-4df1-b3cc-d002c92a71d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1025941011", "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-03-23 17:57:56,135 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.181s 2022-03-23 17:57:56,136 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:55 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-1f567b14-e8f6-4b87-870b-0922f1242ffc', 'x-compute-request-id': 'req-1f567b14-e8f6-4b87-870b-0922f1242ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1025941011", "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-03-23 17:57:57,311 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.163s 2022-03-23 17:57:57,312 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:57 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-fa630b53-8a32-4dba-afad-ec1c6e4fdad7', 'x-compute-request-id': 'req-fa630b53-8a32-4dba-afad-ec1c6e4fdad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1025941011", "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-03-23 17:57:58,507 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.187s 2022-03-23 17:57:58,508 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1245', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc711b5e-ea96-4198-9e3b-b21de6ef3cd3', 'x-compute-request-id': 'req-dc711b5e-ea96-4198-9e3b-b21de6ef3cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "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-03-23 17:57:59,798 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.274s 2022-03-23 17:57:59,798 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1048f55-840e-492f-a53e-61d2ffd200cc', 'x-compute-request-id': 'req-c1048f55-840e-492f-a53e-61d2ffd200cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "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-03-23 17:57:59,806 117767 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 6 second wait 2022-03-23 17:58:01,756 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.948s 2022-03-23 17:58:01,756 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad9582de-cbea-48cf-818c-ae9d9cc79821', 'x-compute-request-id': 'req-ad9582de-cbea-48cf-818c-ae9d9cc79821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:03,216 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.450s 2022-03-23 17:58:03,217 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c54e00cd-25fe-4050-9058-71ae0c8ca09c', 'x-compute-request-id': 'req-c54e00cd-25fe-4050-9058-71ae0c8ca09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:04,506 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.281s 2022-03-23 17:58:04,506 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd25ff4-1d6e-48d9-b32e-f58b5b1d5db7', 'x-compute-request-id': 'req-3dd25ff4-1d6e-48d9-b32e-f58b5b1d5db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:05,758 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.243s 2022-03-23 17:58:05,759 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b31460b-e5f7-44ca-ae89-0d2a0604a775', 'x-compute-request-id': 'req-6b31460b-e5f7-44ca-ae89-0d2a0604a775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:06,966 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.199s 2022-03-23 17:58:06,967 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac23aa8b-f138-43e0-9854-8947a0b57b5e', 'x-compute-request-id': 'req-ac23aa8b-f138-43e0-9854-8947a0b57b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:08,159 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.180s 2022-03-23 17:58:08,160 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bff36dd8-3c51-4b2f-a7f3-ea668a5c24f3', 'x-compute-request-id': 'req-bff36dd8-3c51-4b2f-a7f3-ea668a5c24f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:09,368 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.200s 2022-03-23 17:58:09,369 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26453b7a-5fde-44d9-af28-53e860e24967', 'x-compute-request-id': 'req-26453b7a-5fde-44d9-af28-53e860e24967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:10,551 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.173s 2022-03-23 17:58:10,551 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56805d4d-983f-48ab-bfec-65cb8a54b1a6', 'x-compute-request-id': 'req-56805d4d-983f-48ab-bfec-65cb8a54b1a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:11,721 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.161s 2022-03-23 17:58:11,721 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8c6d85e-5942-4f91-8a0e-d6e44596eeb9', 'x-compute-request-id': 'req-f8c6d85e-5942-4f91-8a0e-d6e44596eeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "BUILD", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:58:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:12,902 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.172s 2022-03-23 17:58:12,902 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-813e0e36-7545-4d94-b7f5-57c378711183', 'x-compute-request-id': 'req-813e0e36-7545-4d94-b7f5-57c378711183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T17:58:12Z", "addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:7b:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": "2022-03-23T17:58:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 17:58:12,910 117767 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 19 second wait 2022-03-23 17:58:13,016 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d/os-interface 0.106s 2022-03-23 17:58:13,017 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:12 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-ce6bb3fc-4002-4563-9943-c5e56627ef31', 'x-compute-request-id': 'req-ce6bb3fc-4002-4563-9943-c5e56627ef31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2888c7fe-ae98-4d0e-9549-8ca804e8c855", "port_id": "f78c6a23-4bb6-4698-8dac-5714b02fe868", "mac_addr": "fa:16:3e:21:7b:63", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d923e995-8ad4-43f2-beba-221af8031362", "ip_address": "172.20.0.5"}]}]}' 2022-03-23 17:58:14,260 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.222.0.41:9696/v2.0/floatingips/bf69360a-c272-45f0-8a11-ee9825e47ac7 1.240s 2022-03-23 17:58:14,260 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "f78c6a23-4bb6-4698-8dac-5714b02fe868"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-c2833936-fc9c-46fb-add8-e5edba148c2c', 'date': 'Wed, 23 Mar 2022 17:58:14 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/bf69360a-c272-45f0-8a11-ee9825e47ac7'} Body: b'{"floatingip": {"id": "bf69360a-c272-45f0-8a11-ee9825e47ac7", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "floating_ip_address": "172.27.2.193", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": "e9794722-c150-44c7-906a-28cfb4d22793", "port_id": "f78c6a23-4bb6-4698-8dac-5714b02fe868", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2888c7fe-ae98-4d0e-9549-8ca804e8c855", "mac_address": "fa:16:3e:21:7b:63", "admin_state_up": true, "status": "ACTIVE", "device_id": "1db243f4-c036-4853-affc-ef960a731a2d", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-23T17:57:52Z", "updated_at": "2022-03-23T17:58:13Z", "revision_number": 1, "project_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 17:58:14,273 117767 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.193:22' as 'ubuntu' with public key authentication 2022-03-23 17:58:18,369 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 1. Retry after 2 seconds. 2022-03-23 17:58:23,937 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 2. Retry after 3 seconds. 2022-03-23 17:58:30,497 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 3. Retry after 4 seconds. 2022-03-23 17:58:38,081 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 4. Retry after 5 seconds. 2022-03-23 17:58:46,657 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 5. Retry after 6 seconds. 2022-03-23 17:58:53,166 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 6. Retry after 7 seconds. 2022-03-23 17:59:00,672 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 7. Retry after 8 seconds. 2022-03-23 17:59:09,178 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 8. Retry after 9 seconds. 2022-03-23 17:59:18,697 117767 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.193 ([Errno None] Unable to connect to port 22 on 172.27.2.193). Number attempts: 9. Retry after 10 seconds. 2022-03-23 17:59:29,224 117767 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:59:29,396 117767 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:59:29,397 117767 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.193 successfully created 2022-03-23 17:59:29,566 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d/ips 0.168s 2022-03-23 17:59:29,566 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:59:29 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-6ead0884-0be3-4dd9-980f-dad5e13ea629', 'x-compute-request-id': 'req-6ead0884-0be3-4dd9-980f-dad5e13ea629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.5"}, {"version": 4, "addr": "172.27.2.193"}]}}' 2022-03-23 17:59:51,068 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes 21.499s 2022-03-23 17:59:51,069 117767 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-2123149749"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e33f0c3e-728c-433f-8689-3fe36be0b7e8', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e33f0c3e-728c-433f-8689-3fe36be0b7e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:50.976963", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 18:00:51,112 117767 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.41', port=80): Read timed out. (read timeout=60)")': /volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 2022-03-23 18:01:02,503 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 71.427s 2022-03-23 18:01:02,503 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffaf689b-16ed-493c-9957-fef18f598c78', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffaf689b-16ed-493c-9957-fef18f598c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:03,565 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:01:03,565 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a31358e0-b9cf-4c2c-ac52-db3fcd706fcd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31358e0-b9cf-4c2c-ac52-db3fcd706fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:04,637 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.061s 2022-03-23 18:01:04,637 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6547fc37-0b09-4772-b31c-e45e0573c340', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6547fc37-0b09-4772-b31c-e45e0573c340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:05,695 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:01:05,695 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef1d5a8-920e-4793-9b70-4551b0074dc9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef1d5a8-920e-4793-9b70-4551b0074dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:06,745 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:06,745 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7b0f88e-7262-40e8-8cff-fe700fe67691', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7b0f88e-7262-40e8-8cff-fe700fe67691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:08,047 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.294s 2022-03-23 18:01:08,047 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e1b43b-e90b-4b15-810c-995c6aa677be', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e1b43b-e90b-4b15-810c-995c6aa677be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:09,096 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:09,096 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a19dfe9-e656-470a-b82a-c61e0711825a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a19dfe9-e656-470a-b82a-c61e0711825a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:10,146 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:01:10,147 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20a8ece2-2969-4a21-8c07-3a1c0c8977b9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20a8ece2-2969-4a21-8c07-3a1c0c8977b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:11,197 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:01:11,197 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c179adb8-1b92-4914-8de4-624466607f1c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c179adb8-1b92-4914-8de4-624466607f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:12,245 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:01:12,245 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a94e98d0-0c05-4241-a587-377cf630533d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a94e98d0-0c05-4241-a587-377cf630533d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:13,296 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:13,296 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f358c3-557d-4be9-8509-dd1791657a7f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f358c3-557d-4be9-8509-dd1791657a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:14,348 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:01:14,348 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0292f71f-9410-4f71-b6ea-56a93e7e351a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0292f71f-9410-4f71-b6ea-56a93e7e351a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:15,402 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:01:15,403 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3804f336-e5e2-4cd7-b8b3-e401cd95a02f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3804f336-e5e2-4cd7-b8b3-e401cd95a02f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:16,454 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:16,455 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ff348d4-6b25-460b-aa4a-3a850534ce26', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ff348d4-6b25-460b-aa4a-3a850534ce26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:17,505 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:17,505 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8057dac7-3d61-4e4b-9c64-a07ced905bba', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8057dac7-3d61-4e4b-9c64-a07ced905bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:18,554 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:18,555 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29af4900-930a-4d65-b174-8352f0e4fce3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29af4900-930a-4d65-b174-8352f0e4fce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:19,613 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:01:19,613 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01575827-f5ac-4816-81bd-85507b2a63d1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01575827-f5ac-4816-81bd-85507b2a63d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:20,665 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:20,665 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc90dac4-1121-448a-bc10-015807f7fd07', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc90dac4-1121-448a-bc10-015807f7fd07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:21,715 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:21,715 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e7999d3-7537-47c3-ba07-b368c5764d29', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e7999d3-7537-47c3-ba07-b368c5764d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:22,766 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:22,767 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-949194f2-5c1b-49a7-afe2-a511f7ca777b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-949194f2-5c1b-49a7-afe2-a511f7ca777b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:23,818 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:01:23,819 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee36ad4-8dc7-4457-a658-ee9f4162cdef', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee36ad4-8dc7-4457-a658-ee9f4162cdef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:24,869 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:01:24,870 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28fd59d-639e-4eee-b4a7-77c23286d69f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28fd59d-639e-4eee-b4a7-77c23286d69f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:25,919 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:25,919 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e147587b-4a02-48ba-af8c-a6dde2a731e5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e147587b-4a02-48ba-af8c-a6dde2a731e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:26,970 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:26,971 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e41d388-1d04-4ffc-a3f4-f621cbed818f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e41d388-1d04-4ffc-a3f4-f621cbed818f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:28,027 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:01:28,028 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281bff8e-4005-490c-97e5-420c61fb647d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281bff8e-4005-490c-97e5-420c61fb647d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:29,091 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.054s 2022-03-23 18:01:29,091 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6d304c-be4e-4baf-9e03-41fbeb963405', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6d304c-be4e-4baf-9e03-41fbeb963405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:30,143 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:01:30,144 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67e3e61c-3fa3-4333-8eaf-0a3dd4d5b7c9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67e3e61c-3fa3-4333-8eaf-0a3dd4d5b7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:31,192 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:31,192 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98eecdb2-bce6-47f7-8c7c-1ac7c9a8e222', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98eecdb2-bce6-47f7-8c7c-1ac7c9a8e222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:32,240 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:32,241 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b95449a0-e7ec-4a86-862b-7ad5541a8552', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b95449a0-e7ec-4a86-862b-7ad5541a8552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:33,291 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:33,292 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b568ef4-6e0b-4260-937c-73e1e29b212f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b568ef4-6e0b-4260-937c-73e1e29b212f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:34,344 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:34,345 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04c52b5-878e-4e42-aa00-5104832ecc74', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04c52b5-878e-4e42-aa00-5104832ecc74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:35,393 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:01:35,393 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9308d4be-79b5-4005-b3dc-73cfffebcf94', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9308d4be-79b5-4005-b3dc-73cfffebcf94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:36,446 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:01:36,447 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dfafad8-37af-4c5f-933a-1c9bb7f71e51', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dfafad8-37af-4c5f-933a-1c9bb7f71e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:37,496 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:37,497 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-911ac55c-8dec-4936-8bf2-66bd2a58633d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-911ac55c-8dec-4936-8bf2-66bd2a58633d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:38,544 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:01:38,545 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b33a9d-98d9-493c-91e0-58c5be8ff3c8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b33a9d-98d9-493c-91e0-58c5be8ff3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:39,594 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:39,594 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d723bb9-afc6-47ad-a0e3-5393f819e992', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d723bb9-afc6-47ad-a0e3-5393f819e992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:40,650 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:01:40,651 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0c95d78-1f10-4030-b3c1-4cf260b00e9d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0c95d78-1f10-4030-b3c1-4cf260b00e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:41,703 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:01:41,704 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff59c31-c274-49bb-85d2-c5d8970a7bcb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff59c31-c274-49bb-85d2-c5d8970a7bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:42,753 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:01:42,754 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff4b43c2-3f4a-4ba8-9ec0-ce3b720d25b5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff4b43c2-3f4a-4ba8-9ec0-ce3b720d25b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:43,830 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.068s 2022-03-23 18:01:43,831 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb79d00-c8b5-46a9-9e46-0f7bde024705', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bb79d00-c8b5-46a9-9e46-0f7bde024705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:44,886 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:01:44,886 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e42cd9-e9d6-4cc2-9935-4d33c849cd47', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e42cd9-e9d6-4cc2-9935-4d33c849cd47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:45,938 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:01:45,938 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3dd2f5-18fe-4ab0-80f9-1a74bebbb993', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3dd2f5-18fe-4ab0-80f9-1a74bebbb993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:46,987 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:46,987 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-790b4b62-f89c-4b5c-8d8a-4fe7832aae51', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-790b4b62-f89c-4b5c-8d8a-4fe7832aae51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:48,035 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:01:48,035 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0bb9705-76ff-43e2-a057-88a78609ea8d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0bb9705-76ff-43e2-a057-88a78609ea8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:49,081 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.038s 2022-03-23 18:01:49,082 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ada0174-0dc0-45d5-a20f-194bdab7ec3d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ada0174-0dc0-45d5-a20f-194bdab7ec3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:50,164 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.074s 2022-03-23 18:01:50,164 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf011015-a372-42db-91da-8ac26f113af7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf011015-a372-42db-91da-8ac26f113af7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:51,213 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:51,214 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b99636f7-ccaf-4483-ad59-ddb6f79f8e0a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b99636f7-ccaf-4483-ad59-ddb6f79f8e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:52,260 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:01:52,261 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef00eaa3-1ba7-4b02-a914-f66c836269e5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef00eaa3-1ba7-4b02-a914-f66c836269e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:53,315 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:01:53,315 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f68df63b-e34a-43a6-bf47-9605833fc806', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f68df63b-e34a-43a6-bf47-9605833fc806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:54,365 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:01:54,365 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73c68af3-ca6b-4ae7-8aff-76b214d5247a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73c68af3-ca6b-4ae7-8aff-76b214d5247a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:55,416 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:55,416 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78c9628b-d8b1-46bb-8ab4-570683afb096', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78c9628b-d8b1-46bb-8ab4-570683afb096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:56,465 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:01:56,465 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c80104d-5adf-4bb8-be8a-8f3a9318431a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c80104d-5adf-4bb8-be8a-8f3a9318431a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:57,517 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:01:57,518 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6381653d-3c02-4d37-9a1d-bc24867c83c8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6381653d-3c02-4d37-9a1d-bc24867c83c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:58,579 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.054s 2022-03-23 18:01:58,580 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbec87e6-4e6c-4965-9151-cc1db7c5a75a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbec87e6-4e6c-4965-9151-cc1db7c5a75a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:01:59,635 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:01:59,635 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbffb84c-3106-41a4-964a-5ff176d2ded2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbffb84c-3106-41a4-964a-5ff176d2ded2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:00,692 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:02:00,692 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4539b1bb-772a-492a-a7dc-3024e805cff9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4539b1bb-772a-492a-a7dc-3024e805cff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:01,747 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:02:01,748 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb19db2c-3ed0-442d-a1a2-68b18d77f408', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb19db2c-3ed0-442d-a1a2-68b18d77f408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:02,800 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:02:02,801 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3332975b-9cfb-49e4-b79e-fd284636bf43', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3332975b-9cfb-49e4-b79e-fd284636bf43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:03,858 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:02:03,858 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-461f2a68-1c53-4f35-b8cd-a1af6488665a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-461f2a68-1c53-4f35-b8cd-a1af6488665a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:04,914 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:02:04,914 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-047293ea-04c8-4873-9337-26b5df98052c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-047293ea-04c8-4873-9337-26b5df98052c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:05,963 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:05,964 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4683f0cd-62ee-4d52-b09f-ca4e8e3ba2b1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4683f0cd-62ee-4d52-b09f-ca4e8e3ba2b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:07,022 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:02:07,022 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95382501-3fbb-4f1b-ab01-2e692bb27a07', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95382501-3fbb-4f1b-ab01-2e692bb27a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:08,080 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.050s 2022-03-23 18:02:08,081 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f83ce597-f70b-499a-9d83-e28a58ce2291', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83ce597-f70b-499a-9d83-e28a58ce2291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:09,139 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:02:09,139 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8379cba-86f9-46e0-9147-a18226a574c1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8379cba-86f9-46e0-9147-a18226a574c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:10,191 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:02:10,192 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea24b26-7f1e-4b27-b2ec-c4cc79062c4e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea24b26-7f1e-4b27-b2ec-c4cc79062c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:11,251 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.051s 2022-03-23 18:02:11,251 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5c87d5-14c2-4781-8782-05bb0234eaa8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5c87d5-14c2-4781-8782-05bb0234eaa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:12,301 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:12,301 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b3b6aa-470e-4d27-83f6-f51c1763f973', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b3b6aa-470e-4d27-83f6-f51c1763f973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:13,353 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:02:13,354 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db70acb2-86d9-446e-87cb-b3722db1ecdd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db70acb2-86d9-446e-87cb-b3722db1ecdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:14,408 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:02:14,408 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-063fef59-174b-4ad2-b961-d59bec865ae8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-063fef59-174b-4ad2-b961-d59bec865ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:15,457 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:15,457 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f41fba8-1c29-4074-805e-370609fba691', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f41fba8-1c29-4074-805e-370609fba691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:16,512 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:02:16,513 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-622c40bf-d0f1-4175-bcc5-6e1c64cfb673', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-622c40bf-d0f1-4175-bcc5-6e1c64cfb673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:17,561 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:17,562 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8723c1ca-e76c-4e68-bd8a-3585c636fdba', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8723c1ca-e76c-4e68-bd8a-3585c636fdba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:18,609 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:18,610 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa25cb0-06ce-4b34-9866-953e5276d1b3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa25cb0-06ce-4b34-9866-953e5276d1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:19,657 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:19,658 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9e37e5-cc71-44c9-b712-ca2c424e830b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9e37e5-cc71-44c9-b712-ca2c424e830b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:20,706 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:02:20,706 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d14eedcf-cd1f-4469-8964-7f612f6e9db9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d14eedcf-cd1f-4469-8964-7f612f6e9db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:21,757 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:02:21,757 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a4fdd0f-869a-436c-8a11-1681cc651c48', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a4fdd0f-869a-436c-8a11-1681cc651c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:22,807 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:22,808 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e8c1e77-61f4-43c5-849e-ffaf362afda1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e8c1e77-61f4-43c5-849e-ffaf362afda1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:23,857 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:02:23,857 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48cee611-dfa1-4115-93a4-e7296e79fa10', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48cee611-dfa1-4115-93a4-e7296e79fa10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:24,905 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:24,905 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e79249e-3163-481a-a1c8-e43dbde9113a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e79249e-3163-481a-a1c8-e43dbde9113a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:25,952 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:02:25,953 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aebfd6f5-f71e-4879-8a74-861bb1449f09', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aebfd6f5-f71e-4879-8a74-861bb1449f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:27,001 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:27,001 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be904e94-0e8e-4b62-8a7d-c35407847e41', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be904e94-0e8e-4b62-8a7d-c35407847e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:28,055 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:02:28,055 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06778c6f-c710-4a5a-a953-336f1d482ad4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06778c6f-c710-4a5a-a953-336f1d482ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:29,104 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:29,104 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f82cf290-d9ee-4b6f-bd53-0ddb28fd855e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f82cf290-d9ee-4b6f-bd53-0ddb28fd855e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:30,155 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:02:30,156 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5721ac0-42d8-469c-9856-81ea1fa309d3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5721ac0-42d8-469c-9856-81ea1fa309d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:31,207 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:31,208 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6393b240-bcfd-4839-8664-3a62d7656c87', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6393b240-bcfd-4839-8664-3a62d7656c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:32,255 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:32,256 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12db3cdc-793e-4673-8dd1-a1631e339b7a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12db3cdc-793e-4673-8dd1-a1631e339b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:33,306 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:33,306 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f826676c-ce91-4658-b329-2b271930bda9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f826676c-ce91-4658-b329-2b271930bda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:34,354 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:02:34,354 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699fabe3-d528-4192-8d89-54032013aab9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699fabe3-d528-4192-8d89-54032013aab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:35,406 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:02:35,406 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c637a289-2a94-4f53-a49a-8780c42de03c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c637a289-2a94-4f53-a49a-8780c42de03c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:36,454 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:02:36,455 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8980597f-f4da-462d-aa44-17c600fcc672', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8980597f-f4da-462d-aa44-17c600fcc672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:37,503 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:37,503 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ea64a9-e92f-4336-996c-444a17da8084', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ea64a9-e92f-4336-996c-444a17da8084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:38,566 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.054s 2022-03-23 18:02:38,566 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ec43b9-143b-48fa-9704-654bc0b7746e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ec43b9-143b-48fa-9704-654bc0b7746e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:39,616 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:39,617 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6a4ecd-38eb-4e5a-951b-f8961ed9ae5d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d6a4ecd-38eb-4e5a-951b-f8961ed9ae5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:40,667 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:40,668 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce06311a-88f0-484c-9198-ecae1f692ff3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce06311a-88f0-484c-9198-ecae1f692ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:41,721 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:02:41,721 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a15ec299-b9c2-4502-8a91-2ad4aab967c6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a15ec299-b9c2-4502-8a91-2ad4aab967c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:42,769 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:02:42,769 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e447b755-78ab-4153-8624-659497469e2e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e447b755-78ab-4153-8624-659497469e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:43,820 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:02:43,821 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9890e850-1957-497b-ac3d-af39321a06f3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9890e850-1957-497b-ac3d-af39321a06f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:44,876 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:44,877 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e63451-3fdc-4cdf-97d4-43b41e3fa909', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e63451-3fdc-4cdf-97d4-43b41e3fa909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:45,924 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:02:45,924 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a936645-543b-4750-af2e-5cb4f1732469', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a936645-543b-4750-af2e-5cb4f1732469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:46,980 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:02:46,980 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a05fcba4-2479-46f0-b631-2e87f812ac30', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a05fcba4-2479-46f0-b631-2e87f812ac30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:48,042 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.054s 2022-03-23 18:02:48,043 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6bf9a9f-2e73-4437-9ae6-d16525710b6a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6bf9a9f-2e73-4437-9ae6-d16525710b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:49,096 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:02:49,097 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d07b7b15-6a3b-4dc7-aa9b-bcf6431b7573', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d07b7b15-6a3b-4dc7-aa9b-bcf6431b7573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:50,146 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:02:50,147 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c83a4cf-8ef5-44db-9f3c-e9704a91794d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c83a4cf-8ef5-44db-9f3c-e9704a91794d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:51,208 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.052s 2022-03-23 18:02:51,209 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8b96af-632b-4bf5-83ab-cf738e8af16c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8b96af-632b-4bf5-83ab-cf738e8af16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:52,261 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:02:52,261 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad87dfdd-223c-4517-8130-e1c701aa44a3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad87dfdd-223c-4517-8130-e1c701aa44a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:53,318 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:02:53,318 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09cc27b2-18c9-4dd7-a1fc-4ef051d8501e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09cc27b2-18c9-4dd7-a1fc-4ef051d8501e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:54,367 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:02:54,368 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ea72443-a08b-42f4-8116-cd475f8d1c0a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ea72443-a08b-42f4-8116-cd475f8d1c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:55,424 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:02:55,424 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da87f7be-b54c-44c1-9d4b-23c1018da3c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da87f7be-b54c-44c1-9d4b-23c1018da3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:56,474 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:56,474 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f3c2154-22fa-4732-9508-fc487f067b50', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f3c2154-22fa-4732-9508-fc487f067b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:57,532 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.050s 2022-03-23 18:02:57,533 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4058286e-c1d4-4b28-9f5e-f10cf0576c8c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4058286e-c1d4-4b28-9f5e-f10cf0576c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:58,583 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:58,583 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e28765-127f-44f9-ba6f-2044b0e96690', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e28765-127f-44f9-ba6f-2044b0e96690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:02:59,633 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:02:59,634 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9cec80-67da-42b1-9631-b10175fbc101', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9cec80-67da-42b1-9631-b10175fbc101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:00,686 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:03:00,687 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e65903a1-4df7-4b2d-a0ad-f6488114c430', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e65903a1-4df7-4b2d-a0ad-f6488114c430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:01,739 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:03:01,739 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec0485f-a972-4379-8708-d2eba7059e7e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec0485f-a972-4379-8708-d2eba7059e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:02,790 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:03:02,791 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59c407df-c259-4856-9ff0-d48e9768d3af', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59c407df-c259-4856-9ff0-d48e9768d3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:03,848 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:03:03,848 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f512a748-3c38-4636-930a-038d2ab05c2e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f512a748-3c38-4636-930a-038d2ab05c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:04,907 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.051s 2022-03-23 18:03:04,908 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1490b9df-fc0c-462a-9d3c-0d4f5ce0262b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1490b9df-fc0c-462a-9d3c-0d4f5ce0262b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:05,962 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:03:05,962 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91781b24-ae8b-4da4-963d-1612eb3ee0c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91781b24-ae8b-4da4-963d-1612eb3ee0c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:07,038 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.069s 2022-03-23 18:03:07,038 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-803662c7-0ef9-4403-8ceb-01130fc1a543', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-803662c7-0ef9-4403-8ceb-01130fc1a543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:08,093 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:03:08,093 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eed1502-9f31-4b8c-bfab-203b57b906ac', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eed1502-9f31-4b8c-bfab-203b57b906ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:09,144 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:09,144 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4db322-0e85-4d12-83eb-c1f4afbe300d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4db322-0e85-4d12-83eb-c1f4afbe300d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:10,196 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:03:10,197 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c300382d-a49b-4ae8-acc4-60cdb7a4a232', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c300382d-a49b-4ae8-acc4-60cdb7a4a232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:11,247 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:11,247 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c0a134f-da14-4e18-b181-c0de366b719b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c0a134f-da14-4e18-b181-c0de366b719b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:12,298 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:12,298 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f876dd1-42d5-4897-ba66-889d1c011361', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f876dd1-42d5-4897-ba66-889d1c011361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:13,353 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:03:13,354 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-006c379f-32c1-42c4-bcf5-0d39c4648dc4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-006c379f-32c1-42c4-bcf5-0d39c4648dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:14,407 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:14,408 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d383ac-7957-42bc-80fb-cb62a45f6f0a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d383ac-7957-42bc-80fb-cb62a45f6f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:15,457 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:15,458 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec614a09-8f99-4fac-88bf-20dcec4e72d3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec614a09-8f99-4fac-88bf-20dcec4e72d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:16,521 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.056s 2022-03-23 18:03:16,522 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0d3805f-a437-4369-8a7d-7a27f5c61bd4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0d3805f-a437-4369-8a7d-7a27f5c61bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:17,577 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:03:17,577 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27de9446-057c-488d-b52b-5bb900771715', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27de9446-057c-488d-b52b-5bb900771715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:18,632 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:03:18,633 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a7ff24-7529-4398-a612-46b67c768fcd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a7ff24-7529-4398-a612-46b67c768fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:19,689 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:03:19,689 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64f95654-9ec6-4135-b9b6-5b60bd49c007', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64f95654-9ec6-4135-b9b6-5b60bd49c007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:20,737 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:20,738 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b7a1e9-7b54-4095-9ed7-715ea7ca2b05', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b7a1e9-7b54-4095-9ed7-715ea7ca2b05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:21,786 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:21,787 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0153cc5e-fe60-4503-b958-5502addf0a99', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0153cc5e-fe60-4503-b958-5502addf0a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:22,837 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:22,837 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3018bc9a-62f7-472b-b6dc-1fbadf4231e1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3018bc9a-62f7-472b-b6dc-1fbadf4231e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:23,885 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:23,886 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688b13dc-e302-4a1e-8fba-9b87c9fdc04c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688b13dc-e302-4a1e-8fba-9b87c9fdc04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:24,943 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:03:24,943 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43bc464a-7f22-445d-9b3a-f65710f3c608', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43bc464a-7f22-445d-9b3a-f65710f3c608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:25,991 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:25,992 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a47bc0bc-d804-4fad-a970-13cb13b8a6fd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a47bc0bc-d804-4fad-a970-13cb13b8a6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:27,041 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:27,041 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb0eca5-9079-48d3-a669-5cd98df25727', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb0eca5-9079-48d3-a669-5cd98df25727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:28,090 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:28,090 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155c27b0-8a66-48d1-bfe9-70fc71793c1b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155c27b0-8a66-48d1-bfe9-70fc71793c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:29,139 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:29,139 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a227d1a-ebb9-4c31-bfd2-83373a109eac', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a227d1a-ebb9-4c31-bfd2-83373a109eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:30,190 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:30,190 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8068cdf3-51ea-4073-9e64-584615ecb447', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8068cdf3-51ea-4073-9e64-584615ecb447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:31,240 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:31,240 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018cb494-3a76-4d21-90a4-574174885721', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018cb494-3a76-4d21-90a4-574174885721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:32,293 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:03:32,293 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959ccf1d-4864-402a-910b-d0a54224e1fa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959ccf1d-4864-402a-910b-d0a54224e1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:33,342 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:33,342 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e1f566-08d3-41aa-849c-01559502a763', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e1f566-08d3-41aa-849c-01559502a763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:34,398 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:03:34,398 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9a99bb7-61a6-4a05-92ba-6dd28b2733c8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9a99bb7-61a6-4a05-92ba-6dd28b2733c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:35,449 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:35,449 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788ffaed-85eb-49f7-8411-74658898837a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788ffaed-85eb-49f7-8411-74658898837a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:36,521 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.064s 2022-03-23 18:03:36,522 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff0a7d6-cef3-4084-8b35-c8997852d280', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff0a7d6-cef3-4084-8b35-c8997852d280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:37,591 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.055s 2022-03-23 18:03:37,591 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9571320-f91f-42b9-ac9f-5fc9b3e1e1c4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9571320-f91f-42b9-ac9f-5fc9b3e1e1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:38,648 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:03:38,649 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd1fb9cf-e9d9-42e7-8c99-6e0bba390e90', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd1fb9cf-e9d9-42e7-8c99-6e0bba390e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:39,713 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.056s 2022-03-23 18:03:39,713 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae46cc37-cd0b-48e0-8531-95d9ac1739bb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae46cc37-cd0b-48e0-8531-95d9ac1739bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:40,778 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.054s 2022-03-23 18:03:40,778 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ad5bf2-a478-4cf6-98be-813da7b8820e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ad5bf2-a478-4cf6-98be-813da7b8820e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:41,838 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.051s 2022-03-23 18:03:41,838 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4bc7bf5-5541-4aaa-8123-85b641837ecf', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4bc7bf5-5541-4aaa-8123-85b641837ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:42,890 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:42,890 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0119f25c-ad11-478e-b6a6-2e77a275ef79', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0119f25c-ad11-478e-b6a6-2e77a275ef79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:43,938 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:43,939 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d28290-cd07-4966-94bc-bf895b731c7c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d28290-cd07-4966-94bc-bf895b731c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:44,989 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:44,989 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67dbf719-fd0f-466b-8151-9670e443f841', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67dbf719-fd0f-466b-8151-9670e443f841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:46,039 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:46,039 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95aba8e3-8fbb-4b8a-987c-7bc18e15591e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95aba8e3-8fbb-4b8a-987c-7bc18e15591e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:47,088 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:47,088 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c7136a-4108-498d-80b1-05fb7d8ebd3a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c7136a-4108-498d-80b1-05fb7d8ebd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:48,139 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:48,139 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdfff49f-c7db-40c6-8659-ddcffb51d8bb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdfff49f-c7db-40c6-8659-ddcffb51d8bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:49,189 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:49,189 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad4b04a-3413-44ae-8d62-3867b3abd7da', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ad4b04a-3413-44ae-8d62-3867b3abd7da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:50,238 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:50,239 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8904c40-a648-4cd0-8091-5592428b1f38', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8904c40-a648-4cd0-8091-5592428b1f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:51,289 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:51,289 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-797a0de6-f368-427f-8e81-6ff36be68122', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-797a0de6-f368-427f-8e81-6ff36be68122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:52,338 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:03:52,338 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-824b6a33-6e1b-419b-a36d-5a5895cd4273', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-824b6a33-6e1b-419b-a36d-5a5895cd4273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:53,388 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:53,389 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c73120-4c10-49b6-b978-8cd78a806157', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c73120-4c10-49b6-b978-8cd78a806157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:54,443 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:03:54,443 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed62624b-b373-402b-974e-0a9591a0f9e4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed62624b-b373-402b-974e-0a9591a0f9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:55,496 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:03:55,496 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb9495f-4826-42fb-8e88-45dd75974a85', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb9495f-4826-42fb-8e88-45dd75974a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:56,544 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:56,545 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5de790-0a90-4d1e-8793-eab41fd10a6f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5de790-0a90-4d1e-8793-eab41fd10a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:57,594 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:03:57,595 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c93e790-8687-4e30-b523-af3d07029331', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c93e790-8687-4e30-b523-af3d07029331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:58,662 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.059s 2022-03-23 18:03:58,663 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c955e36-7097-4842-8306-1de8b3a83653', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c955e36-7097-4842-8306-1de8b3a83653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:03:59,720 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:03:59,721 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf464302-6e52-4817-8601-7886be3c3e84', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf464302-6e52-4817-8601-7886be3c3e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:00,789 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.059s 2022-03-23 18:04:00,789 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c747fa-2449-4a65-afe6-f9ada67932ef', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c747fa-2449-4a65-afe6-f9ada67932ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:01,840 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:04:01,840 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0bf03c3-961d-420a-9754-092ff2b19f38', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0bf03c3-961d-420a-9754-092ff2b19f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:02,891 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:04:02,892 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7d396c-4bb3-412e-be6b-a0072dd1d4ed', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7d396c-4bb3-412e-be6b-a0072dd1d4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:03,945 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:04:03,945 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd14b14-21cb-4a75-86f4-ebb9ea4d13d7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddd14b14-21cb-4a75-86f4-ebb9ea4d13d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:04,998 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:04,998 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa06881-5035-494c-9a4f-96661bf855c3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa06881-5035-494c-9a4f-96661bf855c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:06,049 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:06,049 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836711fc-67b2-4847-9e9c-7252180c6b64', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836711fc-67b2-4847-9e9c-7252180c6b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:07,105 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:04:07,105 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e2c5e0-8874-4e75-968b-32aae6820a46', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e2c5e0-8874-4e75-968b-32aae6820a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:08,156 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:08,156 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dcf6222-660c-4a6b-8495-febcbac3e442', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dcf6222-660c-4a6b-8495-febcbac3e442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:09,207 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:09,208 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01df10e1-50f4-4a3d-a9d9-e29f74a0530f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01df10e1-50f4-4a3d-a9d9-e29f74a0530f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:10,259 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:10,260 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8261b4-58e7-40f4-9930-c9788f4e0401', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8261b4-58e7-40f4-9930-c9788f4e0401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:11,312 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:11,313 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d23345-2034-4a26-a8b5-f4afaffc0b4b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d23345-2034-4a26-a8b5-f4afaffc0b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:12,368 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:04:12,369 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f26ebbe1-5d12-4823-a6ee-53ad9a23850c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f26ebbe1-5d12-4823-a6ee-53ad9a23850c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:13,420 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:13,421 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-febc895c-cfa6-4531-a84b-2a6efdcc2d5b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febc895c-cfa6-4531-a84b-2a6efdcc2d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:14,474 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:04:14,475 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cbb24fe-45d9-4d29-82ca-17eb4c220a4b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cbb24fe-45d9-4d29-82ca-17eb4c220a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:15,533 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:04:15,534 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d0c72f-5e2f-4c21-9a95-b7f87979fee9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d0c72f-5e2f-4c21-9a95-b7f87979fee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:16,588 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:04:16,588 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a11ccefb-306a-40bf-96a3-7588569c2ada', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a11ccefb-306a-40bf-96a3-7588569c2ada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:17,639 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:17,639 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b28ef08-3bf2-4744-8fc1-485e3efaa2f9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b28ef08-3bf2-4744-8fc1-485e3efaa2f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:18,692 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:18,692 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dbec451-ae6e-4962-851a-142867f0bcf5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dbec451-ae6e-4962-851a-142867f0bcf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:19,749 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:04:19,750 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-215a18d3-cb35-4661-b5ad-29d61ac3fadb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-215a18d3-cb35-4661-b5ad-29d61ac3fadb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:20,799 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:20,799 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70105772-8eed-4e4c-b6dc-0e9a0c4d0b8c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70105772-8eed-4e4c-b6dc-0e9a0c4d0b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:21,870 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.058s 2022-03-23 18:04:21,871 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de7c0495-f773-4e5a-beda-e1d6133ccc77', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de7c0495-f773-4e5a-beda-e1d6133ccc77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:22,922 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:04:22,923 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067f28fe-8d31-437c-b679-0f97173b2033', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067f28fe-8d31-437c-b679-0f97173b2033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:23,975 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:23,975 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25118302-b2ae-45d9-a976-f122e701feda', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25118302-b2ae-45d9-a976-f122e701feda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:25,026 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:04:25,027 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd54c5e8-ecc1-421e-aed3-674799f49737', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd54c5e8-ecc1-421e-aed3-674799f49737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:26,083 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:04:26,084 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe2cceff-7057-4459-92f2-126bbd1b9a43', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe2cceff-7057-4459-92f2-126bbd1b9a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:27,138 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:04:27,139 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c8fb9a-2ce5-4194-89d2-ecf3a79203ac', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c8fb9a-2ce5-4194-89d2-ecf3a79203ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:28,191 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:28,192 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-767ad002-4e09-45f0-8b0e-ebff95b9b666', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-767ad002-4e09-45f0-8b0e-ebff95b9b666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:29,452 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.252s 2022-03-23 18:04:29,452 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff9a00c-511b-49b2-9747-eaa8a35bf422', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff9a00c-511b-49b2-9747-eaa8a35bf422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:30,507 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:30,507 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787dd5aa-0a81-4285-b8c1-2a3c6f9478da', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787dd5aa-0a81-4285-b8c1-2a3c6f9478da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:31,556 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:31,556 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b76226b-3320-407a-b9d2-2c62855df263', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b76226b-3320-407a-b9d2-2c62855df263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:32,609 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:04:32,609 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a826662-39c9-4867-bfc1-a4c3cbfbc735', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a826662-39c9-4867-bfc1-a4c3cbfbc735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:33,661 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:04:33,661 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f087de6-03a2-4d78-a287-cb15630624cf', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f087de6-03a2-4d78-a287-cb15630624cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:34,715 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:04:34,715 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ca1e2a-3651-41ca-bcdd-7acbad62465b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ca1e2a-3651-41ca-bcdd-7acbad62465b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:35,765 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:35,766 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86fbb2ce-2176-46ef-9d04-e10844ddad40', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86fbb2ce-2176-46ef-9d04-e10844ddad40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:36,816 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:36,817 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f2f0bf-030c-4505-8ae0-9f194010513a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f2f0bf-030c-4505-8ae0-9f194010513a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:37,872 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:37,873 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f759b8bd-ebd7-460a-9e5c-5276a0345b3e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f759b8bd-ebd7-460a-9e5c-5276a0345b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:38,938 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:04:38,938 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cef24a0-112e-487e-93b1-65e1edbdd216', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cef24a0-112e-487e-93b1-65e1edbdd216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:39,996 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:04:39,996 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79382de8-d00d-434b-b544-f25e85df4ab0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79382de8-d00d-434b-b544-f25e85df4ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:41,048 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:41,048 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192a6226-eaed-4bce-a150-5fc63b6496df', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192a6226-eaed-4bce-a150-5fc63b6496df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:42,100 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:04:42,101 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d5f03b-ded4-49af-92d4-c61bd2d8933a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20d5f03b-ded4-49af-92d4-c61bd2d8933a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:43,159 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:04:43,160 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf15225a-9652-4ab1-914e-20af4b78eef0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf15225a-9652-4ab1-914e-20af4b78eef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:44,217 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:04:44,217 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83189a42-974e-4911-aa6f-b4890932de46', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83189a42-974e-4911-aa6f-b4890932de46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:45,267 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:45,268 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9663fcd4-b8e7-4392-b5e7-a613881a31ef', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9663fcd4-b8e7-4392-b5e7-a613881a31ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:46,327 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.050s 2022-03-23 18:04:46,328 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13cdcf50-0f76-4925-83e7-93cba9bb8319', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13cdcf50-0f76-4925-83e7-93cba9bb8319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:47,386 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:04:47,386 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4450ee61-8c3b-42b1-9f16-0dce111a0cd7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4450ee61-8c3b-42b1-9f16-0dce111a0cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:48,437 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:04:48,437 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d437c0d-081c-49c5-a688-cf60767013e9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d437c0d-081c-49c5-a688-cf60767013e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:49,492 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:04:49,492 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f14a070-2f75-401c-bd1e-78842480e26c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f14a070-2f75-401c-bd1e-78842480e26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:50,549 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:04:50,549 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549fe9b8-b13b-4ac3-ab65-4813846fbd2c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549fe9b8-b13b-4ac3-ab65-4813846fbd2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:51,603 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:04:51,604 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a85d2e-ab57-4e09-a016-5e3f2edcdd6f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a85d2e-ab57-4e09-a016-5e3f2edcdd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:52,656 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:04:52,657 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2cdac61-3ca4-4065-93fa-c3d21f7203ea', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2cdac61-3ca4-4065-93fa-c3d21f7203ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:53,706 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:53,707 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b53ed1-986a-4c9f-9664-9454c4a3a961', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b53ed1-986a-4c9f-9664-9454c4a3a961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:54,755 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:54,756 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3facc49e-82cb-4172-9cd0-a1d5e0b5a2fe', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3facc49e-82cb-4172-9cd0-a1d5e0b5a2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:55,820 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.055s 2022-03-23 18:04:55,820 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-397f1903-b67c-4dcd-a8b8-120f699fee9d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-397f1903-b67c-4dcd-a8b8-120f699fee9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:56,874 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:56,874 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bcbe99-7226-4276-a3dc-126aed103c10', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bcbe99-7226-4276-a3dc-126aed103c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:57,924 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:04:57,925 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a7f141f-c4c1-4153-bdf7-3f381097e889', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a7f141f-c4c1-4153-bdf7-3f381097e889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:04:58,975 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:04:58,976 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c11c94e-95b1-497a-97c7-23789e8842a7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c11c94e-95b1-497a-97c7-23789e8842a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:00,039 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:05:00,039 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2efc8cb2-dd61-4bed-8e8c-82afdbe582aa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2efc8cb2-dd61-4bed-8e8c-82afdbe582aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:01,091 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:05:01,092 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c31a9b-f99c-4325-ad8a-7879a92a079a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c31a9b-f99c-4325-ad8a-7879a92a079a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:02,144 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:05:02,144 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-533af881-90e8-4043-8e4f-100252f77f71', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533af881-90e8-4043-8e4f-100252f77f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:03,194 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:05:03,195 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad1355e-941b-4232-a2dc-7d1d8df7fd86', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad1355e-941b-4232-a2dc-7d1d8df7fd86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:04,251 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:05:04,252 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a77adab-d78a-47d3-b5bd-6a9fba8f4f05', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a77adab-d78a-47d3-b5bd-6a9fba8f4f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:05,310 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:05:05,310 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-979d6dc0-e0c4-444b-a9df-31dee43612f6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-979d6dc0-e0c4-444b-a9df-31dee43612f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:06,365 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:05:06,365 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ecf2dec-4495-4142-9495-f8347cb6c535', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ecf2dec-4495-4142-9495-f8347cb6c535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:07,419 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:05:07,420 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b8c97d-9c6d-4c92-85a5-e2db3d0361d0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b8c97d-9c6d-4c92-85a5-e2db3d0361d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:08,469 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:05:08,469 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e83a703-7c73-4ba2-b3d0-099744bb1468', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e83a703-7c73-4ba2-b3d0-099744bb1468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:09,521 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:05:09,521 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a1a5c2-85db-4a97-859e-4d4640be5c34', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a1a5c2-85db-4a97-859e-4d4640be5c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:10,579 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:05:10,579 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c58f3049-36ef-4a3c-82dc-626a6ffe935b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c58f3049-36ef-4a3c-82dc-626a6ffe935b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:11,634 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:05:11,635 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00314015-ef15-4adc-8de1-a34b9b695aa4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00314015-ef15-4adc-8de1-a34b9b695aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:12,688 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:05:12,688 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc1946b-9c38-4b2e-915c-82f57c67dd8b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc1946b-9c38-4b2e-915c-82f57c67dd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:13,745 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:05:13,746 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33142be9-7751-49cc-b13d-e1d83603715a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33142be9-7751-49cc-b13d-e1d83603715a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:14,806 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:05:14,807 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d55a59-aa34-4f03-b4be-303904d01cbb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d55a59-aa34-4f03-b4be-303904d01cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:15,860 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:05:15,860 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32dea3b4-9274-4d79-9b3d-2f7fca4fb571', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32dea3b4-9274-4d79-9b3d-2f7fca4fb571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:16,912 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:05:16,912 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c491a11-8417-4c7b-b0c8-83784eb445c1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c491a11-8417-4c7b-b0c8-83784eb445c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:17,971 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:05:17,971 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1478cf-774f-4b59-8c30-da63b979f456', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1478cf-774f-4b59-8c30-da63b979f456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:19,027 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:05:19,027 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c09cc43-d5e5-4aae-9d9e-061652d8c487', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c09cc43-d5e5-4aae-9d9e-061652d8c487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:20,094 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.058s 2022-03-23 18:05:20,095 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e83c76-b741-4ea0-91b7-b0bafcc6a08c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e83c76-b741-4ea0-91b7-b0bafcc6a08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:21,150 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:05:21,150 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1f0d97-464c-47e1-a563-b65004510455', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1f0d97-464c-47e1-a563-b65004510455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:22,223 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.062s 2022-03-23 18:05:22,224 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-419851d0-4e8c-4981-b7c5-d08a85cc7227', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-419851d0-4e8c-4981-b7c5-d08a85cc7227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:23,281 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:05:23,281 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844dd32e-d90d-417e-ab88-3ca90531ff30', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844dd32e-d90d-417e-ab88-3ca90531ff30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:24,335 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:05:24,335 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a490deb2-692a-44a4-9da6-aeb5717054bf', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a490deb2-692a-44a4-9da6-aeb5717054bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:25,385 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:05:25,385 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2972c05-e04e-42ba-8283-cf9d2d261810', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2972c05-e04e-42ba-8283-cf9d2d261810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:26,437 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:05:26,438 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293303e9-d91b-4f27-8e41-231bf309ae45', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293303e9-d91b-4f27-8e41-231bf309ae45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:27,503 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.058s 2022-03-23 18:05:27,504 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be4698d6-6296-4891-a51c-ebff698f9baa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be4698d6-6296-4891-a51c-ebff698f9baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:28,569 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.057s 2022-03-23 18:05:28,569 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beff1c57-01c0-4f2b-af12-92b40aacd9f6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beff1c57-01c0-4f2b-af12-92b40aacd9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:29,628 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.051s 2022-03-23 18:05:29,629 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68114bf5-6141-4b0a-9784-0d96128f8ac7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68114bf5-6141-4b0a-9784-0d96128f8ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:30,693 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:05:30,693 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceca8845-4e15-4d56-ad25-4bc36b81944e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceca8845-4e15-4d56-ad25-4bc36b81944e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:31,745 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:05:31,746 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef7ae8b-0e21-437e-9376-189920cf6cf8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef7ae8b-0e21-437e-9376-189920cf6cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:32,804 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.051s 2022-03-23 18:05:32,804 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21212a9-d583-4fc4-a32a-0aa8a0e180c3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21212a9-d583-4fc4-a32a-0aa8a0e180c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:33,866 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.053s 2022-03-23 18:05:33,866 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b2ecff-e347-422f-a17f-84ca068c5803', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b2ecff-e347-422f-a17f-84ca068c5803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:34,936 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.061s 2022-03-23 18:05:34,936 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c49aa9d-8576-4d1e-a655-b6a5b396259a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c49aa9d-8576-4d1e-a655-b6a5b396259a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:36,002 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.057s 2022-03-23 18:05:36,002 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30cc83e1-82d2-4111-ad62-fbaad61fe495', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cc83e1-82d2-4111-ad62-fbaad61fe495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:37,064 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.053s 2022-03-23 18:05:37,064 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b036cec7-d33d-4de0-840d-9064cfeb1da3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b036cec7-d33d-4de0-840d-9064cfeb1da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:38,123 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.051s 2022-03-23 18:05:38,124 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e768d6c-6fca-4bd7-9793-b4e8c19482ca', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e768d6c-6fca-4bd7-9793-b4e8c19482ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:39,175 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:05:39,175 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c135965-582b-4b9f-be03-2c70f8ed458f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c135965-582b-4b9f-be03-2c70f8ed458f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:40,232 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:05:40,233 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8554edc-50fc-4cf7-9dc7-ce687de97bbb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8554edc-50fc-4cf7-9dc7-ce687de97bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:41,299 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.056s 2022-03-23 18:05:41,300 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6e24bab-b3ff-4046-b69b-b9522430b384', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6e24bab-b3ff-4046-b69b-b9522430b384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:42,363 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.050s 2022-03-23 18:05:42,364 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f742fb7-6553-41ca-80b2-b205262184bd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f742fb7-6553-41ca-80b2-b205262184bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:43,424 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.052s 2022-03-23 18:05:43,424 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400df865-3981-4ded-9fba-8741c701e6dc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400df865-3981-4ded-9fba-8741c701e6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:44,483 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.050s 2022-03-23 18:05:44,484 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbcfcc5b-21d2-434b-9511-f0dde870804b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbcfcc5b-21d2-434b-9511-f0dde870804b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:45,545 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.053s 2022-03-23 18:05:45,545 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a2422c-1182-4f16-b67e-6567b57fce31', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a2422c-1182-4f16-b67e-6567b57fce31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:46,601 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:05:46,602 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abd98a5-e426-419a-8cf0-cb840b6cdd7f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1abd98a5-e426-419a-8cf0-cb840b6cdd7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:47,653 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:05:47,653 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f98378-e9fc-4cb2-ba50-8ad9cc3afc3f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f98378-e9fc-4cb2-ba50-8ad9cc3afc3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:48,705 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:05:48,705 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65541ff0-6b81-45bd-811f-68cb9c87a8e2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65541ff0-6b81-45bd-811f-68cb9c87a8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:49,753 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:05:49,753 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8e717c-80d0-446c-ad32-50b74ba0f8dc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8e717c-80d0-446c-ad32-50b74ba0f8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:50,803 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:05:50,804 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3c46fb-67b5-44a1-a9c7-f071e1e813fb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3c46fb-67b5-44a1-a9c7-f071e1e813fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:51,863 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.051s 2022-03-23 18:05:51,863 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed91a30a-b447-4224-a1ad-b3a1db2f42b8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed91a30a-b447-4224-a1ad-b3a1db2f42b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:52,927 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.056s 2022-03-23 18:05:52,927 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a50fba0-c584-426e-81c3-72b20bee8ab5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a50fba0-c584-426e-81c3-72b20bee8ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:53,996 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.060s 2022-03-23 18:05:53,996 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0addaa16-2b34-4f35-9401-b386abd693ea', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0addaa16-2b34-4f35-9401-b386abd693ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:55,065 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.061s 2022-03-23 18:05:55,066 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c523e63-a2a2-4151-bc42-c24fa953b389', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c523e63-a2a2-4151-bc42-c24fa953b389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:56,118 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:05:56,119 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e49a3f-6227-47f0-b677-bcac10e04f09', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e49a3f-6227-47f0-b677-bcac10e04f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:57,175 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:05:57,175 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e87a07-4690-4bb5-be1d-3495f390820a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e87a07-4690-4bb5-be1d-3495f390820a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:58,229 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:05:58,229 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ff9125-a617-4375-bfa3-2b8eeb38431e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ff9125-a617-4375-bfa3-2b8eeb38431e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:05:59,281 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:05:59,282 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39e3a53e-4c65-4ab6-a622-f8454c1f2530', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39e3a53e-4c65-4ab6-a622-f8454c1f2530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:00,336 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:06:00,336 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0997f102-ecea-440c-8792-93251034674e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0997f102-ecea-440c-8792-93251034674e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:01,388 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:01,388 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89929ae4-a468-4d29-8cde-311d553f422e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89929ae4-a468-4d29-8cde-311d553f422e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:02,444 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:06:02,444 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1960dffe-4714-48ab-8e5e-f37e35f5e0e6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1960dffe-4714-48ab-8e5e-f37e35f5e0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:03,493 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:06:03,493 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-829894b9-aa43-4c8f-8a35-1e7a95fe4a76', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-829894b9-aa43-4c8f-8a35-1e7a95fe4a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:04,542 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:04,542 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80f2b21-5b8e-4874-9d0f-dd79ed993cbb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80f2b21-5b8e-4874-9d0f-dd79ed993cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:05,591 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:05,592 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beda55ed-c847-40a7-87a9-ef417230ff64', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beda55ed-c847-40a7-87a9-ef417230ff64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:06,642 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:06,642 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a4b9bc-7556-46c1-bf8a-d4d78717138b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a4b9bc-7556-46c1-bf8a-d4d78717138b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:07,693 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:07,694 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b12b221b-a188-4318-aa5c-67a767de79e9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b12b221b-a188-4318-aa5c-67a767de79e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:08,749 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:08,750 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95fc587b-dfaf-4c6d-b611-f389ec3a9972', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95fc587b-dfaf-4c6d-b611-f389ec3a9972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:09,797 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:06:09,798 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362f70d7-e4f7-48f0-83ac-247d0a8259c5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362f70d7-e4f7-48f0-83ac-247d0a8259c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:10,847 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:10,847 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae400da9-fc96-42a1-b389-5c4059af1b6e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae400da9-fc96-42a1-b389-5c4059af1b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:11,897 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:11,897 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9077b2bc-32dd-435d-9e92-2677773ef336', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9077b2bc-32dd-435d-9e92-2677773ef336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:12,951 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:12,952 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6c3f53-4e3b-456d-b6aa-2ed3b03595cb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6c3f53-4e3b-456d-b6aa-2ed3b03595cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:14,002 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:14,002 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed46dd39-9e2d-416f-b9a8-55fcd1261d0b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed46dd39-9e2d-416f-b9a8-55fcd1261d0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:15,053 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:15,054 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e9e7880-8838-4c18-b017-f21ee02a945b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e9e7880-8838-4c18-b017-f21ee02a945b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:16,109 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:06:16,109 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0547294c-a46a-4522-b50e-d844fd5d805a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0547294c-a46a-4522-b50e-d844fd5d805a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:17,160 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:17,161 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95977791-18e1-40fe-ada4-fb97c53759f5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95977791-18e1-40fe-ada4-fb97c53759f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:18,210 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:18,211 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e6686e1-8f48-440d-a792-e646baed0656', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e6686e1-8f48-440d-a792-e646baed0656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:19,264 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:06:19,264 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c109e600-e1b5-42d7-bc5f-4e1ca72275f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c109e600-e1b5-42d7-bc5f-4e1ca72275f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:20,312 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:06:20,313 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1a8234-9ef5-4323-8ee4-3cdbab9fa638', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1a8234-9ef5-4323-8ee4-3cdbab9fa638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:21,369 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.048s 2022-03-23 18:06:21,369 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c48ef0c-364b-4a21-96de-9f608a286b52', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c48ef0c-364b-4a21-96de-9f608a286b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:22,434 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.053s 2022-03-23 18:06:22,435 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7c94ad-c6d8-4446-9c5b-282a859ad114', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c7c94ad-c6d8-4446-9c5b-282a859ad114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:23,482 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.039s 2022-03-23 18:06:23,482 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d27d045a-7c0d-477f-ab38-136ee9f9bb6b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27d045a-7c0d-477f-ab38-136ee9f9bb6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:24,531 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:24,531 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd637ad-026c-41a6-babd-ca420332a289', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd637ad-026c-41a6-babd-ca420332a289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:25,581 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:25,581 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6289a35c-3536-4451-9228-70888ae3b104', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6289a35c-3536-4451-9228-70888ae3b104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:26,631 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:26,631 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc4515f-cf9d-47d2-90a1-5ba0dc30f33e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc4515f-cf9d-47d2-90a1-5ba0dc30f33e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:27,688 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.050s 2022-03-23 18:06:27,689 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4757b573-bdef-4a49-a26e-d4adc38fad6c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4757b573-bdef-4a49-a26e-d4adc38fad6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:28,740 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:28,741 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd77ed19-e1db-4c34-8a2e-f7b4c526188e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd77ed19-e1db-4c34-8a2e-f7b4c526188e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:29,796 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:06:29,796 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59bc19bb-bb73-45af-be66-37df3e142846', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59bc19bb-bb73-45af-be66-37df3e142846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:30,849 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:06:30,850 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4310e300-cab6-43b9-a639-1fd0227ea137', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4310e300-cab6-43b9-a639-1fd0227ea137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:31,899 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:31,900 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09020bc2-cbcb-41bd-9daa-2789c18d1d81', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09020bc2-cbcb-41bd-9daa-2789c18d1d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:32,950 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:32,951 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35e7910d-3e6d-4743-9c61-f7e3aaee80c0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35e7910d-3e6d-4743-9c61-f7e3aaee80c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:33,999 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:34,000 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a662d787-d6f1-4f98-9b62-f9d77f359750', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a662d787-d6f1-4f98-9b62-f9d77f359750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:35,055 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:06:35,056 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa210776-f6e8-4981-8fb6-07668d7a040b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa210776-f6e8-4981-8fb6-07668d7a040b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:36,113 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:06:36,114 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54656cbd-f892-4477-81e0-72d9649a9e59', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54656cbd-f892-4477-81e0-72d9649a9e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:37,166 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:06:37,166 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88374a39-4a10-4369-9777-fb3c24f30c9e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88374a39-4a10-4369-9777-fb3c24f30c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:38,216 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:38,217 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36cbb800-85cc-45c2-a39f-d4bf0abf97b4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36cbb800-85cc-45c2-a39f-d4bf0abf97b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:39,270 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:39,271 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32bb6c80-f4df-404e-933f-c7ec2e81c451', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32bb6c80-f4df-404e-933f-c7ec2e81c451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:40,320 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:40,321 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235aa89e-d63c-48dd-a542-4b575b82b5ce', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235aa89e-d63c-48dd-a542-4b575b82b5ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:41,371 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:41,372 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-151aeaa4-a852-47f1-a220-768312ee8c48', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-151aeaa4-a852-47f1-a220-768312ee8c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:42,423 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:42,424 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2cb45f4-e61b-4d9a-9bf0-c4ed915e1257', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2cb45f4-e61b-4d9a-9bf0-c4ed915e1257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:43,475 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.041s 2022-03-23 18:06:43,475 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d88e42-6602-4add-a516-abcae57f2290', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d88e42-6602-4add-a516-abcae57f2290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:44,530 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:06:44,531 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e967a223-5931-470b-8642-12881b88113f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e967a223-5931-470b-8642-12881b88113f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:45,583 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:45,583 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71dadeef-d143-45aa-96b0-e22bee9495c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71dadeef-d143-45aa-96b0-e22bee9495c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:46,632 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:06:46,633 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be573c1e-44fd-41a9-81da-b098b7cbaaea', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be573c1e-44fd-41a9-81da-b098b7cbaaea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:47,688 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:06:47,689 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef227fa9-283e-4b7b-af73-575a26d32785', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef227fa9-283e-4b7b-af73-575a26d32785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:48,743 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.046s 2022-03-23 18:06:48,744 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8aeba90-c01d-41bc-9ccd-07490763c249', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8aeba90-c01d-41bc-9ccd-07490763c249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:49,792 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:06:49,793 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5416234-a63a-45cf-9256-770de9541092', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5416234-a63a-45cf-9256-770de9541092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:50,843 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:06:50,844 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913afda6-0418-4c80-9e54-a492bbeb5ea9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913afda6-0418-4c80-9e54-a492bbeb5ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:51,892 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:06:51,892 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da662fac-d389-4b8a-9dc0-c6f5b8973800', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da662fac-d389-4b8a-9dc0-c6f5b8973800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:52,941 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.040s 2022-03-23 18:06:52,942 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b2ab11-6295-4728-9535-ba656dc341b1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b2ab11-6295-4728-9535-ba656dc341b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:54,006 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.057s 2022-03-23 18:06:54,007 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e9b138-ead2-4bca-9ba8-0c73e73fb7fa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e9b138-ead2-4bca-9ba8-0c73e73fb7fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:55,059 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.043s 2022-03-23 18:06:55,059 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22e5216-0718-4dcc-a400-a998ce283064', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22e5216-0718-4dcc-a400-a998ce283064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:56,113 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:06:56,114 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7227b09e-60b3-4c4a-bb41-3fba059779eb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7227b09e-60b3-4c4a-bb41-3fba059779eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:57,169 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:06:57,169 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee4e47f-c852-402d-8816-5ff5ba8053e5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee4e47f-c852-402d-8816-5ff5ba8053e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:58,223 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.044s 2022-03-23 18:06:58,224 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aa10391-d6ea-4441-b18e-f1049b9dd2b4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aa10391-d6ea-4441-b18e-f1049b9dd2b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:06:59,280 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.049s 2022-03-23 18:06:59,281 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a146bb92-a3d2-4d64-9ef2-e97b346980f9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a146bb92-a3d2-4d64-9ef2-e97b346980f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:07:00,337 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.047s 2022-03-23 18:07:00,337 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ea150f-ddc7-4e4d-afee-33796bd815f3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ea150f-ddc7-4e4d-afee-33796bd815f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:07:01,387 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.042s 2022-03-23 18:07:01,388 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122519da-e3f4-443e-a3c3-f9232df49db2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122519da-e3f4-443e-a3c3-f9232df49db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:07:02,442 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08 0.045s 2022-03-23 18:07:02,442 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-793450ae-ae82-4e2f-aae6-4b7c5c085c23', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-793450ae-ae82-4e2f-aae6-4b7c5c085c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08'} Body: b'{"volume": {"id": "0e87fd3d-e745-4e91-8fb6-b4754764be08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:51.000000", "updated_at": "2022-03-23T17:59:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2123149749", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/81cbeef3df3646be902884c3e8e86d20/volumes/0e87fd3d-e745-4e91-8fb6-b4754764be08"}], "user_id": "2fab48051ee04986a35ff58052fac1a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "81cbeef3df3646be902884c3e8e86d20"}}' 2022-03-23 18:07:02,576 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.126s 2022-03-23 18:07:02,576 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:02 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-7b547f60-d739-4c11-aa10-cba8a3e2d6da', 'x-compute-request-id': 'req-7b547f60-d739-4c11-aa10-cba8a3e2d6da', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'' 2022-03-23 18:07:02,950 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.373s 2022-03-23 18:07:02,950 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1680', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2616b63f-5f84-4659-ae44-31dbfc904256', 'x-compute-request-id': 'req-2616b63f-5f84-4659-ae44-31dbfc904256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T18:07:03Z", "addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:7b:63"}, {"version": 4, "addr": "172.27.2.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:7b:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": "2022-03-23T17:58:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--17688605"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 18:07:04,187 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.227s 2022-03-23 18:07:04,187 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1614', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60b7b90f-88a1-40c2-bd5b-a35d51608ab5', 'x-compute-request-id': 'req-60b7b90f-88a1-40c2-bd5b-a35d51608ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"server": {"id": "1db243f4-c036-4853-affc-ef960a731a2d", "name": "tempest-AttachVolumeNegativeTest-server-889921011", "status": "ACTIVE", "tenant_id": "81cbeef3df3646be902884c3e8e86d20", "user_id": "2fab48051ee04986a35ff58052fac1a1", "metadata": {}, "hostId": "a3a9480e195158aae8b0a867c2e2ba074e6a8fec0b952b050d8248e5", "image": {"id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:57:53Z", "updated": "2022-03-23T18:07:03Z", "addresses": {"tempest-AttachVolumeNegativeTest-1323889583-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:7b:63"}, {"version": 4, "addr": "172.27.2.193", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:7b:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/1db243f4-c036-4853-affc-ef960a731a2d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1025941011", "OS-SRV-USG:launched_at": "2022-03-23T17:58:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-03-23 18:07:05,268 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d 0.072s 2022-03-23 18:07:05,269 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:05 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-a05d9a70-21cd-41ee-9bcd-ae4e13b446c1', 'x-compute-request-id': 'req-a05d9a70-21cd-41ee-9bcd-ae4e13b446c1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/1db243f4-c036-4853-affc-ef960a731a2d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1db243f4-c036-4853-affc-ef960a731a2d could not be found."}}' 2022-03-23 18:07:05,300 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-1025941011 0.030s 2022-03-23 18:07:05,300 117767 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:05 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-7b349616-e166-4af1-9556-819317bca4c9', 'x-compute-request-id': 'req-7b349616-e166-4af1-9556-819317bca4c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs/tempest-keypair-1025941011'} Body: b'' 2022-03-23 18:07:05,476 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/security-groups/236c783f-4529-40b6-be7f-91d064b445eb 0.174s 2022-03-23 18:07:05,476 117767 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-ab8f3f58-4bc2-4968-b6d8-4666e45b8866', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 18:07:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/236c783f-4529-40b6-be7f-91d064b445eb'} Body: b'' 2022-03-23 18:07:05,494 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.222.0.41:9696/v2.0/security-groups/236c783f-4529-40b6-be7f-91d064b445eb 0.017s 2022-03-23 18:07:05,495 117767 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-30c67541-b1b9-4447-8866-0f73685167d8', 'date': 'Wed, 23 Mar 2022 18:07:05 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/236c783f-4529-40b6-be7f-91d064b445eb'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 236c783f-4529-40b6-be7f-91d064b445eb does not exist", "detail": ""}}' 2022-03-23 18:07:05,960 117767 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/floatingips/bf69360a-c272-45f0-8a11-ee9825e47ac7 0.464s 2022-03-23 18:07:05,960 117767 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-636434c9-be92-4f80-987f-f04f4d317a54', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 18:07:05 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/bf69360a-c272-45f0-8a11-ee9825e47ac7'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 105, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 97, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 531, 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 0e87fd3d-e745-4e91-8fb6-b4754764be08 failed to reach available status (current creating) within the required time (360 s). |
||||||
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: pythonlogging:'': {{{ 2022-03-23 18:01:06,362 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.222.0.41/volume/v3/502ea4fb4a814a988ccbcb43dac6f9c2/types 0.147s 2022-03-23 18:01:06,364 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-1755680308"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc777fb9-7d93-4275-bbdf-6eb2ff04bdf8', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc777fb9-7d93-4275-bbdf-6eb2ff04bdf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/502ea4fb4a814a988ccbcb43dac6f9c2/types'} Body: b'{"volume_type": {"id": "031cd691-8630-44b8-bdac-8ad8f0268584", "name": "tempest-GroupsV314Test-volume-type-1755680308", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-03-23 18:01:06,435 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.41/volume/v3/502ea4fb4a814a988ccbcb43dac6f9c2/group_types 0.068s 2022-03-23 18:01:06,435 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-398816940"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d415d60-51f1-4f5d-aa22-64ff2886390f', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d415d60-51f1-4f5d-aa22-64ff2886390f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/502ea4fb4a814a988ccbcb43dac6f9c2/group_types'} Body: b'{"group_type": {"id": "baf656ef-eac3-47dc-a695-51106e5038cd", "name": "tempest-GroupsV314Test-group-type-398816940", "description": null, "is_public": true, "group_specs": {}}}' 2022-03-23 18:01:06,643 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups 0.206s 2022-03-23 18:01:06,644 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "baf656ef-eac3-47dc-a695-51106e5038cd", "volume_types": ["031cd691-8630-44b8-bdac-8ad8f0268584"], "name": "tempest-GroupsV314Test-Group-1359171069"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0bdb3d6-e4ca-419c-9ca4-c459ab2e30ec', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0bdb3d6-e4ca-419c-9ca4-c459ab2e30ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups'} Body: b'{"group": {"id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "name": "tempest-GroupsV314Test-Group-1359171069"}}' 2022-03-23 18:01:06,680 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376 0.034s 2022-03-23 18:01:06,680 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865f1db0-e837-4291-b83a-3d02cebf2500', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865f1db0-e837-4291-b83a-3d02cebf2500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376'} Body: b'{"group": {"id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "status": "creating", "availability_zone": "nova", "created_at": "2022-03-23T18:01:07.000000", "name": "tempest-GroupsV314Test-Group-1359171069", "description": null, "group_type": "baf656ef-eac3-47dc-a695-51106e5038cd", "volume_types": ["031cd691-8630-44b8-bdac-8ad8f0268584"], "group_snapshot_id": null, "source_group_id": null}}' 2022-03-23 18:01:07,725 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376 0.039s 2022-03-23 18:01:07,725 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7edf9860-ba16-44d8-b2e8-bb18be49806e', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7edf9860-ba16-44d8-b2e8-bb18be49806e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376'} Body: b'{"group": {"id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "status": "available", "availability_zone": "nova", "created_at": "2022-03-23T18:01:07.000000", "name": "tempest-GroupsV314Test-Group-1359171069", "description": null, "group_type": "baf656ef-eac3-47dc-a695-51106e5038cd", "volume_types": ["031cd691-8630-44b8-bdac-8ad8f0268584"], "group_snapshot_id": null, "source_group_id": null}}' 2022-03-23 18:01:07,728 117760 INFO [tempest.common.waiters] group c1fb0385-c37d-4d3e-9adc-964f4e4f6376 reached available after waiting for 1.728499 seconds 2022-03-23 18:01:08,009 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes 0.281s 2022-03-23 18:01:08,010 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "031cd691-8630-44b8-bdac-8ad8f0268584", "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "size": 1, "name": "tempest-GroupsV314Test-Volume-868724578"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-031115f5-da0f-4d09-8a4e-e1c6326fc346', 'content-length': '899', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-031115f5-da0f-4d09-8a4e-e1c6326fc346', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:07.908701", "updated_at": null, "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376"}}' 2022-03-23 18:01:08,193 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.176s 2022-03-23 18:01:08,193 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11283f79-62db-4bf5-bb4a-b26da29b9b7e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11283f79-62db-4bf5-bb4a-b26da29b9b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:09,262 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:09,262 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a38478b-2d92-47f2-a18d-b19ef5d696d1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a38478b-2d92-47f2-a18d-b19ef5d696d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:10,333 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:10,334 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-206dcd96-381e-4215-8b02-70113b26b0ad', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-206dcd96-381e-4215-8b02-70113b26b0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:11,400 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:01:11,400 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6c3785-4744-4561-bc58-e7057443b228', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6c3785-4744-4561-bc58-e7057443b228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:12,469 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:12,469 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-723f0f6b-39d8-463d-a96f-6e5429b2e70f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-723f0f6b-39d8-463d-a96f-6e5429b2e70f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:13,549 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:01:13,549 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4bd7ee4-d955-4d39-9418-e2a0e381bdea', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4bd7ee4-d955-4d39-9418-e2a0e381bdea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:14,618 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:14,618 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8bcdbc-561b-4742-9885-8e1050c471de', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8bcdbc-561b-4742-9885-8e1050c471de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:15,687 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:15,688 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5518b6ed-8e77-413c-bbd1-806158a95f8e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5518b6ed-8e77-413c-bbd1-806158a95f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:16,758 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:01:16,759 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e2faf4-3c62-4a12-b348-cdb815fa4904', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e2faf4-3c62-4a12-b348-cdb815fa4904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:17,828 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:17,829 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1250e360-38b4-483a-9a02-0d5d2574040c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1250e360-38b4-483a-9a02-0d5d2574040c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:18,907 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:01:18,908 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c64fe13-0008-4670-b201-1d93f8404dac', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c64fe13-0008-4670-b201-1d93f8404dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:19,991 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:01:19,992 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5dabb31-09a0-490d-bf8f-c2bad43cdcfe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5dabb31-09a0-490d-bf8f-c2bad43cdcfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:21,064 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:01:21,064 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a34156-1ab3-41a4-b515-ff4be0918fb4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a34156-1ab3-41a4-b515-ff4be0918fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:22,144 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:01:22,144 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85e902c3-d669-459c-a3d3-78c663af22dd', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85e902c3-d669-459c-a3d3-78c663af22dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:23,213 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:01:23,214 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b7b72d-da54-4243-822f-92596132e5e7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b7b72d-da54-4243-822f-92596132e5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:24,285 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:01:24,286 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a79367c-059c-4d0a-a82c-430424885798', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a79367c-059c-4d0a-a82c-430424885798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:25,366 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:01:25,366 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b46fc265-074e-4861-8322-eb2f196555df', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b46fc265-074e-4861-8322-eb2f196555df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:26,441 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:01:26,441 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09231a11-058d-41de-95e8-e38bbe92e022', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09231a11-058d-41de-95e8-e38bbe92e022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:27,514 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:01:27,515 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b273a9-aaf2-48c2-a145-e128f3f1e867', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b273a9-aaf2-48c2-a145-e128f3f1e867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:28,596 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:01:28,597 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bee01b5-25ce-441c-ab76-15c336232750', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bee01b5-25ce-441c-ab76-15c336232750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:29,666 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:01:29,667 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a3a6f84-0d9a-4546-af4f-905bcc4657b3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a3a6f84-0d9a-4546-af4f-905bcc4657b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:30,742 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:01:30,742 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a26aa8-c8f7-41ea-85f3-334f70bb2dfb', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0a26aa8-c8f7-41ea-85f3-334f70bb2dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:31,811 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:31,811 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-499fcf8f-dcda-447c-a972-fe6dca421dc5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-499fcf8f-dcda-447c-a972-fe6dca421dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:32,881 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:01:32,881 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a36c6f-ae32-431c-b3ff-6eccd3f4580c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a36c6f-ae32-431c-b3ff-6eccd3f4580c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:33,951 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:33,952 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7df946de-74dd-4cf3-b9eb-ac5dd224b83a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7df946de-74dd-4cf3-b9eb-ac5dd224b83a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:35,024 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:01:35,024 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92af1ec-4904-41af-be7a-c8ab04c14edb', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92af1ec-4904-41af-be7a-c8ab04c14edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:36,094 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:01:36,095 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf7a253-7f91-4d81-83b4-7fbbf8af4cdf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf7a253-7f91-4d81-83b4-7fbbf8af4cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:37,186 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.083s 2022-03-23 18:01:37,186 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb41515d-a830-4bcf-a687-5cbdd12b9625', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb41515d-a830-4bcf-a687-5cbdd12b9625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:38,261 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:01:38,261 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb113f82-4240-4c4c-86c2-90e757266822', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb113f82-4240-4c4c-86c2-90e757266822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:39,341 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:01:39,341 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd74258-f437-4440-a675-aef7a0560b6c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd74258-f437-4440-a675-aef7a0560b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:40,414 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:40,414 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdda56de-a20f-4210-b900-016c79f12c50', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdda56de-a20f-4210-b900-016c79f12c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:41,485 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:01:41,485 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ce9dfa2-5392-4947-b8e7-bbea5a5ca1e3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ce9dfa2-5392-4947-b8e7-bbea5a5ca1e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:42,553 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:01:42,553 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a962d4ce-16c4-45fe-90f3-e514745a795b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a962d4ce-16c4-45fe-90f3-e514745a795b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:43,629 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:01:43,629 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adabbb42-ba2a-4a61-ae07-a0af38ee9610', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adabbb42-ba2a-4a61-ae07-a0af38ee9610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:44,711 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:01:44,711 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6058f2c-115c-4dda-a75a-f12646bd0e52', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6058f2c-115c-4dda-a75a-f12646bd0e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:45,783 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:01:45,784 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b71a1ce-41df-4a2e-91c6-d2103ee30e4b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b71a1ce-41df-4a2e-91c6-d2103ee30e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:46,852 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:01:46,852 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae5a040-9915-4e3b-b972-e32bcfda08fc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae5a040-9915-4e3b-b972-e32bcfda08fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:47,924 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:01:47,924 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e11e82-78f0-42af-acb5-2fd74086afb6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e11e82-78f0-42af-acb5-2fd74086afb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:48,996 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:01:48,997 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86bbb051-4f0e-4c2d-b1f3-e552ad41ff15', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86bbb051-4f0e-4c2d-b1f3-e552ad41ff15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:50,072 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:01:50,072 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e41b0b49-c1f2-4a1a-97e2-7b243b2a23cf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e41b0b49-c1f2-4a1a-97e2-7b243b2a23cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:51,141 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:51,142 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70531f1a-0d3d-4a68-867e-e226d56043cf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70531f1a-0d3d-4a68-867e-e226d56043cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:52,215 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:01:52,215 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-985dc826-6e08-4e5c-9163-45f6e26c0585', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-985dc826-6e08-4e5c-9163-45f6e26c0585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:53,288 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:01:53,288 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19193617-b507-4852-b71b-e4322ae67961', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19193617-b507-4852-b71b-e4322ae67961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:54,364 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:01:54,364 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dba1f2f-f3c7-4aef-8c9e-b9f6cd36e00c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dba1f2f-f3c7-4aef-8c9e-b9f6cd36e00c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:55,442 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:01:55,443 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d201b2a-637d-49c8-9b0d-454352a677e6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d201b2a-637d-49c8-9b0d-454352a677e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:56,516 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:01:56,516 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ba46f7b-33f2-4403-a50e-6e15ed7e0069', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ba46f7b-33f2-4403-a50e-6e15ed7e0069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:57,586 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:01:57,586 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acfd37bc-1f9e-4677-8623-412f3ec8231f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acfd37bc-1f9e-4677-8623-412f3ec8231f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:58,652 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:01:58,652 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b32c8fcc-4feb-4dc8-802f-02b5d864d02f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b32c8fcc-4feb-4dc8-802f-02b5d864d02f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:01:59,733 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:01:59,733 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6322ace2-ccf3-47a9-9fcb-33c577b3e8f4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6322ace2-ccf3-47a9-9fcb-33c577b3e8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:00,802 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:02:00,803 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c2f282-44bc-4090-b6a2-6ca6e61f1263', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c2f282-44bc-4090-b6a2-6ca6e61f1263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:01,872 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:02:01,872 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9948eacc-32e1-4f29-a70a-8aea53f814ab', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9948eacc-32e1-4f29-a70a-8aea53f814ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:02,947 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:02:02,947 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4d40a9f-69e1-4ce8-bba5-854316a7da10', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4d40a9f-69e1-4ce8-bba5-854316a7da10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:04,020 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:02:04,020 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ce3c25-b871-420b-b0d5-f5752ce0a2b8', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ce3c25-b871-420b-b0d5-f5752ce0a2b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:05,091 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:02:05,091 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8dff204-6aac-4b52-bd85-414f79c97070', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8dff204-6aac-4b52-bd85-414f79c97070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:06,164 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:02:06,164 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab144967-52b3-4821-8b50-b392b0485d3a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab144967-52b3-4821-8b50-b392b0485d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:07,241 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:02:07,242 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d369de-a51a-4fe4-9f59-44742e0cfbae', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d369de-a51a-4fe4-9f59-44742e0cfbae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:08,313 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:02:08,313 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e294d400-3d4b-4947-8288-2f3387da8fbc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e294d400-3d4b-4947-8288-2f3387da8fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:09,385 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:09,386 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ae68f0-a4e0-49c3-8155-72563cc50edc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ae68f0-a4e0-49c3-8155-72563cc50edc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:10,457 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:10,458 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c8b51c-e642-438c-9402-20bded03fec7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c8b51c-e642-438c-9402-20bded03fec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:11,553 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.084s 2022-03-23 18:02:11,553 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb248499-b642-4c7a-a676-9c3fc6c88a58', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb248499-b642-4c7a-a676-9c3fc6c88a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:12,633 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:02:12,633 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-658958a2-0b0b-4410-97d5-7be160e2c891', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-658958a2-0b0b-4410-97d5-7be160e2c891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:13,708 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:02:13,709 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7af5eaae-3b6e-4ec0-945c-0fb01e8026f2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7af5eaae-3b6e-4ec0-945c-0fb01e8026f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:14,782 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:02:14,783 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225d08c2-bf9d-4678-8127-771d0d27b94d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225d08c2-bf9d-4678-8127-771d0d27b94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:15,854 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:02:15,854 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9d63db-6a6b-40da-ad43-dafc4fc6df0c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9d63db-6a6b-40da-ad43-dafc4fc6df0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:16,935 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.074s 2022-03-23 18:02:16,935 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1546d2c0-c731-4f9e-b82c-adad765d61b4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1546d2c0-c731-4f9e-b82c-adad765d61b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:18,004 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:02:18,004 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3121be-fbbf-4b8a-a4a9-4e93f057c57f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d3121be-fbbf-4b8a-a4a9-4e93f057c57f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:19,070 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:02:19,070 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe5516c-9b78-4873-9837-7bf8282ab413', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe5516c-9b78-4873-9837-7bf8282ab413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:20,138 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:02:20,138 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1bd5966-54af-474b-933b-ab84f512b41c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1bd5966-54af-474b-933b-ab84f512b41c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:21,204 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:02:21,204 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-197517e4-4595-47f0-8b3b-54fbc8e6b312', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-197517e4-4595-47f0-8b3b-54fbc8e6b312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:22,272 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:02:22,272 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8d3624-25cf-483e-b352-53506b96b528', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8d3624-25cf-483e-b352-53506b96b528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:23,339 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:02:23,340 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db9b659-18c5-4c1a-bad1-67fe10edfb2c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db9b659-18c5-4c1a-bad1-67fe10edfb2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:24,407 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:02:24,407 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7686632f-c411-4a56-b7fb-13c8f46a076f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7686632f-c411-4a56-b7fb-13c8f46a076f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:25,475 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:02:25,475 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa07ff9d-ef20-4f07-896d-8c20253f3fd2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa07ff9d-ef20-4f07-896d-8c20253f3fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:26,555 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:02:26,555 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18acba1d-de47-43f0-9cb3-32298540b84d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18acba1d-de47-43f0-9cb3-32298540b84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:27,623 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:02:27,623 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e2b3e7-0c0d-4593-bf5f-eb636006f0a6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e2b3e7-0c0d-4593-bf5f-eb636006f0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:28,697 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:02:28,698 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da076f9-698c-43a0-97d6-edb855aff447', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da076f9-698c-43a0-97d6-edb855aff447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:29,767 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:02:29,767 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0d3c1b-3fcc-4464-991b-33d768695e54', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0d3c1b-3fcc-4464-991b-33d768695e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:30,836 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:02:30,836 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf747b2-a5f7-40f5-9037-8b7d968381e6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf747b2-a5f7-40f5-9037-8b7d968381e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:31,902 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:02:31,903 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4dcddcb-445d-4fdb-b225-99b4006a0a30', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4dcddcb-445d-4fdb-b225-99b4006a0a30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:32,975 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:32,975 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45ae329-d6e2-4f84-9549-4ebb6a491990', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45ae329-d6e2-4f84-9549-4ebb6a491990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:34,046 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:02:34,046 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4fa1392-2c71-4444-b7a4-4b351ef2b651', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4fa1392-2c71-4444-b7a4-4b351ef2b651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:35,119 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:35,120 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad596ea2-694e-4624-8ff7-4025137485ef', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad596ea2-694e-4624-8ff7-4025137485ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:36,192 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:36,192 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6b1d936-6c15-4b7c-aa03-f83f81d8610c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6b1d936-6c15-4b7c-aa03-f83f81d8610c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:37,268 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:02:37,268 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f44e61-efa8-48db-8e55-9f22630dc039', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f44e61-efa8-48db-8e55-9f22630dc039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:38,341 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:02:38,342 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f9e6a3-47ab-4148-9c63-9960fda65604', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f9e6a3-47ab-4148-9c63-9960fda65604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:39,418 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:02:39,418 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1164c2c-8f67-4ac6-89f2-5d1d5846d57b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1164c2c-8f67-4ac6-89f2-5d1d5846d57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:40,502 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.076s 2022-03-23 18:02:40,502 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a533d6b3-394a-453a-9fe0-723208d92efe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a533d6b3-394a-453a-9fe0-723208d92efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:41,574 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:41,574 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d7a091-ef16-45c3-ae9d-00ed23e0e97d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d7a091-ef16-45c3-ae9d-00ed23e0e97d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:42,648 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:02:42,648 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6321ea23-f41a-476b-a0c5-fe2c54b914ff', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6321ea23-f41a-476b-a0c5-fe2c54b914ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:43,718 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:02:43,719 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-877fd909-ad61-4766-80a3-53bc0bd37407', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-877fd909-ad61-4766-80a3-53bc0bd37407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:44,795 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:02:44,795 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da3ca054-6f5d-401b-a840-49810c2c919f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da3ca054-6f5d-401b-a840-49810c2c919f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:45,866 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:02:45,867 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afc1119b-bee3-4fe2-9990-0919ac867a4a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afc1119b-bee3-4fe2-9990-0919ac867a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:46,939 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:46,939 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1216ce8f-ecc6-47fd-8ecb-ed808d42d5f1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1216ce8f-ecc6-47fd-8ecb-ed808d42d5f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:48,020 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:02:48,020 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9a3ed9a-e73a-4e58-8210-77cf32ac263d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9a3ed9a-e73a-4e58-8210-77cf32ac263d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:49,096 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:02:49,096 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c258e9c0-72c0-4b97-b293-409d6bcbb89f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c258e9c0-72c0-4b97-b293-409d6bcbb89f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:50,168 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:02:50,168 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea29419-343e-4e75-9f40-1d67f7f4f928', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea29419-343e-4e75-9f40-1d67f7f4f928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:51,259 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.083s 2022-03-23 18:02:51,259 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f256474-9549-4cb2-8991-74f998bcfeb2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f256474-9549-4cb2-8991-74f998bcfeb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:52,327 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:02:52,328 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455848f1-41ea-49b1-91a2-b473c2f0c230', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455848f1-41ea-49b1-91a2-b473c2f0c230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:53,401 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:02:53,401 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15c0015-dca8-4e3d-8045-5693642d6571', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15c0015-dca8-4e3d-8045-5693642d6571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:54,471 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:02:54,472 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b227fc3d-d6ca-488c-a152-ed3d741c4bba', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b227fc3d-d6ca-488c-a152-ed3d741c4bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:55,544 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:02:55,544 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff0445f-3c83-4716-b9eb-07bdb0a5f858', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff0445f-3c83-4716-b9eb-07bdb0a5f858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:56,620 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:02:56,620 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49c66738-1a03-4f39-a67b-a31033bd1203', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49c66738-1a03-4f39-a67b-a31033bd1203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:57,698 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:02:57,699 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a888a1cf-7c48-4597-b40e-975509f1aab4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a888a1cf-7c48-4597-b40e-975509f1aab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:58,769 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:02:58,769 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e77fd5a-b485-4852-af03-9de350f7df76', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e77fd5a-b485-4852-af03-9de350f7df76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:02:59,854 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:02:59,854 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-271acbc7-db8d-40b9-b3d2-682b32e9d228', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-271acbc7-db8d-40b9-b3d2-682b32e9d228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:00,938 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.074s 2022-03-23 18:03:00,938 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8428e2a-6a33-481e-bc14-99e6a080801a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8428e2a-6a33-481e-bc14-99e6a080801a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:02,004 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:03:02,005 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee82b30-17e9-43f1-b64d-0b46fd1aa532', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee82b30-17e9-43f1-b64d-0b46fd1aa532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:03,072 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:03:03,072 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e60cc8-d398-490a-89ae-7d987f6d8eb3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e60cc8-d398-490a-89ae-7d987f6d8eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:04,140 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:04,141 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b365f01-e03d-4fba-a170-01c2828abcc0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b365f01-e03d-4fba-a170-01c2828abcc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:05,219 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:03:05,220 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5049c29a-38d4-4e70-9c87-888e746991df', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5049c29a-38d4-4e70-9c87-888e746991df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:06,301 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:03:06,302 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646eb105-3be4-4afb-86da-e28a29f7352a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646eb105-3be4-4afb-86da-e28a29f7352a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:07,378 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:03:07,378 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de3ce82-cc1e-44d6-934c-0c9e5c29aa98', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de3ce82-cc1e-44d6-934c-0c9e5c29aa98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:08,483 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.097s 2022-03-23 18:03:08,484 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458b14f6-3c77-4ff9-9d56-178c7802bff6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458b14f6-3c77-4ff9-9d56-178c7802bff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:09,559 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:09,559 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d24289c-4b35-4339-beaf-60d347be1700', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d24289c-4b35-4339-beaf-60d347be1700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:10,638 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:03:10,638 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b6f3387-345c-4841-923c-6ce8d6b2215d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b6f3387-345c-4841-923c-6ce8d6b2215d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:11,707 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:11,707 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45616f67-4b10-4b01-86bf-cb0057409ce3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45616f67-4b10-4b01-86bf-cb0057409ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:12,789 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:03:12,790 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d6b123a-580e-473f-a979-ce9b0dccfaa0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d6b123a-580e-473f-a979-ce9b0dccfaa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:13,856 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:03:13,857 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31194b6e-d606-4774-aee1-0775569b802d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31194b6e-d606-4774-aee1-0775569b802d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:14,927 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:03:14,927 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67bcc9ad-2a6d-4e6f-9ecf-651b9e930a08', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67bcc9ad-2a6d-4e6f-9ecf-651b9e930a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:16,004 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:03:16,004 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03dea6ad-9e8d-4872-b2ff-3c86affb8cc1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03dea6ad-9e8d-4872-b2ff-3c86affb8cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:17,085 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:03:17,086 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6e3b6b-a80b-465f-9b94-fbb4a1b85a7d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6e3b6b-a80b-465f-9b94-fbb4a1b85a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:18,155 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:03:18,156 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-533514f3-83a4-46b4-93fb-070d5a4bf8ae', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533514f3-83a4-46b4-93fb-070d5a4bf8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:19,231 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:03:19,231 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1790e3c-6f6c-46ab-9156-551010d367c1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1790e3c-6f6c-46ab-9156-551010d367c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:20,312 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:03:20,312 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44685fc-a0a6-4c1b-8bfa-bf1635bf1453', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44685fc-a0a6-4c1b-8bfa-bf1635bf1453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:21,392 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:03:21,392 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca402c5-3ac8-4c42-b8dd-75e5ba7f8579', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca402c5-3ac8-4c42-b8dd-75e5ba7f8579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:22,465 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:03:22,466 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74113d0f-a735-4422-a980-c9553724b30a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74113d0f-a735-4422-a980-c9553724b30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:23,536 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:03:23,536 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e42ab574-ebef-43f9-86ef-f1760b633be4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e42ab574-ebef-43f9-86ef-f1760b633be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:24,618 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:03:24,619 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bda4ecb-1875-4abd-a729-1edab22e60aa', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bda4ecb-1875-4abd-a729-1edab22e60aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:25,689 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:25,690 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4832f4-8c86-4e02-8357-18b133b4485e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4832f4-8c86-4e02-8357-18b133b4485e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:26,765 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:03:26,765 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd98bd6-6552-4b00-9c8b-5c0adf0548d8', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd98bd6-6552-4b00-9c8b-5c0adf0548d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:27,839 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:03:27,839 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44d2272-eb43-42c3-8afc-185bb50c6e6d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44d2272-eb43-42c3-8afc-185bb50c6e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:28,909 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:03:28,909 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8ab9abd-e52e-4d13-be21-56cb62e35f0a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8ab9abd-e52e-4d13-be21-56cb62e35f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:29,979 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:03:29,979 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36d8969-8100-468c-9cbf-016bc1738580', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36d8969-8100-468c-9cbf-016bc1738580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:31,048 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:03:31,048 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64511272-8369-43ba-9452-57bda4f9a2f1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64511272-8369-43ba-9452-57bda4f9a2f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:32,117 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:32,117 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f431dcd-7093-499d-9e82-9a6b33bc1363', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f431dcd-7093-499d-9e82-9a6b33bc1363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:33,187 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:03:33,187 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d5e0b59-d610-49cb-b696-f214f1bf21e1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d5e0b59-d610-49cb-b696-f214f1bf21e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:34,261 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:03:34,261 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83583381-481b-413d-bb57-fa939d0b2b39', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83583381-481b-413d-bb57-fa939d0b2b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:35,342 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:03:35,342 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21b990c-a2c2-4164-b636-ef068b5eb568', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21b990c-a2c2-4164-b636-ef068b5eb568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:36,447 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.097s 2022-03-23 18:03:36,448 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81b2b54a-fdd3-455c-affc-69f004691a4e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81b2b54a-fdd3-455c-affc-69f004691a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:37,528 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:03:37,528 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35838bb8-7573-4420-9279-890f01f31ffd', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35838bb8-7573-4420-9279-890f01f31ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:38,609 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:03:38,609 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd71c98-46ec-483b-aeb5-f83ff2a2d49f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd71c98-46ec-483b-aeb5-f83ff2a2d49f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:39,696 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.079s 2022-03-23 18:03:39,696 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22ace60-7029-4f37-9a9e-975910084fd1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22ace60-7029-4f37-9a9e-975910084fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:40,783 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:03:40,783 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7024df-bcab-4f8b-9832-c5c9287f1cb1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7024df-bcab-4f8b-9832-c5c9287f1cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:41,894 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.102s 2022-03-23 18:03:41,894 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e88b4740-a144-4679-961d-c680f7f45f9e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e88b4740-a144-4679-961d-c680f7f45f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:42,971 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:03:42,971 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2419f769-8ac3-4cbb-86a0-24258a5a7a8d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2419f769-8ac3-4cbb-86a0-24258a5a7a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:44,042 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:03:44,043 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a9baca0-62b4-4dfc-acdb-1d4381233f72', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a9baca0-62b4-4dfc-acdb-1d4381233f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:45,109 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:03:45,109 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b820c88c-ebcd-4f66-9d68-fb51fb9ee0b3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b820c88c-ebcd-4f66-9d68-fb51fb9ee0b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:46,177 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:03:46,178 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e370735-1cb4-4d28-8d32-5fc45290dc78', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e370735-1cb4-4d28-8d32-5fc45290dc78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:47,245 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:47,246 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c630ea9-6589-441c-8849-8cccf45319ec', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c630ea9-6589-441c-8849-8cccf45319ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:48,314 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:48,314 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d965d9c6-6c90-475b-9852-a3def2c29720', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d965d9c6-6c90-475b-9852-a3def2c29720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:49,389 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:03:49,389 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a982a0c1-49f8-4fb7-a539-7fde179ec8ba', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a982a0c1-49f8-4fb7-a539-7fde179ec8ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:50,465 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:03:50,465 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e1c4977-e87d-4758-aace-b15f5be33330', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e1c4977-e87d-4758-aace-b15f5be33330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:51,550 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:03:51,550 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e509a72b-5057-4292-820e-963b408b70c8', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e509a72b-5057-4292-820e-963b408b70c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:52,643 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.085s 2022-03-23 18:03:52,643 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17089f7b-d65e-4d53-a6cc-1d8640281f5e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17089f7b-d65e-4d53-a6cc-1d8640281f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:53,715 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:03:53,716 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32281a7-5858-40d1-bbe5-146e32c57f42', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32281a7-5858-40d1-bbe5-146e32c57f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:54,782 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:03:54,782 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-facb6a86-234e-4e04-aa4f-043f1ff6db5d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-facb6a86-234e-4e04-aa4f-043f1ff6db5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:55,857 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:03:55,857 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4882eb-d45f-4ca8-bcbf-a0a8d48f0d5d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4882eb-d45f-4ca8-bcbf-a0a8d48f0d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:56,924 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:03:56,924 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ccf8dd7-bcfe-4900-adea-ae5a00130024', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ccf8dd7-bcfe-4900-adea-ae5a00130024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:57,998 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:03:57,998 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d348a8-72f8-4aca-bd6d-53fd40327149', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d348a8-72f8-4aca-bd6d-53fd40327149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:03:59,065 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:03:59,065 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80611b54-fc56-4381-9e1a-b5317052d940', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80611b54-fc56-4381-9e1a-b5317052d940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:00,141 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:00,141 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9afb78-d897-461e-a7cb-dd2ffa518670', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9afb78-d897-461e-a7cb-dd2ffa518670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:01,215 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:04:01,215 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4cfc52b-2c27-426d-b7b9-99e5aaae9cd2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4cfc52b-2c27-426d-b7b9-99e5aaae9cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:02,292 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:04:02,293 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61aa7370-7699-47d8-9a4b-75c55d48d0e6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61aa7370-7699-47d8-9a4b-75c55d48d0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:03,361 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:04:03,362 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31db0b54-56c3-49f7-8099-840b366c3aeb', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31db0b54-56c3-49f7-8099-840b366c3aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:04,448 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.078s 2022-03-23 18:04:04,448 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d255398e-3f4c-4e95-a1be-116fc31e9d0f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d255398e-3f4c-4e95-a1be-116fc31e9d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:05,520 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:04:05,521 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20b9dcea-e947-4a73-8660-5e93bac2db5b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20b9dcea-e947-4a73-8660-5e93bac2db5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:06,593 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:06,594 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d70bee28-90b8-4c73-840b-e33cea675a19', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d70bee28-90b8-4c73-840b-e33cea675a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:07,673 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:04:07,673 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94de2308-30c5-4107-b549-59e49b6b442c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94de2308-30c5-4107-b549-59e49b6b442c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:08,754 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:04:08,755 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc8b8f4-c9b6-4d27-bd5e-c729c890974e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc8b8f4-c9b6-4d27-bd5e-c729c890974e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:09,843 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.080s 2022-03-23 18:04:09,843 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ef95cf-a4d6-4b03-a8fb-373037eaeca1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ef95cf-a4d6-4b03-a8fb-373037eaeca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:10,919 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:04:10,919 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb68503-20e0-415f-9377-275ba7e233fc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb68503-20e0-415f-9377-275ba7e233fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:12,002 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.074s 2022-03-23 18:04:12,003 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7281053-22b9-42d8-964e-8894c788d4b2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7281053-22b9-42d8-964e-8894c788d4b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:13,076 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:04:13,077 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81644cbd-175d-43aa-bf02-0a9e2213a710', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81644cbd-175d-43aa-bf02-0a9e2213a710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:14,150 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:04:14,150 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae95a5de-5d10-4a76-b4d9-d0ec5abc32d4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae95a5de-5d10-4a76-b4d9-d0ec5abc32d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:15,227 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:04:15,228 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21b943c-6098-4fad-a4b6-9938a1e5733f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21b943c-6098-4fad-a4b6-9938a1e5733f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:16,306 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:04:16,307 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d012bc-b246-4c3b-9096-71b215c09386', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d012bc-b246-4c3b-9096-71b215c09386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:17,377 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:04:17,378 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a23144-17b1-4057-86d5-4de275d59273', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a23144-17b1-4057-86d5-4de275d59273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:18,461 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.076s 2022-03-23 18:04:18,462 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d893d77-0469-4621-8f83-2cfde51170fc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d893d77-0469-4621-8f83-2cfde51170fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:19,540 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:04:19,540 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00ab1472-cbae-4755-9d0e-55b53210a064', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ab1472-cbae-4755-9d0e-55b53210a064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:20,612 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:04:20,613 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d749bf4-c79f-4d82-aa97-d20834d040cf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d749bf4-c79f-4d82-aa97-d20834d040cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:21,688 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:04:21,689 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ac11d3-417f-47fe-9a44-6b8e6a030de9', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ac11d3-417f-47fe-9a44-6b8e6a030de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:22,762 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:22,762 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e56a5cad-4034-43ae-9ca3-cccccebd7278', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e56a5cad-4034-43ae-9ca3-cccccebd7278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:23,857 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.085s 2022-03-23 18:04:23,857 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1702a0-c727-4dc6-b5f4-46051587467d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1702a0-c727-4dc6-b5f4-46051587467d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:24,944 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.076s 2022-03-23 18:04:24,945 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-531db3c9-4a8b-48f0-aeb9-05e25e9a6560', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-531db3c9-4a8b-48f0-aeb9-05e25e9a6560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:26,025 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:04:26,026 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c564258b-f826-4b26-af8f-3afa42e84eed', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c564258b-f826-4b26-af8f-3afa42e84eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:27,099 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:27,100 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32897a5a-dc87-4205-8489-80b8bc92e147', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32897a5a-dc87-4205-8489-80b8bc92e147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:28,172 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:04:28,172 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f04060d5-dc78-4e6d-8218-df88aa618cfb', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04060d5-dc78-4e6d-8218-df88aa618cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:29,248 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:04:29,249 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516cb330-1f43-4895-a792-f77bc1beb478', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516cb330-1f43-4895-a792-f77bc1beb478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:30,317 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:04:30,317 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab9f819-e208-414a-a876-e1888eb27fe8', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab9f819-e208-414a-a876-e1888eb27fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:31,387 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:04:31,388 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4556aff-f868-4d0a-8aea-0ea4a868bbc6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4556aff-f868-4d0a-8aea-0ea4a868bbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:32,462 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:04:32,463 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eb99a08-46f5-4f9b-80bc-1fc97be04b56', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eb99a08-46f5-4f9b-80bc-1fc97be04b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:33,545 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.074s 2022-03-23 18:04:33,545 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e20c5897-5ccc-44d7-b9ed-b31310e6d0ce', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e20c5897-5ccc-44d7-b9ed-b31310e6d0ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:34,626 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:04:34,627 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd694a7-5579-4296-a404-5e3e65190fc6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd694a7-5579-4296-a404-5e3e65190fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:35,701 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:04:35,701 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef79a05-f92d-4db5-958b-b19ad67b5d55', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef79a05-f92d-4db5-958b-b19ad67b5d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:36,772 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:04:36,772 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92dd075c-ffda-4d62-8566-be2911c74a45', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92dd075c-ffda-4d62-8566-be2911c74a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:37,852 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:04:37,852 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7a8ff42-0a85-4a6e-b207-842e72e281d0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7a8ff42-0a85-4a6e-b207-842e72e281d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:38,938 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.077s 2022-03-23 18:04:38,938 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31e605cb-3777-4ae7-a92c-af6db1bf2056', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31e605cb-3777-4ae7-a92c-af6db1bf2056', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:40,023 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:04:40,024 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa8754ba-2703-42b7-902e-a57749dc3457', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa8754ba-2703-42b7-902e-a57749dc3457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:41,090 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:04:41,090 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba938fe-f8e1-40c5-8f92-33518e674a47', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba938fe-f8e1-40c5-8f92-33518e674a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:42,180 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.081s 2022-03-23 18:04:42,180 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31e939a7-957d-4f27-9fa5-cc40a2275f85', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31e939a7-957d-4f27-9fa5-cc40a2275f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:43,247 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:04:43,248 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88fb1a2a-6623-425e-a2f2-bdf038ffff3c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88fb1a2a-6623-425e-a2f2-bdf038ffff3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:44,318 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:04:44,318 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b6d942-bfa7-44dc-a89f-818ed75e4638', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b6d942-bfa7-44dc-a89f-818ed75e4638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:45,388 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:04:45,388 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-553e4823-69a8-45d4-8222-e7ebb7bcad60', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-553e4823-69a8-45d4-8222-e7ebb7bcad60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:46,461 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:46,462 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2639ac28-32c4-4020-b57c-b9106603e95b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2639ac28-32c4-4020-b57c-b9106603e95b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:47,530 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:04:47,530 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8446b324-5ce6-40f0-af40-0e281fb77502', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8446b324-5ce6-40f0-af40-0e281fb77502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:48,604 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:04:48,604 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-012e4b10-244f-4527-ad4d-ce328fb8a2a7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-012e4b10-244f-4527-ad4d-ce328fb8a2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:49,681 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:04:49,682 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de1d031a-1baa-4144-82eb-c5c0225ff7d4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de1d031a-1baa-4144-82eb-c5c0225ff7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:50,754 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:50,755 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6471c69-0f88-435a-bc51-07f6f4fcbdab', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6471c69-0f88-435a-bc51-07f6f4fcbdab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:51,828 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:51,828 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4262a1a4-d5e3-4760-b9e2-d558b2f4367a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4262a1a4-d5e3-4760-b9e2-d558b2f4367a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:52,901 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:04:52,901 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a65caf-8be6-4774-ba3f-e57e36dfde1d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a65caf-8be6-4774-ba3f-e57e36dfde1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:53,973 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:04:53,973 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3016cc24-186a-442d-975c-1a47e18c61c3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3016cc24-186a-442d-975c-1a47e18c61c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:55,054 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:04:55,054 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab102d9f-627a-4199-b4e6-97c4ffc3ecf2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab102d9f-627a-4199-b4e6-97c4ffc3ecf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:56,131 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:04:56,131 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c97757-c542-4ab0-83f3-80bc5ead19da', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c97757-c542-4ab0-83f3-80bc5ead19da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:57,199 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:04:57,199 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac8f82c7-a709-4df1-94c5-8bbcfce6ffbe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac8f82c7-a709-4df1-94c5-8bbcfce6ffbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:58,273 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:04:58,274 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2135154-e1c2-459b-9fae-1579c91022bc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2135154-e1c2-459b-9fae-1579c91022bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:04:59,347 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:04:59,347 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad861ca-b646-45da-aa47-ac259ed6de40', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad861ca-b646-45da-aa47-ac259ed6de40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:00,421 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:05:00,422 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba282c4-53a6-4d7b-9586-838e67e158d5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba282c4-53a6-4d7b-9586-838e67e158d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:01,490 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:05:01,491 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b49afe-341f-4d8f-b94b-9b5b1184c5ef', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b49afe-341f-4d8f-b94b-9b5b1184c5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:02,565 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:05:02,566 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5efff4e-9d41-4a65-b694-cb661f0a1857', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5efff4e-9d41-4a65-b694-cb661f0a1857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:03,634 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:05:03,635 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e40813f-9577-4370-a72f-cca1db1babb4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e40813f-9577-4370-a72f-cca1db1babb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:04,714 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:05:04,715 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77aa2c48-564a-455a-ad8f-593e41a17d6f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77aa2c48-564a-455a-ad8f-593e41a17d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:05,787 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:05:05,787 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b20e5c-c6c5-42d6-99bb-c8341b21e26f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b20e5c-c6c5-42d6-99bb-c8341b21e26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:06,863 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:05:06,863 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64709f73-9d70-47ac-90e1-66896acf34a1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64709f73-9d70-47ac-90e1-66896acf34a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:07,933 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.057s 2022-03-23 18:05:07,933 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3848c98-9f2f-40de-81ff-5cbebfbc7377', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3848c98-9f2f-40de-81ff-5cbebfbc7377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:09,003 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:05:09,004 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e10ee15-aa69-4dab-af10-ff6a5cdb6874', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e10ee15-aa69-4dab-af10-ff6a5cdb6874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:10,093 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.081s 2022-03-23 18:05:10,093 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8177ced0-2787-4782-93e0-918bc05ab2b5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8177ced0-2787-4782-93e0-918bc05ab2b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:11,184 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.082s 2022-03-23 18:05:11,184 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ba4dbb7-cef8-42a3-b71f-478c52571abe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ba4dbb7-cef8-42a3-b71f-478c52571abe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:12,253 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:05:12,253 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1f2e8f-65d5-4b01-964f-813b59fc89e9', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1f2e8f-65d5-4b01-964f-813b59fc89e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:13,326 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:05:13,326 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d07148be-7044-4fb7-82e9-7ae172eab440', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d07148be-7044-4fb7-82e9-7ae172eab440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:14,414 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.077s 2022-03-23 18:05:14,414 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a353118d-0995-4c34-a34c-6a3bb07e34ce', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a353118d-0995-4c34-a34c-6a3bb07e34ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:15,487 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:05:15,488 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-329b1935-5d37-4141-b63b-728e0718b5d0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-329b1935-5d37-4141-b63b-728e0718b5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:16,564 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:05:16,564 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a6ec8b3-508e-43ce-bf72-fe090cb7982e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a6ec8b3-508e-43ce-bf72-fe090cb7982e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:17,652 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.080s 2022-03-23 18:05:17,652 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25f7b129-9b13-4f10-8e3b-8c44155fb817', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25f7b129-9b13-4f10-8e3b-8c44155fb817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:18,726 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:05:18,726 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae16a52e-b3a1-4221-bd01-3c3eb2034ae6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae16a52e-b3a1-4221-bd01-3c3eb2034ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:19,798 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:05:19,799 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ace0c4-3113-4214-961f-ebe6d147de29', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ace0c4-3113-4214-961f-ebe6d147de29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:20,875 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:05:20,876 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab61d39f-25ff-43ef-9cff-fca39047b379', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab61d39f-25ff-43ef-9cff-fca39047b379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:21,953 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:05:21,954 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63615c39-3b7f-4084-9250-11a43b6c2154', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63615c39-3b7f-4084-9250-11a43b6c2154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:23,026 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:05:23,027 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c9c4e3d-6d12-4a3a-9820-e9972be3079f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c9c4e3d-6d12-4a3a-9820-e9972be3079f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:24,105 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:05:24,105 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b108842-9e76-4c2c-a62c-d39cd8e7f55e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b108842-9e76-4c2c-a62c-d39cd8e7f55e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:25,184 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:05:25,185 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2127ae77-a271-43bf-a921-8037d4773072', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2127ae77-a271-43bf-a921-8037d4773072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:26,260 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:05:26,261 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-badef178-25d0-4e59-a1cd-e809b042861a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-badef178-25d0-4e59-a1cd-e809b042861a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:27,338 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:05:27,338 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1658790-1561-44a2-aed5-c896f0691014', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1658790-1561-44a2-aed5-c896f0691014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:28,422 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.076s 2022-03-23 18:05:28,423 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-421f8b2f-af8b-4c2d-aede-4cd3e9c387db', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-421f8b2f-af8b-4c2d-aede-4cd3e9c387db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:29,497 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:05:29,498 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15665f3-c0e2-46e3-be8b-6a24d5554e62', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15665f3-c0e2-46e3-be8b-6a24d5554e62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:30,578 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:05:30,579 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dd153dd-c875-4998-b7c0-42ee3362c180', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dd153dd-c875-4998-b7c0-42ee3362c180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:31,659 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:05:31,660 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5ac4a8-63a5-47b1-af4a-6011eaa14c27', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5ac4a8-63a5-47b1-af4a-6011eaa14c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:32,743 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:05:32,743 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cd031ab-c928-4a89-beac-a72954f07791', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cd031ab-c928-4a89-beac-a72954f07791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:33,816 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:05:33,816 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53a8c766-024f-4599-9c7e-b767f3d393f7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53a8c766-024f-4599-9c7e-b767f3d393f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:34,897 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:05:34,897 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f60f8ed-d57f-42e8-b297-92baa772b52a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f60f8ed-d57f-42e8-b297-92baa772b52a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:35,999 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.094s 2022-03-23 18:05:35,999 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-025fbb4d-6cfe-4183-8c97-3bbe0d14e2e9', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-025fbb4d-6cfe-4183-8c97-3bbe0d14e2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:37,088 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:05:37,088 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9337fe3f-ed09-4c5c-820a-d13c93a4a475', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9337fe3f-ed09-4c5c-820a-d13c93a4a475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:38,169 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:05:38,170 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f556099-1d38-4e38-a165-466d0f01c151', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f556099-1d38-4e38-a165-466d0f01c151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:39,264 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.086s 2022-03-23 18:05:39,264 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79cd395b-e917-48de-a57f-fb8c28ff007e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79cd395b-e917-48de-a57f-fb8c28ff007e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:40,352 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.079s 2022-03-23 18:05:40,352 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dc58aae-e008-42ec-a668-5549018ba65b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dc58aae-e008-42ec-a668-5549018ba65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:41,432 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:05:41,432 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ea21816-8a76-4472-a7ed-c510cab9b4bf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ea21816-8a76-4472-a7ed-c510cab9b4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:42,515 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.075s 2022-03-23 18:05:42,516 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22632806-cd71-4c58-a73e-cbfb54bec5e3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22632806-cd71-4c58-a73e-cbfb54bec5e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:43,596 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:05:43,596 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5184a4-5537-4783-ae24-707ffa451dfb', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5184a4-5537-4783-ae24-707ffa451dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:44,669 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:05:44,669 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd1f93ad-f263-4d43-a17f-d19b663a7a60', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd1f93ad-f263-4d43-a17f-d19b663a7a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:45,740 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:05:45,740 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fb06b2f-b45c-454e-bf81-087436868d2e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fb06b2f-b45c-454e-bf81-087436868d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:46,810 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:05:46,811 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8868eabb-d99a-48a9-aad0-3e6769c4314d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8868eabb-d99a-48a9-aad0-3e6769c4314d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:47,888 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:05:47,888 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de50bf78-fe60-4677-b823-f901a18423a0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de50bf78-fe60-4677-b823-f901a18423a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:48,958 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:05:48,959 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8ade42-cd2d-4693-bc33-82a336a2625b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8ade42-cd2d-4693-bc33-82a336a2625b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:50,028 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:05:50,029 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf15e3e-bfdd-4f91-bd6b-caf043b8a023', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf15e3e-bfdd-4f91-bd6b-caf043b8a023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:51,112 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:05:51,112 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d438a7-6ec9-4ec9-b6e5-6961732d9960', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d438a7-6ec9-4ec9-b6e5-6961732d9960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:52,207 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.086s 2022-03-23 18:05:52,207 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadb3bc9-bc9d-4d2e-8ecb-3ded23b99cc2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadb3bc9-bc9d-4d2e-8ecb-3ded23b99cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:53,302 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.085s 2022-03-23 18:05:53,302 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f838fad5-d6ef-4420-bfb0-1f60ae0aee45', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f838fad5-d6ef-4420-bfb0-1f60ae0aee45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:54,379 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:05:54,380 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e548def-b8e8-473a-9ee0-c98b7f3b46f2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e548def-b8e8-473a-9ee0-c98b7f3b46f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:55,455 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:05:55,455 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2b3f6d-b942-4e81-a0fc-e79e16beeccb', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2b3f6d-b942-4e81-a0fc-e79e16beeccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:56,530 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:05:56,531 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2639451-29c1-423e-81b0-fc53c4e5d86e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2639451-29c1-423e-81b0-fc53c4e5d86e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:57,619 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.080s 2022-03-23 18:05:57,620 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350f1151-d9a2-433e-918c-634e9eaa2163', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350f1151-d9a2-433e-918c-634e9eaa2163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:58,693 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:05:58,693 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98aa7a29-0ad5-481d-899e-c9d853a88bd7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98aa7a29-0ad5-481d-899e-c9d853a88bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:05:59,766 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:05:59,766 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a091abb0-b195-41d9-bb3d-3010b78f6c8f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a091abb0-b195-41d9-bb3d-3010b78f6c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:00,841 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:06:00,841 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2699163-ba3c-4be0-ba8f-1d3477ddd6b5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2699163-ba3c-4be0-ba8f-1d3477ddd6b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:01,923 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:06:01,923 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b35f338-2858-4724-8cea-d5ac10499cb2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b35f338-2858-4724-8cea-d5ac10499cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:02,993 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:06:02,993 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7589686-3055-4647-8150-b956286cc36c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7589686-3055-4647-8150-b956286cc36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:04,064 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:04,065 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22003565-5cae-489e-b0e6-b9f6db1df03a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22003565-5cae-489e-b0e6-b9f6db1df03a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:05,133 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:06:05,134 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bd8ae0-f256-47be-bbd6-52537b039159', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bd8ae0-f256-47be-bbd6-52537b039159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:06,201 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:06:06,202 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cca08ef-c44f-4163-823d-fd0775422447', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cca08ef-c44f-4163-823d-fd0775422447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:07,393 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.183s 2022-03-23 18:06:07,393 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c13e27e4-57f0-4031-9224-c0fbd61a4413', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c13e27e4-57f0-4031-9224-c0fbd61a4413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:08,466 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:06:08,467 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b4f4ed-43c7-4d99-8a0d-0672bb6e78d8', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b4f4ed-43c7-4d99-8a0d-0672bb6e78d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:09,538 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:09,538 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e15b50-0574-4d20-bd67-ba9e5e060021', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e15b50-0574-4d20-bd67-ba9e5e060021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:10,608 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:06:10,608 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4782fd-8671-4acc-aed0-2097d71b0731', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4782fd-8671-4acc-aed0-2097d71b0731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:11,678 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:06:11,678 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3df640-7bea-4328-91cb-213c22a1d33d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3df640-7bea-4328-91cb-213c22a1d33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:12,746 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:06:12,746 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1e4f04-c580-4919-b2b8-7d2aba5910c6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1e4f04-c580-4919-b2b8-7d2aba5910c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:13,822 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:06:13,822 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f17fbfc0-678d-4b55-826a-760567491e69', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f17fbfc0-678d-4b55-826a-760567491e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:14,896 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:06:14,896 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60fd490a-ed12-40cb-b57f-6bc68465fcc4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60fd490a-ed12-40cb-b57f-6bc68465fcc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:15,977 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:06:15,977 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb7630e-e77b-47df-a1d4-ab0877d3b764', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb7630e-e77b-47df-a1d4-ab0877d3b764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:17,046 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:06:17,047 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5c097e6-70e8-46d0-87c0-da108339f06d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5c097e6-70e8-46d0-87c0-da108339f06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:18,114 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:06:18,114 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ea6af8-9861-49c0-b40b-80fce261debe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ea6af8-9861-49c0-b40b-80fce261debe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:19,183 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:06:19,183 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0872e970-fb95-4d98-b833-aae272e3744d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0872e970-fb95-4d98-b833-aae272e3744d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:20,250 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:06:20,250 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28158ecf-bc4c-4217-97c5-dc97b31d84bf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28158ecf-bc4c-4217-97c5-dc97b31d84bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:21,323 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:06:21,323 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0374d132-0da5-44ea-9b21-0379aa5b9fe5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0374d132-0da5-44ea-9b21-0379aa5b9fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:22,402 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:06:22,402 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c3944b-41fb-41c1-b312-c3b759447210', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c3944b-41fb-41c1-b312-c3b759447210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:23,474 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:23,474 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2877e4b6-0b1d-4808-9d23-3664390c638e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2877e4b6-0b1d-4808-9d23-3664390c638e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:24,555 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:06:24,556 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ecfdd6-082f-451c-a865-52a79b7891fc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ecfdd6-082f-451c-a865-52a79b7891fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:25,648 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.084s 2022-03-23 18:06:25,649 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da40990-ad48-4269-976d-c85cb1c0f3fd', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da40990-ad48-4269-976d-c85cb1c0f3fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:26,723 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:06:26,723 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a5fb09-511f-4ad4-9698-e03012db53f7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a5fb09-511f-4ad4-9698-e03012db53f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:27,796 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:06:27,796 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34998ac4-5691-4589-b762-102ffc8a7bf7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34998ac4-5691-4589-b762-102ffc8a7bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:28,868 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:06:28,869 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeb6c78c-76a2-4722-b4d7-9d6883f695e4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeb6c78c-76a2-4722-b4d7-9d6883f695e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:29,939 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:06:29,939 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2461cb3b-6511-4cc3-9789-885933be3d12', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2461cb3b-6511-4cc3-9789-885933be3d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:31,012 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:06:31,013 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b11c465-c6fb-46d3-aaed-ee66b3762082', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b11c465-c6fb-46d3-aaed-ee66b3762082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:32,087 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:32,088 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded54331-900a-4128-a658-5ee7e3322e7a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded54331-900a-4128-a658-5ee7e3322e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:33,160 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:06:33,161 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e937d63-31e1-48c4-8176-194f838ddfd1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e937d63-31e1-48c4-8176-194f838ddfd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:34,235 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:06:34,236 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01723765-3d27-4af3-aab8-f01d29b16557', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01723765-3d27-4af3-aab8-f01d29b16557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:35,310 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:06:35,311 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd5b2a7-c100-40c3-a173-64f84cd13572', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd5b2a7-c100-40c3-a173-64f84cd13572', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:36,386 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:06:36,386 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14682360-b3d1-4e54-adac-284bde745b01', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14682360-b3d1-4e54-adac-284bde745b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:37,462 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:06:37,462 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebb1439-99fd-41fa-96e4-1e6ff0f37513', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebb1439-99fd-41fa-96e4-1e6ff0f37513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:38,533 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:38,534 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8ef8007-89ca-48cf-8a3d-e0dae17e3b52', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8ef8007-89ca-48cf-8a3d-e0dae17e3b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:39,618 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.075s 2022-03-23 18:06:39,618 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7074af89-1250-4307-98d2-d8619df1f01b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7074af89-1250-4307-98d2-d8619df1f01b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:40,690 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:06:40,691 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3afc8f74-11f6-4422-9a46-45babbe4dd4d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3afc8f74-11f6-4422-9a46-45babbe4dd4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:41,760 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:06:41,760 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-128bc4c0-c570-42e9-883a-4a21f57f4048', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-128bc4c0-c570-42e9-883a-4a21f57f4048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:42,826 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:06:42,827 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2937834-1aa8-423d-b4f1-5ddaf8547f88', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2937834-1aa8-423d-b4f1-5ddaf8547f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:43,896 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:06:43,897 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45e7945-b16c-4f2d-8e15-6355122c1899', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45e7945-b16c-4f2d-8e15-6355122c1899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:44,974 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:06:44,975 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf9db1f-4abd-4b89-bced-330758b71a00', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf9db1f-4abd-4b89-bced-330758b71a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:46,046 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:46,046 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45039fa-0d76-4e0c-ac32-add066669cf7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45039fa-0d76-4e0c-ac32-add066669cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:47,117 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:47,118 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d2c076-470f-4b0b-a825-7ae78c7cacd2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d2c076-470f-4b0b-a825-7ae78c7cacd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:48,190 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:06:48,190 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b393a84-964c-4e8d-aa56-078b9d6999da', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b393a84-964c-4e8d-aa56-078b9d6999da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:49,266 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:06:49,266 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38b2a7f5-626d-480a-b21a-d26b935f2b1b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38b2a7f5-626d-480a-b21a-d26b935f2b1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:50,336 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:06:50,336 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0793d66-2193-43ae-9a17-8623f1f4ae07', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0793d66-2193-43ae-9a17-8623f1f4ae07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:51,408 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:51,409 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6b26ae1-ae61-46ed-ac8f-f03f8c462269', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6b26ae1-ae61-46ed-ac8f-f03f8c462269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:52,477 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:06:52,478 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4ccc35-9bf9-4672-951b-e7c12353a29d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4ccc35-9bf9-4672-951b-e7c12353a29d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:53,550 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:06:53,550 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8022370-cd26-4e3c-9a89-7bb4f446e788', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8022370-cd26-4e3c-9a89-7bb4f446e788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:54,630 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:06:54,630 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9382dce-0a2b-48f1-8a74-a66352131590', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9382dce-0a2b-48f1-8a74-a66352131590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:55,701 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:06:55,701 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e37d03d-31d3-453a-b51c-a4e9beb94cfc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e37d03d-31d3-453a-b51c-a4e9beb94cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:56,779 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:06:56,780 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1cc3466-3e38-409d-8d79-420c9958ff2a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1cc3466-3e38-409d-8d79-420c9958ff2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:57,870 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.074s 2022-03-23 18:06:57,871 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35e9999-e2de-40db-93da-2fd38b1928f1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35e9999-e2de-40db-93da-2fd38b1928f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:06:58,947 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:06:58,948 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b4d7e30-5cc9-4708-b400-6d90105b97d0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b4d7e30-5cc9-4708-b400-6d90105b97d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:00,021 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:07:00,022 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:06:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d9ef47-ceef-40c8-961e-a587dd999e28', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d9ef47-ceef-40c8-961e-a587dd999e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:01,100 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:07:01,100 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98d8fd3b-c084-49f0-a6e4-f80959b1241b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98d8fd3b-c084-49f0-a6e4-f80959b1241b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:02,173 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:07:02,173 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e659139-76e1-4452-8268-5ecd65d3a5ba', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e659139-76e1-4452-8268-5ecd65d3a5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:03,249 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:07:03,249 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7024d2-7c29-45a8-b2fb-711c0e88958b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7024d2-7c29-45a8-b2fb-711c0e88958b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:04,322 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:07:04,323 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe142aaf-700a-455d-b8d3-3b5a2cbdf308', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe142aaf-700a-455d-b8d3-3b5a2cbdf308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:05,421 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.090s 2022-03-23 18:07:05,421 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb699ec-a4f4-411d-80f9-acd5bdabb7f7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb699ec-a4f4-411d-80f9-acd5bdabb7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:06,489 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:06,489 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f32abf84-02f8-47cd-8b67-7600f6f0985e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f32abf84-02f8-47cd-8b67-7600f6f0985e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:07,557 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:07,557 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-800244c0-1e9c-4694-bac6-adc30d764eb1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-800244c0-1e9c-4694-bac6-adc30d764eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:08,625 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:08,626 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d6fa863-607e-41a2-9bde-ec5bdfb714e6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d6fa863-607e-41a2-9bde-ec5bdfb714e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:08,721 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/detail 0.088s 2022-03-23 18:07:08,721 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe07bb0a-7ef7-4e1a-ad5a-343be4b768f1', 'content-length': '994', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe07bb0a-7ef7-4e1a-ad5a-343be4b768f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/detail'} Body: b'{"volumes": [{"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:01:08.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}]}' 2022-03-23 18:07:08,808 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376/action 0.079s 2022-03-23 18:07:08,808 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46c0effd-eddc-48ae-ab84-874151af1cc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376/action'} Body: b'' 2022-03-23 18:07:08,868 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:07:08,868 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee91f18-598c-4894-a408-039de01bc4de', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee91f18-598c-4894-a408-039de01bc4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:09,939 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:07:09,939 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0d1155-95a7-402c-b068-7f0c146947d2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0d1155-95a7-402c-b068-7f0c146947d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:11,007 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:07:11,007 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c41bd1-dd57-4d22-8a46-bc186623929e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c41bd1-dd57-4d22-8a46-bc186623929e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:12,075 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:12,076 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b01688b-9be7-492f-aa4f-099ea540da0e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b01688b-9be7-492f-aa4f-099ea540da0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:13,144 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:13,144 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cac191c9-0158-4668-be01-0b5158588190', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cac191c9-0158-4668-be01-0b5158588190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:14,213 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:07:14,213 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed8ee4b-a44b-49e3-a8ba-a91c260b0cd3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed8ee4b-a44b-49e3-a8ba-a91c260b0cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:15,291 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:07:15,291 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fede95b-cbbf-4d91-9258-b3418a81cfea', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fede95b-cbbf-4d91-9258-b3418a81cfea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:16,366 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:07:16,366 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76531627-434b-42e2-90ee-850054bcf64d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76531627-434b-42e2-90ee-850054bcf64d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:17,441 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:17,441 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01b83b29-8aa6-46f3-a73d-f91e1ee1a469', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01b83b29-8aa6-46f3-a73d-f91e1ee1a469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:18,510 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:18,511 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8042f912-ed41-4d80-9630-e7fe4852a2fd', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8042f912-ed41-4d80-9630-e7fe4852a2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:19,581 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:07:19,581 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ce8367-740e-46d6-91de-d9f0f0943d0c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ce8367-740e-46d6-91de-d9f0f0943d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:20,653 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:20,653 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda5471d-15bd-4736-9ff5-7ab6e8a2c09c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda5471d-15bd-4736-9ff5-7ab6e8a2c09c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:21,725 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:21,725 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebbb50a1-61cd-45b8-aaa5-75ca221e5483', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebbb50a1-61cd-45b8-aaa5-75ca221e5483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:22,798 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:07:22,798 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc9fe7a-59a8-4844-bc12-ea97fb86770b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc9fe7a-59a8-4844-bc12-ea97fb86770b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:23,866 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:07:23,866 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30fd76f-5fd0-4fc0-b726-469287722f87', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30fd76f-5fd0-4fc0-b726-469287722f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:24,942 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:07:24,943 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965b0044-85cf-42db-9cb7-8d4504cfb95e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965b0044-85cf-42db-9cb7-8d4504cfb95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:26,020 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:07:26,021 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81817a98-b086-4645-819a-955ac75cdf44', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81817a98-b086-4645-819a-955ac75cdf44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:27,092 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:27,093 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cac6716b-47de-43e9-b65a-7bb0034e6d04', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cac6716b-47de-43e9-b65a-7bb0034e6d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:28,163 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:07:28,163 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee8b0997-5ed3-41d2-b6e2-dfd91e2f01f6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee8b0997-5ed3-41d2-b6e2-dfd91e2f01f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:29,234 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:29,235 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-536c5b55-8c8f-40eb-9bea-6254d8d4b5c1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-536c5b55-8c8f-40eb-9bea-6254d8d4b5c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:30,303 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:30,303 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1dd3d22-1876-4b5b-b500-360b1bbe1696', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1dd3d22-1876-4b5b-b500-360b1bbe1696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:31,371 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:07:31,372 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3947647-f595-47f4-8bb8-f5adc0a629a9', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3947647-f595-47f4-8bb8-f5adc0a629a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:32,443 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:32,444 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144c50a7-8143-4ec0-88aa-3a66410ec0d2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144c50a7-8143-4ec0-88aa-3a66410ec0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:33,516 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:07:33,516 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d51a65-4f6e-4b6f-b0dc-853a43280faa', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d51a65-4f6e-4b6f-b0dc-853a43280faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:34,587 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:34,588 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bf1d105-30db-4145-9113-cafbd787f9f6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bf1d105-30db-4145-9113-cafbd787f9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:35,658 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:07:35,658 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9af2d39-ca07-40ee-946e-905e36fb263e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9af2d39-ca07-40ee-946e-905e36fb263e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:36,783 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:07:36,783 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901fab99-765d-407c-a797-41bf37fed798', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901fab99-765d-407c-a797-41bf37fed798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:37,856 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:07:37,857 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d23c82-5e7d-439d-acaf-79db5befb48f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d23c82-5e7d-439d-acaf-79db5befb48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:38,943 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.078s 2022-03-23 18:07:38,944 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8932c08-a57c-414f-ac0b-ec788be596e5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8932c08-a57c-414f-ac0b-ec788be596e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:40,017 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:40,017 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-475e042e-cc28-4b87-a396-134dd042543e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-475e042e-cc28-4b87-a396-134dd042543e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:41,102 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.077s 2022-03-23 18:07:41,102 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aa9a7c2-bf12-46f2-91d8-00a9c47daed5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aa9a7c2-bf12-46f2-91d8-00a9c47daed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:42,183 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:07:42,183 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e13f52e-3607-4ffb-83b0-41b38b0b1e8e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e13f52e-3607-4ffb-83b0-41b38b0b1e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:43,261 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:07:43,262 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c8a39f3-60e3-4c14-b444-f8e4ccbea15c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c8a39f3-60e3-4c14-b444-f8e4ccbea15c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:44,336 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:07:44,337 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a4380e1-2e8b-45e6-a15a-5f715cbfb003', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a4380e1-2e8b-45e6-a15a-5f715cbfb003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:45,415 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:07:45,416 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714a6979-ca48-4124-9a60-2d0c6129e353', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714a6979-ca48-4124-9a60-2d0c6129e353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:46,487 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:46,488 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ddfed6-9e2f-4df2-8937-f839dcbf9020', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ddfed6-9e2f-4df2-8937-f839dcbf9020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:47,568 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:07:47,568 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3945456b-d0ea-430b-8d35-3fbb25e35552', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3945456b-d0ea-430b-8d35-3fbb25e35552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:48,643 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:07:48,643 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6c012f7-0746-4bb4-8c5d-1edf085c7412', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6c012f7-0746-4bb4-8c5d-1edf085c7412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:49,727 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.075s 2022-03-23 18:07:49,727 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6ed12d-40b0-4ff8-8d55-660c0f5fd985', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6ed12d-40b0-4ff8-8d55-660c0f5fd985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:50,799 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:07:50,799 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70004ef6-7d7c-4319-ab36-4e4149758fa6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70004ef6-7d7c-4319-ab36-4e4149758fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:51,879 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:07:51,879 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde6b96f-e04b-4cd1-9e80-959d4b60c931', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde6b96f-e04b-4cd1-9e80-959d4b60c931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:52,948 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:07:52,948 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ed0f39-bc59-46c8-840d-4d16aad4436d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ed0f39-bc59-46c8-840d-4d16aad4436d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:54,016 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:07:54,017 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38bb2645-d002-43c5-ae88-f22dc0e56e76', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38bb2645-d002-43c5-ae88-f22dc0e56e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:55,087 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:07:55,087 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa86ea9-d16a-49ff-a29f-2b9f273f88d7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa86ea9-d16a-49ff-a29f-2b9f273f88d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:56,157 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:07:56,158 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9be59ee-dc7d-4e47-a945-0175a97a5fff', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9be59ee-dc7d-4e47-a945-0175a97a5fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:57,226 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:07:57,226 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2254ee4e-7bbf-4aa4-9a12-75d3a45a2713', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2254ee4e-7bbf-4aa4-9a12-75d3a45a2713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:58,300 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:07:58,300 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cacee68d-9c8c-47f9-94b0-0c2b64f5acdf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cacee68d-9c8c-47f9-94b0-0c2b64f5acdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:07:59,380 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:07:59,380 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:07:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f7afee6-5422-4f8a-9dec-11caafd77390', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f7afee6-5422-4f8a-9dec-11caafd77390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:00,460 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:08:00,461 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da36793-aa7c-4795-bb4e-dbe55b79fbbe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da36793-aa7c-4795-bb4e-dbe55b79fbbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:01,534 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:08:01,535 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b1c1faf-2d5f-4898-9ab4-df18a1030fd0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b1c1faf-2d5f-4898-9ab4-df18a1030fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:02,614 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:08:02,615 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e45c2f3-fa2d-4ed2-beec-555c43b6f536', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e45c2f3-fa2d-4ed2-beec-555c43b6f536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:03,701 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.078s 2022-03-23 18:08:03,702 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ce7c4c-0516-4f4b-a909-87962e7473f5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ce7c4c-0516-4f4b-a909-87962e7473f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:04,780 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:08:04,780 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5686244a-a031-4357-b4d6-90d3da143cad', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5686244a-a031-4357-b4d6-90d3da143cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:05,851 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:08:05,851 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-160c97f1-38e2-45b9-b19b-9a98276de469', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-160c97f1-38e2-45b9-b19b-9a98276de469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:06,919 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:08:06,919 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c21883-6e54-4066-a4f7-f4f58ce23f91', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c21883-6e54-4066-a4f7-f4f58ce23f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:07,987 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:08:07,988 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-385e3dd7-98e1-424b-98d0-95c3283a570e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-385e3dd7-98e1-424b-98d0-95c3283a570e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:09,059 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:08:09,060 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfcd93c2-4b2a-4d75-a4fc-aea81d02c858', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfcd93c2-4b2a-4d75-a4fc-aea81d02c858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:10,141 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:08:10,141 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da8e006-9866-4ff6-b8f7-433e0d058a69', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da8e006-9866-4ff6-b8f7-433e0d058a69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:11,218 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:08:11,218 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63083aea-9b5c-48da-87e7-9cafcf9a730c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63083aea-9b5c-48da-87e7-9cafcf9a730c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:12,296 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:08:12,297 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd461199-18d8-4c68-b25c-047db7596fda', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd461199-18d8-4c68-b25c-047db7596fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:13,371 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:08:13,371 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-696770b7-3e4c-41da-b179-6965b4a4ae2b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-696770b7-3e4c-41da-b179-6965b4a4ae2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:14,451 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:08:14,452 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17109db2-24fd-45bf-bc8c-38af79e39f34', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17109db2-24fd-45bf-bc8c-38af79e39f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:15,529 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:08:15,530 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a313cd-05ce-45e3-9bd6-a286236f210c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a313cd-05ce-45e3-9bd6-a286236f210c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:16,609 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:08:16,610 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6b965b-1b82-4ac6-bc98-f6c4e4106941', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6b965b-1b82-4ac6-bc98-f6c4e4106941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:17,680 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:08:17,680 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c2ccc51-53c2-46c2-bd33-66f7a2ea5b7a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c2ccc51-53c2-46c2-bd33-66f7a2ea5b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:18,752 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:08:18,752 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e191f50-1972-495d-8e91-3e8eb0ee0e81', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e191f50-1972-495d-8e91-3e8eb0ee0e81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:19,827 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:08:19,827 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5367d55a-fe88-4fd8-82db-dc8edc721af4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5367d55a-fe88-4fd8-82db-dc8edc721af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:20,902 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:08:20,902 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38170a9a-c3fd-4775-9192-8f0ac8f7abf3', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38170a9a-c3fd-4775-9192-8f0ac8f7abf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:21,975 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:08:21,975 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd99da87-11f8-41a9-986d-27c5726a5e78', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd99da87-11f8-41a9-986d-27c5726a5e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:23,045 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:08:23,045 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-befbc066-765e-4fc3-aa76-b64c3c86a7b1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-befbc066-765e-4fc3-aa76-b64c3c86a7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:24,114 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:08:24,115 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9fc1e36-cd6d-4fe7-942e-d010b91c4703', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fc1e36-cd6d-4fe7-942e-d010b91c4703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:25,206 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.079s 2022-03-23 18:08:25,206 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab97b82b-bc0a-4440-a75f-0074ee330ddb', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab97b82b-bc0a-4440-a75f-0074ee330ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:26,283 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:08:26,284 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe94c880-2b49-4359-a495-47e478b3c28e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe94c880-2b49-4359-a495-47e478b3c28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:27,360 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:08:27,360 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19727899-2669-4c27-a7d0-023e01207b9c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19727899-2669-4c27-a7d0-023e01207b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:28,434 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:08:28,435 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06978164-15de-449a-8e21-247097aa0011', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06978164-15de-449a-8e21-247097aa0011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:29,507 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:08:29,508 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b3cc5d-6f62-44f0-8494-32f3575f6161', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b3cc5d-6f62-44f0-8494-32f3575f6161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:30,577 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:08:30,577 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9efed283-3c6f-4476-b000-6171e362fe4f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9efed283-3c6f-4476-b000-6171e362fe4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:31,645 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.059s 2022-03-23 18:08:31,645 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4be16a0-0630-4b1d-939e-2b4925a8d0b6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4be16a0-0630-4b1d-939e-2b4925a8d0b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:32,717 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:08:32,718 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b538aa7-9989-4ee2-a1ad-686b49013d78', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b538aa7-9989-4ee2-a1ad-686b49013d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:33,788 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:08:33,788 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431707d1-8593-402b-8f2a-468bed79c13d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431707d1-8593-402b-8f2a-468bed79c13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:34,859 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:08:34,859 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0582b5-f48d-449d-ab63-891dfcb067a0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae0582b5-f48d-449d-ab63-891dfcb067a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:35,929 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:08:35,930 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4f0d973-37a0-4368-a9e9-e315efbfe1f6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4f0d973-37a0-4368-a9e9-e315efbfe1f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:37,001 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:08:37,002 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e9d5f8-67e9-4b17-9afb-76653ca67071', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e9d5f8-67e9-4b17-9afb-76653ca67071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:38,078 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:08:38,079 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76740b3b-7fa9-4235-8ca2-bff7f6700dca', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76740b3b-7fa9-4235-8ca2-bff7f6700dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:39,159 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:08:39,159 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-691b1551-0e23-49b1-bf14-0e14b1d71437', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-691b1551-0e23-49b1-bf14-0e14b1d71437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:40,240 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:08:40,240 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad5af18e-20ca-4526-acd6-576ae708b439', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad5af18e-20ca-4526-acd6-576ae708b439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:41,312 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:08:41,313 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30758997-709a-4f5f-bd48-86bcc40ff473', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30758997-709a-4f5f-bd48-86bcc40ff473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:42,385 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:08:42,385 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc1791e-4546-46f1-be84-94a48962c5e8', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc1791e-4546-46f1-be84-94a48962c5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:43,479 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.085s 2022-03-23 18:08:43,480 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91440ec2-7609-46fd-a17c-d81a4e409bbe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91440ec2-7609-46fd-a17c-d81a4e409bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:44,549 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:08:44,550 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785f2835-75d1-4c61-9eb2-b27c3cacc138', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785f2835-75d1-4c61-9eb2-b27c3cacc138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:45,627 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:08:45,628 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661e3934-bc88-4d47-86b2-bfb8e113e49b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661e3934-bc88-4d47-86b2-bfb8e113e49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:46,705 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:08:46,706 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd203316-7e81-4172-bdcf-115ff3c3583e', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd203316-7e81-4172-bdcf-115ff3c3583e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:47,780 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:08:47,781 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da9a52d-7678-46c1-9e71-888f67fb5e08', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da9a52d-7678-46c1-9e71-888f67fb5e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:48,850 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:08:48,851 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c51eee66-fa6f-4782-a00b-d76565d71220', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c51eee66-fa6f-4782-a00b-d76565d71220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:49,919 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:08:49,920 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccae9e9b-9292-42f1-8be7-f280351574c5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccae9e9b-9292-42f1-8be7-f280351574c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:50,999 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:08:51,000 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360e958e-e83a-42f7-bacd-94fa7f461868', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360e958e-e83a-42f7-bacd-94fa7f461868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:52,081 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:08:52,082 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec7a32d-f377-4f1b-a0a2-d0f2df5a2c46', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec7a32d-f377-4f1b-a0a2-d0f2df5a2c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:53,158 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:08:53,158 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15d549d1-19f7-4475-afa7-5a5077e7ae21', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15d549d1-19f7-4475-afa7-5a5077e7ae21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:54,239 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:08:54,240 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07991fb9-35fe-49ea-a7b2-5c04332062a6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07991fb9-35fe-49ea-a7b2-5c04332062a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:55,320 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:08:55,320 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8b9553-3f9c-4e59-a515-eb31a7dac92a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8b9553-3f9c-4e59-a515-eb31a7dac92a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:56,397 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:08:56,397 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b37e448-6df9-418c-9338-91b16891318c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b37e448-6df9-418c-9338-91b16891318c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:57,475 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:08:57,476 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-729d94a4-bc02-4290-a1fa-311a4ce7a380', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-729d94a4-bc02-4290-a1fa-311a4ce7a380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:58,556 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:08:58,556 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46872699-f739-4646-a0e3-c0b0d6bee69f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46872699-f739-4646-a0e3-c0b0d6bee69f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:08:59,626 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:08:59,626 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:08:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-543b13e7-28ba-47e9-80a2-5db3be3b1c5c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-543b13e7-28ba-47e9-80a2-5db3be3b1c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:00,700 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:09:00,701 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59cdee4c-cf84-4606-afcb-0994734ffed9', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59cdee4c-cf84-4606-afcb-0994734ffed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:01,779 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:09:01,779 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0dffbb-fb46-4bad-947a-4bb71448f31a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0dffbb-fb46-4bad-947a-4bb71448f31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:02,855 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:09:02,855 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7aabb8c-e5ca-42e8-b318-65253ecc70cc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7aabb8c-e5ca-42e8-b318-65253ecc70cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:03,930 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:09:03,930 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-583ae645-51a9-4c7e-ac3a-1cd7af0ee3b0', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-583ae645-51a9-4c7e-ac3a-1cd7af0ee3b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:05,010 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.072s 2022-03-23 18:09:05,011 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c94721-5d08-46f9-bd3b-47385e2c052d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c94721-5d08-46f9-bd3b-47385e2c052d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:06,082 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:09:06,083 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-949f6f38-8e1a-4ea8-be46-b200e9d44c1d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-949f6f38-8e1a-4ea8-be46-b200e9d44c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:07,156 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.066s 2022-03-23 18:09:07,156 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53ccf028-6daf-4593-be77-a08273349723', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53ccf028-6daf-4593-be77-a08273349723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:08,232 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:09:08,232 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfaf912e-3070-4d76-84d3-8f784022e72f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfaf912e-3070-4d76-84d3-8f784022e72f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:09,321 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.076s 2022-03-23 18:09:09,321 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3008a405-b547-4945-aa4b-2c845b40e094', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3008a405-b547-4945-aa4b-2c845b40e094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:10,393 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:09:10,393 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a3ba5a4-e65e-4289-83a0-1ad307914475', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a3ba5a4-e65e-4289-83a0-1ad307914475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:11,477 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.076s 2022-03-23 18:09:11,477 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e59496c2-c015-466c-bb89-319293c3fd62', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e59496c2-c015-466c-bb89-319293c3fd62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:12,563 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.078s 2022-03-23 18:09:12,564 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3897ff99-90f3-4b89-b6a3-5f1f38fc1cba', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3897ff99-90f3-4b89-b6a3-5f1f38fc1cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:13,636 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:09:13,636 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6aac5de-b70f-465e-ab37-f003408592bc', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6aac5de-b70f-465e-ab37-f003408592bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:14,702 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:09:14,702 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd094797-a1ae-40c9-8677-1f7a2e2af93b', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd094797-a1ae-40c9-8677-1f7a2e2af93b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:15,769 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:09:15,770 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df54fe18-2abc-4680-a0e6-1502f2287107', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df54fe18-2abc-4680-a0e6-1502f2287107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:16,848 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:09:16,848 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80cce189-bd43-4037-9c56-cf84c6f075fe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80cce189-bd43-4037-9c56-cf84c6f075fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:17,926 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.069s 2022-03-23 18:09:17,926 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2f25eb-c7f0-4724-83f4-8c4f2ec7514a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2f25eb-c7f0-4724-83f4-8c4f2ec7514a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:18,997 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:09:18,997 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64dd901-1c74-4172-8e6a-59a47738c25f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64dd901-1c74-4172-8e6a-59a47738c25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:20,069 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:09:20,070 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78d24b3-5045-4f3f-a328-ed952ce282c2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78d24b3-5045-4f3f-a328-ed952ce282c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:21,140 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:09:21,140 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef8575e-c551-418e-bf98-d52b9644a03c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef8575e-c551-418e-bf98-d52b9644a03c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:22,214 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:09:22,214 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea26d57c-e008-4cc3-9ca4-e7cbac8e2e78', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea26d57c-e008-4cc3-9ca4-e7cbac8e2e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:23,281 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:09:23,282 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78144796-d75e-4d62-87f0-7333f03b7123', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78144796-d75e-4d62-87f0-7333f03b7123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:24,355 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:09:24,356 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab2354e-edf3-4145-9b72-b51aca802cbe', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab2354e-edf3-4145-9b72-b51aca802cbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:25,440 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.075s 2022-03-23 18:09:25,440 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dde1587-14f8-4d09-a24b-ad025e5d4cac', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dde1587-14f8-4d09-a24b-ad025e5d4cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:26,517 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:09:26,519 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0277f218-0249-481f-bb11-80cd20922473', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0277f218-0249-481f-bb11-80cd20922473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:27,604 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.076s 2022-03-23 18:09:27,605 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a4ee6c-113b-43a7-bebd-c0b1ca537e8a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a4ee6c-113b-43a7-bebd-c0b1ca537e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:28,690 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.070s 2022-03-23 18:09:28,690 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea55c628-e98c-417e-8d93-27038be5bae5', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea55c628-e98c-417e-8d93-27038be5bae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:29,760 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:09:29,760 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838d0398-1003-4d72-b47f-7637ebc5791a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838d0398-1003-4d72-b47f-7637ebc5791a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:30,842 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.074s 2022-03-23 18:09:30,843 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd0158b-2747-4d61-9d6b-7ba1fa2095f7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd0158b-2747-4d61-9d6b-7ba1fa2095f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:31,909 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:09:31,910 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36534d80-0c0e-47c1-b0fb-8ad18708204c', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36534d80-0c0e-47c1-b0fb-8ad18708204c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:32,980 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:09:32,981 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aba8445-c845-4448-80bc-87da8fa6d958', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aba8445-c845-4448-80bc-87da8fa6d958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:34,051 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.061s 2022-03-23 18:09:34,051 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd4d40f-fd1a-42f0-9ea5-0e946d408f5a', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd4d40f-fd1a-42f0-9ea5-0e946d408f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:35,127 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:09:35,127 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c2975e-2ea9-408d-b11a-6e131ae8cdbf', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c2975e-2ea9-408d-b11a-6e131ae8cdbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:36,203 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:09:36,203 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dd4b7ca-ef3a-444a-a43d-8375f6813ac7', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dd4b7ca-ef3a-444a-a43d-8375f6813ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:37,280 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:09:37,281 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-259fbbaa-fa3f-49a4-8b8b-22408091da07', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-259fbbaa-fa3f-49a4-8b8b-22408091da07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:38,353 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:09:38,353 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b26adc-20f5-4597-bf88-65599e7590d2', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b26adc-20f5-4597-bf88-65599e7590d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:39,434 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:09:39,434 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d237259f-9eb6-4ff6-a9a7-6603cc0245aa', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d237259f-9eb6-4ff6-a9a7-6603cc0245aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:40,504 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:09:40,504 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c919029-2790-40a7-a777-c246a698d879', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c919029-2790-40a7-a777-c246a698d879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:41,576 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.064s 2022-03-23 18:09:41,577 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4b2934-3956-466a-afc7-74d52cb04ec4', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4b2934-3956-466a-afc7-74d52cb04ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:42,656 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.071s 2022-03-23 18:09:42,656 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67e4f679-01e8-41b7-9311-9a49fe2973c1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67e4f679-01e8-41b7-9311-9a49fe2973c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:43,732 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.067s 2022-03-23 18:09:43,732 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5aeae52-ac3c-4232-8319-92ae200d8eb1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5aeae52-ac3c-4232-8319-92ae200d8eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:44,802 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.062s 2022-03-23 18:09:44,802 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a65f39b-c535-4dec-87bb-23c82debf5aa', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a65f39b-c535-4dec-87bb-23c82debf5aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:45,883 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.073s 2022-03-23 18:09:45,884 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63842406-22e7-4a43-8dac-e2d3c5032ba6', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63842406-22e7-4a43-8dac-e2d3c5032ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:46,950 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.058s 2022-03-23 18:09:46,950 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e953c77d-663c-435e-af94-9f6411a876db', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e953c77d-663c-435e-af94-9f6411a876db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:48,019 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.060s 2022-03-23 18:09:48,019 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8839206-7cb4-4190-94f3-deea1b2e34b1', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8839206-7cb4-4190-94f3-deea1b2e34b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:49,090 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.063s 2022-03-23 18:09:49,090 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3be8ae0-f480-475c-a7b0-ef0b4743c72d', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3be8ae0-f480-475c-a7b0-ef0b4743c72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:50,167 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.068s 2022-03-23 18:09:50,167 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a562a8-2d15-44bc-b127-35b08ee3316f', 'content-length': '991', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a562a8-2d15-44bc-b127-35b08ee3316f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:07:09.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:51,242 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.065s 2022-03-23 18:09:51,243 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c08d81-c5df-4d81-a6c3-867389a4fc7b', 'content-length': '992', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c08d81-c5df-4d81-a6c3-867389a4fc7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"volume": {"id": "8eb45321-230e-4f62-8c1e-13ba00c72604", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T18:01:08.000000", "updated_at": "2022-03-23T18:09:51.000000", "name": "tempest-GroupsV314Test-Volume-868724578", "description": null, "volume_type": "tempest-GroupsV314Test-volume-type-1755680308", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604"}], "user_id": "159acec85b394fa580263b9d905e40da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "os-vol-tenant-attr:tenant_id": "93f8f856f6aa450589c295ada4691460"}}' 2022-03-23 18:09:52,271 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604 0.020s 2022-03-23 18:09:52,271 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-895b197e-e8a3-4fb7-a988-29b7ebbcebaf', 'x-openstack-request-id': 'req-895b197e-e8a3-4fb7-a988-29b7ebbcebaf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/volumes/8eb45321-230e-4f62-8c1e-13ba00c72604'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8eb45321-230e-4f62-8c1e-13ba00c72604 could not be found."}}' 2022-03-23 18:09:52,307 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376 0.034s 2022-03-23 18:09:52,307 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9920b3cf-153a-4f49-9b16-e9f1dbe5a15a', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9920b3cf-153a-4f49-9b16-e9f1dbe5a15a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376'} Body: b'{"group": {"id": "c1fb0385-c37d-4d3e-9adc-964f4e4f6376", "status": "deleting", "availability_zone": "nova", "created_at": "2022-03-23T18:01:07.000000", "name": "tempest-GroupsV314Test-Group-1359171069", "description": null, "group_type": "baf656ef-eac3-47dc-a695-51106e5038cd", "volume_types": ["031cd691-8630-44b8-bdac-8ad8f0268584"], "group_snapshot_id": null, "source_group_id": null}}' 2022-03-23 18:09:53,333 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376 0.021s 2022-03-23 18:09:53,333 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca206ffd-5a43-40d3-80b7-a5e1c3fd5789', 'x-openstack-request-id': 'req-ca206ffd-5a43-40d3-80b7-a5e1c3fd5789', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/volume/v3/93f8f856f6aa450589c295ada4691460/groups/c1fb0385-c37d-4d3e-9adc-964f4e4f6376'} Body: b'{"itemNotFound": {"code": 404, "message": "Group c1fb0385-c37d-4d3e-9adc-964f4e4f6376 could not be found."}}' 2022-03-23 18:09:53,472 117760 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.222.0.41/volume/v3/502ea4fb4a814a988ccbcb43dac6f9c2/group_types/baf656ef-eac3-47dc-a695-51106e5038cd 0.138s 2022-03-23 18:09:53,473 117760 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:09:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-240a8f6b-4d01-422c-91ab-a6b5724388d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/502ea4fb4a814a988ccbcb43dac6f9c2/group_types/baf656ef-eac3-47dc-a695-51106e5038cd'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 175, in test_create_group_from_group self.create_volume(volume_type=volume_type['id'], group_id=grp['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, 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 8eb45321-230e-4f62-8c1e-13ba00c72604 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
fail
ft11.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-23 17:38:51,019 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/image/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86 0.111s 2022-03-23 17:38:51,020 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6a85e3a7-1a2e-431f-b779-e9af1f29a178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/image/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86'} 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": "c9dfc370cdee4b00bb67112c30b0183d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "created_at": "2022-03-23T17:22:38Z", "updated_at": "2022-03-23T17:22:53Z", "tags": [], "self": "/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86", "file": "/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86/file", "schema": "/v2/schemas/image"}' 2022-03-23 17:38:51,383 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes 0.362s 2022-03-23 17:38:51,383 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1890687751"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a46ec598-e450-4f62-8d90-1080d55f112b', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a46ec598-e450-4f62-8d90-1080d55f112b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.315540", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:38:51,429 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.039s 2022-03-23 17:38:51,430 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4c2a6c-d477-41a2-9aef-34ab8c307565', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4c2a6c-d477-41a2-9aef-34ab8c307565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:52,487 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:38:52,488 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ccac6a3-7cd6-4f4d-b18b-90b25acf3111', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ccac6a3-7cd6-4f4d-b18b-90b25acf3111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:53,536 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:38:53,537 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d4cd4db-be78-43c0-ad50-51b718d39faa', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d4cd4db-be78-43c0-ad50-51b718d39faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:54,586 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:38:54,586 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f1eb8bf-9cd3-4932-96e6-19b7ce82e18e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f1eb8bf-9cd3-4932-96e6-19b7ce82e18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:55,637 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:38:55,638 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ad2e8d-0b0c-498e-b5fd-93cf84c5e973', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ad2e8d-0b0c-498e-b5fd-93cf84c5e973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:56,691 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:38:56,692 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3ab44c3-e6b4-443a-a65a-20fc81f03e2f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3ab44c3-e6b4-443a-a65a-20fc81f03e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:57,741 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:38:57,742 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de07ad24-2f4a-42bf-923f-e11b5b3e7cde', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de07ad24-2f4a-42bf-923f-e11b5b3e7cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:58,803 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:38:58,803 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb307b1c-1ab3-4a70-9e88-26e6fc2f5947', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb307b1c-1ab3-4a70-9e88-26e6fc2f5947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:38:59,852 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:38:59,852 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b918c8-c8c5-45ec-8e08-2b3e3afbb2b7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b918c8-c8c5-45ec-8e08-2b3e3afbb2b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:00,902 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:39:00,903 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f29250-05ae-4d06-b55a-abd92ab50a76', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f29250-05ae-4d06-b55a-abd92ab50a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:01,954 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:39:01,955 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91bb4442-58e6-4c3e-ae07-f83629e7b9a9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91bb4442-58e6-4c3e-ae07-f83629e7b9a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:03,003 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:39:03,004 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48d3f07-52e3-439e-ac46-dbde0e2c1aac', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48d3f07-52e3-439e-ac46-dbde0e2c1aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:04,056 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:39:04,056 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f9cf0b-a514-4e2f-ba62-3c557fdf98b4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f9cf0b-a514-4e2f-ba62-3c557fdf98b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:05,112 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:05,112 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-194b813f-9ea5-47af-9128-8254e320df10', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-194b813f-9ea5-47af-9128-8254e320df10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:06,166 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:39:06,166 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8fd7529-af8f-40cd-a053-26ba050ae477', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8fd7529-af8f-40cd-a053-26ba050ae477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:07,228 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:39:07,228 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77526cdb-d0f5-45dc-9963-023e1a2516fe', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77526cdb-d0f5-45dc-9963-023e1a2516fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:08,284 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:08,284 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e88e817-c70e-4712-85f6-b3203853ee27', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e88e817-c70e-4712-85f6-b3203853ee27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:09,336 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:39:09,337 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c827324-f99e-4001-87c9-1a081abe963f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c827324-f99e-4001-87c9-1a081abe963f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:10,387 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:39:10,388 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98e9c9d2-158e-4086-bcc4-3adb14e1d577', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98e9c9d2-158e-4086-bcc4-3adb14e1d577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:11,450 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:39:11,450 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ebed6c-83bd-499b-9f5e-f80dddb98e56', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ebed6c-83bd-499b-9f5e-f80dddb98e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:12,499 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:39:12,499 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f6ac95-64cd-4fcc-8979-8995e0ecd5e1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f6ac95-64cd-4fcc-8979-8995e0ecd5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:13,559 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:39:13,559 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc7c7ac-e3ec-4db5-afbc-4d0e6515d4de', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc7c7ac-e3ec-4db5-afbc-4d0e6515d4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:14,614 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:39:14,614 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99bfdcb2-f12c-40ba-bd69-9b8943364d61', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99bfdcb2-f12c-40ba-bd69-9b8943364d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:15,669 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:39:15,670 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f53cc3-e989-4b91-9f55-dc9187f16019', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5f53cc3-e989-4b91-9f55-dc9187f16019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:16,721 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:39:16,721 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cedb07af-2f02-4b2b-9a4f-7c10ddac3833', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cedb07af-2f02-4b2b-9a4f-7c10ddac3833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:17,775 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:39:17,775 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a12d219-fb30-4266-8046-eb1c2f11ebe6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a12d219-fb30-4266-8046-eb1c2f11ebe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:18,825 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:39:18,826 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e1585d-efe4-4eeb-870b-3e6c861a7b1d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e1585d-efe4-4eeb-870b-3e6c861a7b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:19,885 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:39:19,885 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070fbc6e-7c23-4fe6-be9f-91ddd8f594ae', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070fbc6e-7c23-4fe6-be9f-91ddd8f594ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:20,943 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:39:20,943 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f367e9c-3769-4a22-abbe-84009728d546', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f367e9c-3769-4a22-abbe-84009728d546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:21,995 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:39:21,995 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b44a8a-d6f8-444c-9a6d-aace71433521', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b44a8a-d6f8-444c-9a6d-aace71433521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:23,050 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:23,050 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d3982f-0980-4d6b-9808-3a7688bc1446', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d3982f-0980-4d6b-9808-3a7688bc1446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:24,101 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:39:24,102 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6720e19d-6a6b-42fe-a92a-5cd1cdf28a40', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6720e19d-6a6b-42fe-a92a-5cd1cdf28a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:25,150 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:39:25,151 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e30388-c2d4-41b3-b491-c25392794827', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e30388-c2d4-41b3-b491-c25392794827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:26,202 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:39:26,203 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac5ca08-b5c3-4f3d-af23-70c11815eeac', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac5ca08-b5c3-4f3d-af23-70c11815eeac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:27,254 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:39:27,255 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67ae0686-3785-44d0-b0b9-8495074f320e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ae0686-3785-44d0-b0b9-8495074f320e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:28,305 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:39:28,305 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2805a930-585c-40ad-a367-44dd9dc6445e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2805a930-585c-40ad-a367-44dd9dc6445e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:29,353 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.039s 2022-03-23 17:39:29,353 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc912267-a826-423f-acaa-c6a21f7b99f8', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc912267-a826-423f-acaa-c6a21f7b99f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:30,400 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.039s 2022-03-23 17:39:30,401 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d052e2-7362-41a7-8a9a-7b03df05601f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d052e2-7362-41a7-8a9a-7b03df05601f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:31,463 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:39:31,464 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d99b6d-4e11-489b-988f-189aaa6dd1c5', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d99b6d-4e11-489b-988f-189aaa6dd1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:32,511 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:39:32,512 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9178e7c6-4e2f-446f-8481-88db57fe1c5b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9178e7c6-4e2f-446f-8481-88db57fe1c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:33,567 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:33,568 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a653758a-7b56-4531-94cb-6e7cd58ba5dd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a653758a-7b56-4531-94cb-6e7cd58ba5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:34,626 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:39:34,627 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fcd3ba1-f675-4ba6-9e65-a4bfcaaf9272', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fcd3ba1-f675-4ba6-9e65-a4bfcaaf9272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:35,679 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:39:35,680 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7739f11-11b9-43dc-ba4d-f0ab9b40134a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7739f11-11b9-43dc-ba4d-f0ab9b40134a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:36,735 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:36,736 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc5a89dc-d8ae-4cd6-88e3-2dca1437aeb0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5a89dc-d8ae-4cd6-88e3-2dca1437aeb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:37,792 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:39:37,792 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367f2e1e-2624-4843-9103-3910337fef00', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367f2e1e-2624-4843-9103-3910337fef00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:38,843 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:39:38,844 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cd18239-077a-4250-addb-5da0faf292ca', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd18239-077a-4250-addb-5da0faf292ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:39,898 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:39,899 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b265a9-f8cc-4547-aaf7-7fbcd05e976c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b265a9-f8cc-4547-aaf7-7fbcd05e976c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:40,957 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:39:40,957 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c7750b-a113-4f46-9874-255e8b975d71', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c7750b-a113-4f46-9874-255e8b975d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:42,011 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:39:42,012 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-320cbd4f-0033-4f74-a171-8fe68c30700b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-320cbd4f-0033-4f74-a171-8fe68c30700b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:43,060 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:39:43,061 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12ff020-45fa-4bd1-a06d-d39ce69dc711', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12ff020-45fa-4bd1-a06d-d39ce69dc711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:44,122 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:39:44,123 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-629ef0b4-b7ec-47ed-9f66-0598d667fcbd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-629ef0b4-b7ec-47ed-9f66-0598d667fcbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:45,173 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:39:45,173 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8c26c92-ad75-41e8-83d1-1e04fbc79676', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8c26c92-ad75-41e8-83d1-1e04fbc79676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:46,234 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:39:46,235 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ddfbb6e-c499-42be-8d9f-661c7a69e79c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ddfbb6e-c499-42be-8d9f-661c7a69e79c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:47,290 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:47,290 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e2c030f-888b-42fe-985c-e4ce99121132', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e2c030f-888b-42fe-985c-e4ce99121132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:48,348 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:39:48,348 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd10904-77ee-40b3-9486-4dd08c044b48', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd10904-77ee-40b3-9486-4dd08c044b48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:49,404 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:39:49,404 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f23699-cf6d-4b2a-a3db-fe8ab92e0573', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f23699-cf6d-4b2a-a3db-fe8ab92e0573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:50,463 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:39:50,464 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f571b792-acab-4b99-b1b4-eb31781f8bc3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f571b792-acab-4b99-b1b4-eb31781f8bc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:51,514 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:39:51,514 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af78d930-9c14-461a-974b-5d884687f846', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af78d930-9c14-461a-974b-5d884687f846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:52,566 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:39:52,566 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8b5b76d-e1fc-46e3-b310-7ce67ba140be', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8b5b76d-e1fc-46e3-b310-7ce67ba140be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:53,626 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:39:53,626 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4310a842-02ee-4e98-b765-23e71f935072', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4310a842-02ee-4e98-b765-23e71f935072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:54,683 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:39:54,683 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c483e5-05a4-4e3c-ba78-651587949b47', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c483e5-05a4-4e3c-ba78-651587949b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:55,739 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:39:55,739 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa618e7-d359-419e-99ed-6ba20f820417', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa618e7-d359-419e-99ed-6ba20f820417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:56,799 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:39:56,800 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ed3bae-d6fb-455b-8bdc-b0642a77bd72', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ed3bae-d6fb-455b-8bdc-b0642a77bd72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:57,853 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:39:57,853 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960d4ace-eb0f-4301-8700-84e861cf1feb', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960d4ace-eb0f-4301-8700-84e861cf1feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:58,901 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.039s 2022-03-23 17:39:58,901 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e08e0a-c5f6-4181-8b0f-760a9b7c5548', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e08e0a-c5f6-4181-8b0f-760a9b7c5548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:39:59,954 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:39:59,955 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14ad08a-fe0c-4f5d-9cd8-f59011275581', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14ad08a-fe0c-4f5d-9cd8-f59011275581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:01,008 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:40:01,009 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361e4394-e6e3-4820-a0b9-e48eb4403aae', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361e4394-e6e3-4820-a0b9-e48eb4403aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:02,069 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:40:02,070 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47ed4ef7-103c-4c4c-a812-f15b6a67a711', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47ed4ef7-103c-4c4c-a812-f15b6a67a711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:03,126 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:40:03,127 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00416913-7c78-4cc4-a7e7-2bf9655a1ede', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00416913-7c78-4cc4-a7e7-2bf9655a1ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:04,178 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:40:04,178 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e74e510-c79f-4dcc-aa32-030f330f8715', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e74e510-c79f-4dcc-aa32-030f330f8715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:05,233 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:05,234 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f71da1a-cf0f-462c-a146-a788daa79bcf', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f71da1a-cf0f-462c-a146-a788daa79bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:06,286 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:40:06,286 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79858c93-1695-4815-b2c6-e21089792846', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79858c93-1695-4815-b2c6-e21089792846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:07,347 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:40:07,348 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-309cf468-f956-4e37-8386-606c5c182bad', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-309cf468-f956-4e37-8386-606c5c182bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:08,403 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:08,403 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc391f11-9563-43e2-9f50-5cda383c06d1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc391f11-9563-43e2-9f50-5cda383c06d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:09,456 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:40:09,456 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-905302c3-0c72-4c09-a6c4-a23f0425c322', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-905302c3-0c72-4c09-a6c4-a23f0425c322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:10,508 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:40:10,509 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4efadd6-ef2e-40e5-ad3b-0e461cad7102', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4efadd6-ef2e-40e5-ad3b-0e461cad7102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:11,564 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:11,564 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0bc8cae-b4ba-4de9-a7fb-b7ae8e3f9a09', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0bc8cae-b4ba-4de9-a7fb-b7ae8e3f9a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:12,630 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.057s 2022-03-23 17:40:12,630 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7924dc7-4ce2-4085-947b-befbe02de40c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7924dc7-4ce2-4085-947b-befbe02de40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:13,687 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:40:13,687 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28ddaa65-3a5e-4a0b-b945-5e3a994f50a7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ddaa65-3a5e-4a0b-b945-5e3a994f50a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:14,736 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:40:14,736 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98987e70-69d4-4e6d-832b-875cb9e57db1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98987e70-69d4-4e6d-832b-875cb9e57db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:15,794 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:40:15,794 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a798eb-4faf-442f-82e4-682c78f438ab', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a798eb-4faf-442f-82e4-682c78f438ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:16,849 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:40:16,850 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351603d4-c967-40c4-8d5a-8dd6d5cad31d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351603d4-c967-40c4-8d5a-8dd6d5cad31d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:17,905 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:17,905 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9801c301-0c66-4701-b66b-672c3ef92b74', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9801c301-0c66-4701-b66b-672c3ef92b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:18,966 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:40:18,967 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb0ddde9-5b6c-4547-ad06-8f72a4cc32fe', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb0ddde9-5b6c-4547-ad06-8f72a4cc32fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:20,022 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:20,023 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3264a5-4d9d-4ec1-ad09-65acd28729be', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3264a5-4d9d-4ec1-ad09-65acd28729be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:21,082 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:40:21,083 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b309774-2d88-4def-a2d5-998778f3ba1a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b309774-2d88-4def-a2d5-998778f3ba1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:22,139 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:40:22,139 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da7962c-5913-4292-9a52-5f3efd05741c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da7962c-5913-4292-9a52-5f3efd05741c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:23,194 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:23,194 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c40eee-d895-439c-92f4-92c5ea2e2353', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c40eee-d895-439c-92f4-92c5ea2e2353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:24,250 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:24,250 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f14804-50ea-47d4-aecf-badd4511d23e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f14804-50ea-47d4-aecf-badd4511d23e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:25,306 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:40:25,307 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2650c07-3bb1-4b82-9563-5e4fad0c9da4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2650c07-3bb1-4b82-9563-5e4fad0c9da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:26,357 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:40:26,357 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16405d31-afe7-4054-b271-6dde48daeb23', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16405d31-afe7-4054-b271-6dde48daeb23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:27,417 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:40:27,417 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f0fd9e2-9eb1-4f9c-97ae-85321b8be34b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f0fd9e2-9eb1-4f9c-97ae-85321b8be34b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:28,468 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:40:28,468 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b98058-5719-47b7-974a-ca2f77b269e4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09b98058-5719-47b7-974a-ca2f77b269e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:29,518 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:40:29,519 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f01d39d4-a4f3-44ca-b382-37e47b181636', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f01d39d4-a4f3-44ca-b382-37e47b181636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:30,573 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:40:30,573 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7784dfc-057b-4704-98b2-1042f5b6a0d7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7784dfc-057b-4704-98b2-1042f5b6a0d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:31,630 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:40:31,631 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36920015-b1a5-4cbf-8310-a238133ab021', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36920015-b1a5-4cbf-8310-a238133ab021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:32,691 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:40:32,691 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2eb3071-4d21-4bcd-8d16-fd7e9b45b97d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2eb3071-4d21-4bcd-8d16-fd7e9b45b97d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:33,747 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:33,747 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dac781e-ec6f-4850-ab5a-21ce3be903ec', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dac781e-ec6f-4850-ab5a-21ce3be903ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:34,816 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.061s 2022-03-23 17:40:34,816 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c4054d-6da1-445e-bffd-9df4d49bd33e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c4054d-6da1-445e-bffd-9df4d49bd33e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:35,866 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:40:35,866 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dc96652-e49a-483c-b323-d7936c54c860', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dc96652-e49a-483c-b323-d7936c54c860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:36,923 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:40:36,924 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5124cde-11e3-4975-bcce-cb8670302e4f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5124cde-11e3-4975-bcce-cb8670302e4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:37,978 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:40:37,978 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5f55f3-4452-4ec5-a09c-0bcadfb8a807', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5f55f3-4452-4ec5-a09c-0bcadfb8a807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:39,030 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:40:39,030 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e711ecf2-d1a3-4513-b4e1-fce33277a542', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e711ecf2-d1a3-4513-b4e1-fce33277a542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:40,089 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:40:40,090 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec32edd-b9ec-48eb-b447-3d850e0a98f3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec32edd-b9ec-48eb-b447-3d850e0a98f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:41,146 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:40:41,147 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aebe3f93-133d-4112-984e-dd5e0189fca7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aebe3f93-133d-4112-984e-dd5e0189fca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:42,201 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:40:42,201 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013f0b19-4214-457b-96ca-a6da7b6bf2f0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013f0b19-4214-457b-96ca-a6da7b6bf2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:43,258 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:40:43,259 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9fb671-8e3f-406c-b6a2-19e7a84f58cd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9fb671-8e3f-406c-b6a2-19e7a84f58cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:44,308 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:40:44,308 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0382dd17-c74a-4ed4-a278-0a00bde222bd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0382dd17-c74a-4ed4-a278-0a00bde222bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:45,365 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:40:45,366 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d13c165-0fba-4417-aaa5-e7b4df6f7be9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d13c165-0fba-4417-aaa5-e7b4df6f7be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:46,426 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:40:46,426 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c917ba05-0252-437c-987f-dbb7c944e81d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c917ba05-0252-437c-987f-dbb7c944e81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:47,481 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:40:47,481 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e011f77e-30dc-47f8-a276-3132dd98ddd7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e011f77e-30dc-47f8-a276-3132dd98ddd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:48,534 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:40:48,535 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad771ec3-83b6-4f15-bddb-b4789044ed88', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad771ec3-83b6-4f15-bddb-b4789044ed88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:49,595 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:40:49,595 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8ebe95-4b14-46da-8936-f187338e1257', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8ebe95-4b14-46da-8936-f187338e1257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:50,658 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.055s 2022-03-23 17:40:50,658 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493c589d-b0ce-46ae-8a9b-122c1cbdb15b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493c589d-b0ce-46ae-8a9b-122c1cbdb15b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:51,714 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:40:51,715 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e911c9-7d98-4fd6-8b68-9896ec1a6fa0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e911c9-7d98-4fd6-8b68-9896ec1a6fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:52,768 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:40:52,768 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6108fbbf-007e-49c7-8b1b-9685cdb90f1b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6108fbbf-007e-49c7-8b1b-9685cdb90f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:53,830 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:40:53,830 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb277ed-a779-437d-8c65-85844067f1a7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb277ed-a779-437d-8c65-85844067f1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:54,881 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:40:54,882 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc4cb97-28b8-4881-8faf-e54c6e3919f1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc4cb97-28b8-4881-8faf-e54c6e3919f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:55,942 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:40:55,942 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b39b75b2-ee52-4bbe-8afc-7f33d75d2cec', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b39b75b2-ee52-4bbe-8afc-7f33d75d2cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:56,996 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:40:56,997 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0507ff7-a831-4fb8-9df9-51f6ffe70cc7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0507ff7-a831-4fb8-9df9-51f6ffe70cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:58,049 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:40:58,049 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fecf800-33c7-4ecd-b2b7-a5c76ebb51e1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fecf800-33c7-4ecd-b2b7-a5c76ebb51e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:40:59,109 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:40:59,110 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab4b7f6b-b69e-4694-91ab-d8b372eb18d2', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab4b7f6b-b69e-4694-91ab-d8b372eb18d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:00,171 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:41:00,172 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb0c2a3-87fb-4a35-8c6a-927958e776af', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb0c2a3-87fb-4a35-8c6a-927958e776af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:01,228 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:41:01,229 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aaad1df-7220-47c1-9c23-179fcb269313', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aaad1df-7220-47c1-9c23-179fcb269313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:02,283 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:41:02,283 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98988456-2ce3-4e88-acf4-43b332af8b6a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98988456-2ce3-4e88-acf4-43b332af8b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:03,339 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:03,340 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7fe3ebb-a255-478c-b617-0bbd9642edb6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7fe3ebb-a255-478c-b617-0bbd9642edb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:04,400 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:41:04,400 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f353a2c-e4b5-443c-bfe7-9fb22a0cb83e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f353a2c-e4b5-443c-bfe7-9fb22a0cb83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:05,455 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:41:05,455 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e011999d-7707-4d00-b28d-db3db6b27347', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e011999d-7707-4d00-b28d-db3db6b27347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:06,505 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:41:06,505 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310e5c6e-eecd-4078-917e-f5e46622fb5f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310e5c6e-eecd-4078-917e-f5e46622fb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:07,565 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:41:07,565 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d665574-9f5d-4437-977b-53a9642534d5', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d665574-9f5d-4437-977b-53a9642534d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:08,620 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:41:08,620 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1458e04-0e15-45d7-8af9-cb8c4a3f427a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1458e04-0e15-45d7-8af9-cb8c4a3f427a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:09,682 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:41:09,683 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85fc81bf-fedd-4bc6-9d70-79ea5eb9a0b6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85fc81bf-fedd-4bc6-9d70-79ea5eb9a0b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:10,737 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:41:10,738 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0f86a38-2e22-42c5-adf6-f33d60dd7453', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0f86a38-2e22-42c5-adf6-f33d60dd7453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:11,792 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:41:11,793 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6a4a6e-91fd-4a71-84d9-b2cc559204d8', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6a4a6e-91fd-4a71-84d9-b2cc559204d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:12,843 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:41:12,843 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89e8628a-3036-4611-8bfc-49478c7d7578', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89e8628a-3036-4611-8bfc-49478c7d7578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:13,904 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:41:13,905 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0f7c641-b69f-411b-b15b-9fa9c6694060', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0f7c641-b69f-411b-b15b-9fa9c6694060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:14,958 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:41:14,959 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-824200a9-e1aa-4413-a5a4-ea22e81f203a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-824200a9-e1aa-4413-a5a4-ea22e81f203a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:16,019 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:41:16,019 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e886b4-0c2e-4133-9e9f-397ce7ff78f1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e886b4-0c2e-4133-9e9f-397ce7ff78f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:17,069 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:41:17,070 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892d9153-4324-44b0-b887-4d97cfc511bd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892d9153-4324-44b0-b887-4d97cfc511bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:18,125 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:41:18,126 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c88582a-3cb0-49f2-ac95-5fbd3c6678eb', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c88582a-3cb0-49f2-ac95-5fbd3c6678eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:19,186 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:41:19,186 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e3123b1-bd80-4b1f-b325-d8e3295bb4f6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e3123b1-bd80-4b1f-b325-d8e3295bb4f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:20,242 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:41:20,242 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be50dfd0-191b-42d7-9946-f2a4ec0b6136', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be50dfd0-191b-42d7-9946-f2a4ec0b6136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:21,291 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:41:21,291 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d34b4bc-9430-4c11-b1eb-be9a2d4a7440', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d34b4bc-9430-4c11-b1eb-be9a2d4a7440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:22,341 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:41:22,341 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16f308bf-5c34-4324-91b0-aab9d763861b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16f308bf-5c34-4324-91b0-aab9d763861b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:23,397 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:23,398 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d0fe6b-fcf8-4402-b082-04d3140b8aea', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d0fe6b-fcf8-4402-b082-04d3140b8aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:24,451 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:41:24,451 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb821425-f7f8-4116-a9be-47069300e4a1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb821425-f7f8-4116-a9be-47069300e4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:25,499 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:41:25,500 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b783ff46-84cb-4f41-8c80-8cb5e9d24087', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b783ff46-84cb-4f41-8c80-8cb5e9d24087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:26,562 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:41:26,562 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30b9144f-62c4-43cf-9f17-bbf643196b1b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30b9144f-62c4-43cf-9f17-bbf643196b1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:27,618 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:41:27,618 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6134c315-905f-4636-993f-a5746eacd643', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6134c315-905f-4636-993f-a5746eacd643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:28,671 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:41:28,672 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d105054-5a82-4e87-b6ae-7807fe094260', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d105054-5a82-4e87-b6ae-7807fe094260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:29,727 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:41:29,728 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f802b741-4ef8-4d11-9645-a2e897ab5679', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f802b741-4ef8-4d11-9645-a2e897ab5679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:30,785 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:41:30,786 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65bbc1cd-aeb3-4559-813b-9af939a462e2', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65bbc1cd-aeb3-4559-813b-9af939a462e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:31,845 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:41:31,846 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35dd5f73-d82e-4579-a8de-51a83519410a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35dd5f73-d82e-4579-a8de-51a83519410a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:32,900 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:41:32,900 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8f3680a-cfea-4a2d-91f3-72887a1cb793', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8f3680a-cfea-4a2d-91f3-72887a1cb793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:33,953 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:41:33,954 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d22e8aa1-cb84-480a-82cf-81ea51732467', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d22e8aa1-cb84-480a-82cf-81ea51732467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:35,015 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:41:35,017 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a86fd3-48d4-4743-9c48-304a7a8a92cc', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a86fd3-48d4-4743-9c48-304a7a8a92cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:36,066 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:41:36,067 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83043e38-7bd2-406e-9ae8-d78ee4cc9e06', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83043e38-7bd2-406e-9ae8-d78ee4cc9e06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:37,119 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:41:37,120 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbff213d-c644-430d-9481-e39a48608d83', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbff213d-c644-430d-9481-e39a48608d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:38,174 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:41:38,174 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a6aaa2-43e2-4d27-b4d0-e511bf65a709', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a6aaa2-43e2-4d27-b4d0-e511bf65a709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:39,229 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:41:39,229 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbd7e4fd-952e-4d1d-b994-e99d44bbb039', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbd7e4fd-952e-4d1d-b994-e99d44bbb039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:40,279 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:41:40,279 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c4c5d2-2f1e-421a-8cc6-b43b337e0d53', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c4c5d2-2f1e-421a-8cc6-b43b337e0d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:41,338 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:41:41,338 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e2d7c4-04a8-4353-8ba4-7241a4d84d20', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e2d7c4-04a8-4353-8ba4-7241a4d84d20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:42,395 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:42,395 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42dc97f-ffe4-44d2-8512-47ad7e23b36a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42dc97f-ffe4-44d2-8512-47ad7e23b36a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:43,452 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:43,453 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6149ccb-366b-4655-92e9-c5c9d82f84d0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6149ccb-366b-4655-92e9-c5c9d82f84d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:44,503 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:41:44,503 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb68ca8-ea1f-4fa7-9e1e-a2629c82b752', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb68ca8-ea1f-4fa7-9e1e-a2629c82b752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:45,559 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:45,559 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-038fcbd2-29be-4faa-9636-e0064719d4bf', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-038fcbd2-29be-4faa-9636-e0064719d4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:46,618 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:41:46,618 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b6bce8-aa87-4a12-a942-250e64351da8', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b6bce8-aa87-4a12-a942-250e64351da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:47,675 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:41:47,675 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce176934-7c38-482c-8324-204121b1a13d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce176934-7c38-482c-8324-204121b1a13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:48,731 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:48,731 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecdf0402-b8f5-4751-9735-a3265ef4d46d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecdf0402-b8f5-4751-9735-a3265ef4d46d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:49,784 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:41:49,785 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5727b108-abf2-454a-8628-1665f9e5c666', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5727b108-abf2-454a-8628-1665f9e5c666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:50,847 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:41:50,848 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-848ba760-d953-4d73-ac78-cf201b16887c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848ba760-d953-4d73-ac78-cf201b16887c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:51,904 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:51,904 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982f6d63-d3c4-438d-9381-494a9eca4440', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982f6d63-d3c4-438d-9381-494a9eca4440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:52,959 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:41:52,959 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b59c64b-b318-4b50-a7ff-fd5ef1c597eb', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b59c64b-b318-4b50-a7ff-fd5ef1c597eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:54,006 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.039s 2022-03-23 17:41:54,006 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f431d36c-b8d8-42ff-93e2-8aba7ceba263', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f431d36c-b8d8-42ff-93e2-8aba7ceba263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:55,065 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:41:55,065 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0964b413-6f6d-49d4-9718-c91a1d5ea89b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0964b413-6f6d-49d4-9718-c91a1d5ea89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:56,114 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:41:56,114 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231700d2-a6d4-45e6-af87-3fa590d749c4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231700d2-a6d4-45e6-af87-3fa590d749c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:57,166 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:41:57,166 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89080c83-bc35-4bd0-8e6e-07d6e4201a23', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89080c83-bc35-4bd0-8e6e-07d6e4201a23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:58,226 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:41:58,227 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00733ad9-d4d0-42c0-ad77-d1c70751e2bc', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00733ad9-d4d0-42c0-ad77-d1c70751e2bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:41:59,278 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:41:59,279 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7179761f-d822-4761-8b90-7ab3682770b7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7179761f-d822-4761-8b90-7ab3682770b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:00,332 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:00,333 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ced160-9847-4428-a97c-8f7edb592a73', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ced160-9847-4428-a97c-8f7edb592a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:01,393 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:42:01,393 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77b1df8a-8347-4267-9b16-3ca7d8469b2d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77b1df8a-8347-4267-9b16-3ca7d8469b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:02,447 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:42:02,447 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a9597a2-f3f5-49be-b625-cdb989b25812', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a9597a2-f3f5-49be-b625-cdb989b25812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:03,510 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:42:03,511 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d690edc-386f-4f0b-a8bb-3341099de3b7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d690edc-386f-4f0b-a8bb-3341099de3b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:04,566 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:42:04,567 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-984ab894-b146-40d8-9bce-8f3047c73b77', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-984ab894-b146-40d8-9bce-8f3047c73b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:05,625 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:42:05,625 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06f75db9-44ff-42fc-ad37-0a22ff92a9c5', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06f75db9-44ff-42fc-ad37-0a22ff92a9c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:06,683 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:42:06,683 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5ece27-515c-4d6d-8aa2-8aba313baaf3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5ece27-515c-4d6d-8aa2-8aba313baaf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:07,731 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:42:07,732 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9617f14-1bac-40f5-b15d-9e7d564887f7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9617f14-1bac-40f5-b15d-9e7d564887f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:08,793 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:42:08,793 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25a4ccbd-bfbf-4e56-9958-80b20fa886cf', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25a4ccbd-bfbf-4e56-9958-80b20fa886cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:09,846 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:42:09,846 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c10ea4-864e-400a-816b-ede5813fc915', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c10ea4-864e-400a-816b-ede5813fc915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:10,902 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:42:10,903 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7427764-b058-4b5a-b773-3f477c61d3e1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7427764-b058-4b5a-b773-3f477c61d3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:11,959 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:42:11,960 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade09a3f-c87d-47c8-ae47-4119e9da6a89', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade09a3f-c87d-47c8-ae47-4119e9da6a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:13,013 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:42:13,013 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e92126-15c8-403f-9435-40ec4a06cc78', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e92126-15c8-403f-9435-40ec4a06cc78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:14,071 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:42:14,071 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e26d86-adbb-4c33-90cf-86f898abaaa6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e26d86-adbb-4c33-90cf-86f898abaaa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:15,130 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:42:15,130 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45b0e10-0a48-4121-a3f7-04a05dee9a11', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45b0e10-0a48-4121-a3f7-04a05dee9a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:16,189 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:42:16,189 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2435ead-6a64-40bd-a001-ad36f2118fa3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2435ead-6a64-40bd-a001-ad36f2118fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:17,244 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:42:17,244 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71b3dbff-7952-488d-9731-52074d7273f7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71b3dbff-7952-488d-9731-52074d7273f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:18,297 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:18,298 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c485b2e-5a48-45a9-95b4-d899350f6a41', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c485b2e-5a48-45a9-95b4-d899350f6a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:19,355 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:42:19,355 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1a0a045-bce5-410a-acec-4df50d2e9b78', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1a0a045-bce5-410a-acec-4df50d2e9b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:20,413 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:42:20,413 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bb69a3-60aa-40ec-9c7b-bbcd7ae8e8b0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bb69a3-60aa-40ec-9c7b-bbcd7ae8e8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:21,467 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:21,467 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-791ccfdf-f0bc-4a65-8fa8-7011101c98f9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-791ccfdf-f0bc-4a65-8fa8-7011101c98f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:22,519 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:42:22,519 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f6b97f5-abbb-4560-9945-93e0f4661fb5', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f6b97f5-abbb-4560-9945-93e0f4661fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:23,581 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:42:23,581 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f755a1d7-2116-4fbd-9b0e-7a1940aab9ba', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f755a1d7-2116-4fbd-9b0e-7a1940aab9ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:24,636 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:42:24,636 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9adc5ce4-3e6e-4bfb-972a-a1b93e103960', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9adc5ce4-3e6e-4bfb-972a-a1b93e103960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:25,690 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:25,690 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cca3e502-8706-4d77-9437-51b0803eb73c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cca3e502-8706-4d77-9437-51b0803eb73c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:26,752 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:42:26,752 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6aef0e6-67df-4403-80f8-efeb64d7115c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6aef0e6-67df-4403-80f8-efeb64d7115c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:27,804 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:42:27,805 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16881264-1cd3-488c-9c17-884fd8cfa460', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16881264-1cd3-488c-9c17-884fd8cfa460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:28,870 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:42:28,870 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16324381-5aba-4eb7-96d7-29baf9051a9c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16324381-5aba-4eb7-96d7-29baf9051a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:29,923 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:29,924 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c3e46a-df4b-4284-8b16-b9af0f101538', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c3e46a-df4b-4284-8b16-b9af0f101538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:30,974 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:42:30,974 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b3a574-3037-41f8-acfa-c3f1656913f7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b3a574-3037-41f8-acfa-c3f1656913f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:32,037 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:42:32,037 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938b368c-5421-4ee8-b5f4-c577daf52cc9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938b368c-5421-4ee8-b5f4-c577daf52cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:33,093 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:42:33,093 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b84e4f-aa4d-4dcc-9fc9-78d6149ccb31', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5b84e4f-aa4d-4dcc-9fc9-78d6149ccb31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:34,155 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:42:34,156 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d27abca-9940-42d3-8192-92bc28cd1b4a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d27abca-9940-42d3-8192-92bc28cd1b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:35,208 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:42:35,209 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2371a802-038f-40f6-abe1-1b2f0a7b7f53', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2371a802-038f-40f6-abe1-1b2f0a7b7f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:36,260 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:42:36,261 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2288327f-060d-4c83-ba01-024c5354a466', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2288327f-060d-4c83-ba01-024c5354a466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:37,322 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:42:37,322 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b8c33c-8ed3-4aba-a446-317e7fa68b29', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b8c33c-8ed3-4aba-a446-317e7fa68b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:38,376 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:42:38,377 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b7b1e8b-d428-4a2e-bc70-3ef634d7f2f9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b7b1e8b-d428-4a2e-bc70-3ef634d7f2f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:39,430 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:39,431 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cac8ea85-3647-4faa-bc0f-8f06150d47f5', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cac8ea85-3647-4faa-bc0f-8f06150d47f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:40,480 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:42:40,480 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-960837d7-37f7-4b3a-a21a-4b36e6a09d82', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-960837d7-37f7-4b3a-a21a-4b36e6a09d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:41,534 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:41,534 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a253752-5f35-4d9d-90ea-57a0015d1d1d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a253752-5f35-4d9d-90ea-57a0015d1d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:42,583 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:42:42,583 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a03ba4-c332-4b7a-a1f6-a0f96fa09e02', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a03ba4-c332-4b7a-a1f6-a0f96fa09e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:43,639 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:42:43,640 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a74cc951-17db-47c7-9432-395c130412d8', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a74cc951-17db-47c7-9432-395c130412d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:44,702 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:42:44,703 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06ed4c7-f94c-4d79-8636-8e4952631263', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06ed4c7-f94c-4d79-8636-8e4952631263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:45,756 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:45,757 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688bf8dd-2bea-4a42-b303-266a77ed3364', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688bf8dd-2bea-4a42-b303-266a77ed3364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:46,813 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:42:46,813 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf8f875-a29e-4b6c-87c0-c0b95da08e20', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf8f875-a29e-4b6c-87c0-c0b95da08e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:47,867 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:42:47,868 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bdb49c5-a632-4056-909b-3b18021fa844', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bdb49c5-a632-4056-909b-3b18021fa844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:48,924 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:42:48,924 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fcf739b-3d55-4547-9e6d-ca929ed06f29', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fcf739b-3d55-4547-9e6d-ca929ed06f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:49,985 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:42:49,985 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13af9269-076a-48ee-8622-8b0c90669f68', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13af9269-076a-48ee-8622-8b0c90669f68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:51,041 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:42:51,041 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e914d5bd-11a1-4d7b-ad37-b9f2795881c9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e914d5bd-11a1-4d7b-ad37-b9f2795881c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:52,098 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:42:52,098 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaa18c59-9838-4ee5-b5b7-7d4b6b2d33ed', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaa18c59-9838-4ee5-b5b7-7d4b6b2d33ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:53,159 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:42:53,160 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659f6a73-b51a-4bc3-91e1-75ad933a6ae9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659f6a73-b51a-4bc3-91e1-75ad933a6ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:54,215 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:42:54,215 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee06aa1b-2c21-4d6c-a491-10dbc3d5023b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee06aa1b-2c21-4d6c-a491-10dbc3d5023b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:55,272 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:42:55,273 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34cd9fe9-737b-4bc7-9e0a-a169dfe07a3c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34cd9fe9-737b-4bc7-9e0a-a169dfe07a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:56,323 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:42:56,323 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08645eab-8652-463b-bb84-0e29df25b642', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08645eab-8652-463b-bb84-0e29df25b642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:57,377 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:42:57,378 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b8f02cb-29c1-4b84-9ab0-78c4719ed7eb', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b8f02cb-29c1-4b84-9ab0-78c4719ed7eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:58,444 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.059s 2022-03-23 17:42:58,445 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb1769a-ddd9-4617-ab1a-7fad0037cb5e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb1769a-ddd9-4617-ab1a-7fad0037cb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:42:59,493 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:42:59,493 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-280b18a0-bc15-409d-a94a-c11d91ea254b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-280b18a0-bc15-409d-a94a-c11d91ea254b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:00,551 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:43:00,551 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b996a4-9adb-437f-a07b-1fba84615d89', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b996a4-9adb-437f-a07b-1fba84615d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:01,607 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:43:01,607 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e395319-d72c-466a-bcfa-609b324429dd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e395319-d72c-466a-bcfa-609b324429dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:02,665 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:43:02,666 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fdc1b6e-d971-490b-b887-2343790006ae', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fdc1b6e-d971-490b-b887-2343790006ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:03,718 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:43:03,718 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb2b4def-eeb9-4652-a789-eb95fc44630e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb2b4def-eeb9-4652-a789-eb95fc44630e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:04,775 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:04,776 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f146fec8-d593-44cc-82c4-a559bb350d50', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f146fec8-d593-44cc-82c4-a559bb350d50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:05,831 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:05,832 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd530d24-591c-4ec8-8d0c-b9a400bf36b7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd530d24-591c-4ec8-8d0c-b9a400bf36b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:06,893 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.053s 2022-03-23 17:43:06,894 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-799999c8-9e8e-4e75-871d-0e01adf75edf', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-799999c8-9e8e-4e75-871d-0e01adf75edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:07,943 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:43:07,943 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a19b7ab-a203-4bc6-b702-f8fbad9c525b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a19b7ab-a203-4bc6-b702-f8fbad9c525b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:08,998 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:08,999 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a97eea3-d97f-4f60-b1c3-39cdf238a2a3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a97eea3-d97f-4f60-b1c3-39cdf238a2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:10,056 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:43:10,057 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e4a6a2-e438-4153-83df-b22066e24b35', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e4a6a2-e438-4153-83df-b22066e24b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:11,117 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:43:11,118 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee9a8efd-01d2-4966-a987-380fc6b0763b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee9a8efd-01d2-4966-a987-380fc6b0763b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:12,175 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:43:12,175 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b08cc06c-7e33-4bb9-aa35-326942ae0b03', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b08cc06c-7e33-4bb9-aa35-326942ae0b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:13,231 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:13,231 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd28cd15-f9b1-4e87-bdde-003acea91345', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd28cd15-f9b1-4e87-bdde-003acea91345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:14,289 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:43:14,289 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515680d6-6960-4903-99b8-d5c8bcaa537a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515680d6-6960-4903-99b8-d5c8bcaa537a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:15,348 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:43:15,349 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009b5200-10db-4afb-9798-b408bd60f7aa', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009b5200-10db-4afb-9798-b408bd60f7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:16,405 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:16,405 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29c1755-7264-455b-96ec-8a273990010d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29c1755-7264-455b-96ec-8a273990010d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:17,457 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:43:17,458 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fdaf9d-f253-4fc9-9091-d4998ff71851', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fdaf9d-f253-4fc9-9091-d4998ff71851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:18,507 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:43:18,507 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ea88be-27d0-48c0-8ebe-c8f470e7f329', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ea88be-27d0-48c0-8ebe-c8f470e7f329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:19,566 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:43:19,567 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b208cc9-8156-411d-99f3-ce372db8d0c8', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b208cc9-8156-411d-99f3-ce372db8d0c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:20,621 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:43:20,622 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28a177f-2722-47bd-953e-68202423a6bb', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28a177f-2722-47bd-953e-68202423a6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:21,676 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:21,677 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd6c301-c62c-499c-82c7-f99afc125e50', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd6c301-c62c-499c-82c7-f99afc125e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:22,733 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:43:22,733 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a0212f-ea7a-4631-91db-17140839ca9d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a0212f-ea7a-4631-91db-17140839ca9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:23,788 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:43:23,788 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ae8be9-4608-4ad4-88c7-f16e1d863c07', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ae8be9-4608-4ad4-88c7-f16e1d863c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:24,843 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:24,843 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0f3b245-12c7-41a9-972e-4aa183f5481c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0f3b245-12c7-41a9-972e-4aa183f5481c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:25,902 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:43:25,903 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-160811fe-fc6b-49f5-af63-ef8db0aae8da', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-160811fe-fc6b-49f5-af63-ef8db0aae8da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:26,962 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:43:26,962 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc4b002f-251c-4df9-b98f-f02bd7ec74c4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4b002f-251c-4df9-b98f-f02bd7ec74c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:28,017 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:28,018 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee8caef2-2407-4d15-bb7a-911cf5ac8476', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee8caef2-2407-4d15-bb7a-911cf5ac8476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:29,070 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:43:29,070 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb981b9-f344-4960-920a-7c6029d23a64', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb981b9-f344-4960-920a-7c6029d23a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:30,136 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.059s 2022-03-23 17:43:30,136 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49e28303-ae33-4f37-9a90-ba1ca5b01e39', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49e28303-ae33-4f37-9a90-ba1ca5b01e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:31,189 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:43:31,190 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88ccf53-7bad-4f04-94f8-80a489cc03f0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88ccf53-7bad-4f04-94f8-80a489cc03f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:32,242 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:43:32,242 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84130448-3477-44c6-9a60-2c004a9ef405', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84130448-3477-44c6-9a60-2c004a9ef405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:33,299 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:43:33,299 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39b64a7-cbea-4069-8974-8151a986e99d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39b64a7-cbea-4069-8974-8151a986e99d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:34,349 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:43:34,349 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7230843-25f0-47d8-ad05-2a24d5c1f796', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7230843-25f0-47d8-ad05-2a24d5c1f796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:35,403 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:43:35,403 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee752e13-3a8c-4c97-9020-451ed017e8fb', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee752e13-3a8c-4c97-9020-451ed017e8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:36,459 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:36,460 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03d44fc4-e366-4431-84a1-8b4cba66d6d3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03d44fc4-e366-4431-84a1-8b4cba66d6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:37,511 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:43:37,511 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b37c40a-5434-4fe0-80e9-b12025e88a26', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b37c40a-5434-4fe0-80e9-b12025e88a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:38,569 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:43:38,570 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8b72b93-481c-422c-9008-53000267d56c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8b72b93-481c-422c-9008-53000267d56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:39,626 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:43:39,627 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f27fe41c-4015-44f7-bd7a-4d2c6c1e1aa2', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27fe41c-4015-44f7-bd7a-4d2c6c1e1aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:40,688 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:43:40,688 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8d3193-8359-4cc2-b7e3-28fa60cc31a7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8d3193-8359-4cc2-b7e3-28fa60cc31a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:41,744 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:43:41,745 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d5fd636-c36d-49d8-b13a-af56fe4c002e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d5fd636-c36d-49d8-b13a-af56fe4c002e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:42,808 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.055s 2022-03-23 17:43:42,808 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b637c25c-4ed1-46d5-b1c1-fc1dbe22e9b3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b637c25c-4ed1-46d5-b1c1-fc1dbe22e9b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:43,866 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:43:43,866 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c58110-3be6-453d-871b-1ff6f34e2f6e', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c58110-3be6-453d-871b-1ff6f34e2f6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:44,918 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:43:44,918 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2b8cac6-95f5-4f9e-ae72-3a18b577da4d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2b8cac6-95f5-4f9e-ae72-3a18b577da4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:45,974 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:45,974 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7f5967-ff57-482e-8e32-beae3ab019c7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7f5967-ff57-482e-8e32-beae3ab019c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:47,030 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:47,031 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43887fbc-73dc-43df-9592-807bd3a5915d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43887fbc-73dc-43df-9592-807bd3a5915d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:48,081 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:43:48,081 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d87bfb7-123c-4459-941f-d8efd696ea0f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d87bfb7-123c-4459-941f-d8efd696ea0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:49,142 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:43:49,142 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0743a96f-633e-49f4-b08c-03417c2d2001', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0743a96f-633e-49f4-b08c-03417c2d2001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:50,194 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:43:50,194 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66082ceb-7700-442c-be1f-b0f9a86f6133', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66082ceb-7700-442c-be1f-b0f9a86f6133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:51,315 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.113s 2022-03-23 17:43:51,315 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f4b274d-bcbe-4117-bb53-edf2e0df3078', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4b274d-bcbe-4117-bb53-edf2e0df3078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:52,363 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:43:52,364 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec11f780-f665-465c-a9d7-3b89b2a45694', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec11f780-f665-465c-a9d7-3b89b2a45694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:53,415 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:43:53,415 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd37430b-8e3b-4ab7-9404-457991034465', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd37430b-8e3b-4ab7-9404-457991034465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:54,468 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:43:54,468 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-475a1339-b07f-43ba-8582-e2e40e3f6f57', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-475a1339-b07f-43ba-8582-e2e40e3f6f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:55,518 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.041s 2022-03-23 17:43:55,518 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d831d227-26b4-4341-8294-1306b875068b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d831d227-26b4-4341-8294-1306b875068b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:56,569 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:43:56,569 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3901252d-b290-445f-8e15-a5a567abf746', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3901252d-b290-445f-8e15-a5a567abf746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:57,618 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:43:57,618 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce92869e-c983-4642-bb08-6e31137531f4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce92869e-c983-4642-bb08-6e31137531f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:58,673 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:43:58,673 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-332e5cef-5fc3-4316-9fe5-67d62766f6bc', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-332e5cef-5fc3-4316-9fe5-67d62766f6bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:43:59,730 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:43:59,730 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-460a29ab-4582-4758-86c2-aaea2cfa1027', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-460a29ab-4582-4758-86c2-aaea2cfa1027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:00,781 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:44:00,782 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc52db36-87cb-4928-9edd-703a41d25eef', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc52db36-87cb-4928-9edd-703a41d25eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:01,844 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:44:01,844 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a721243-1af4-4364-ab78-4f0e5196cff1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a721243-1af4-4364-ab78-4f0e5196cff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:02,908 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.056s 2022-03-23 17:44:02,908 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6bd416b-9137-4a79-aeb6-51c77b7f4015', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6bd416b-9137-4a79-aeb6-51c77b7f4015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:03,963 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:44:03,964 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccc0773e-b035-4d75-882a-45975a914e57', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccc0773e-b035-4d75-882a-45975a914e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:05,017 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:44:05,017 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf212ad-3aa1-4448-b70c-914b1e56f1f1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf212ad-3aa1-4448-b70c-914b1e56f1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:06,078 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:44:06,078 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc8890fb-8df5-4319-8717-83f4f73b55b1', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc8890fb-8df5-4319-8717-83f4f73b55b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:07,138 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:44:07,139 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c90fc07-956a-4616-bd0a-f03dd830bb17', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c90fc07-956a-4616-bd0a-f03dd830bb17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:08,189 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:44:08,189 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-145f8bc0-d3b2-4a84-9f68-3d9856b57203', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-145f8bc0-d3b2-4a84-9f68-3d9856b57203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:09,246 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:44:09,246 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e58cea4-157c-40d2-841d-4b1a463d07b2', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e58cea4-157c-40d2-841d-4b1a463d07b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:10,299 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:44:10,299 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00dc5e16-54e5-4a36-814d-e2ba6f86942c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00dc5e16-54e5-4a36-814d-e2ba6f86942c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:11,355 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:44:11,356 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2850253b-666f-4dad-8911-623f5a2175aa', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2850253b-666f-4dad-8911-623f5a2175aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:12,404 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:44:12,405 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-553acafd-450d-4829-b6c1-a3bbb14adbfd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-553acafd-450d-4829-b6c1-a3bbb14adbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:13,457 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:44:13,458 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b7f7dd2-fa9f-42ee-8140-07566ec4c57b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b7f7dd2-fa9f-42ee-8140-07566ec4c57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:14,515 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:44:14,515 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e58af1-0da8-472d-8faa-b6f67e5814cd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e58af1-0da8-472d-8faa-b6f67e5814cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:15,574 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:44:15,574 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d92b1c-9661-4bdd-b752-b27e2006e3c0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d92b1c-9661-4bdd-b752-b27e2006e3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:16,628 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:44:16,628 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ad2ca59-6235-44b7-9f1d-590a867e065f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ad2ca59-6235-44b7-9f1d-590a867e065f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:17,684 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:44:17,685 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3c06a4-47fb-4a0f-bc65-c28511c073bf', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3c06a4-47fb-4a0f-bc65-c28511c073bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:18,737 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:44:18,738 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139d8202-d101-4c73-af0f-b11a8efdce5d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139d8202-d101-4c73-af0f-b11a8efdce5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:19,801 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.054s 2022-03-23 17:44:19,802 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81903774-995c-40c1-a890-0123fb9cb20f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81903774-995c-40c1-a890-0123fb9cb20f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:20,864 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.055s 2022-03-23 17:44:20,864 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a696db2-79e3-4293-b8c5-9cfd959ea45d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a696db2-79e3-4293-b8c5-9cfd959ea45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:21,920 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:44:21,921 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99ed296-c38d-4324-8fc4-2a2575d1131f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99ed296-c38d-4324-8fc4-2a2575d1131f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:22,974 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:44:22,974 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc2e9a9-5998-4933-9fb3-316fc0f89133', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc2e9a9-5998-4933-9fb3-316fc0f89133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:24,028 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:44:24,028 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c74bfd-2594-472e-a035-a3937dc1a29c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c74bfd-2594-472e-a035-a3937dc1a29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:25,082 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:44:25,082 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4502de-94c7-4d92-a824-12e0777c7c1b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4502de-94c7-4d92-a824-12e0777c7c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:26,133 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:44:26,134 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55273d3a-cc32-4389-8339-b148d8ae86a5', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55273d3a-cc32-4389-8339-b148d8ae86a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:27,186 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:44:27,186 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c5283f-a877-48ca-98a0-2b963bbdcb00', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c5283f-a877-48ca-98a0-2b963bbdcb00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:28,236 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:44:28,236 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1cfae6-dafa-4de8-960c-ee8547ef496b', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1cfae6-dafa-4de8-960c-ee8547ef496b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:29,296 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:44:29,297 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d3be8c-88b1-4238-a4de-8fe7815a4665', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d3be8c-88b1-4238-a4de-8fe7815a4665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:30,357 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.051s 2022-03-23 17:44:30,359 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a7a0f2-f803-4ff1-8937-87bc4aac0ea2', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a7a0f2-f803-4ff1-8937-87bc4aac0ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:31,412 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:44:31,413 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108af091-48f4-40d4-b504-ff4a88c82330', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108af091-48f4-40d4-b504-ff4a88c82330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:32,465 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:44:32,465 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c2df99-85ef-4aaf-8d3d-60f1b41e3ebd', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c2df99-85ef-4aaf-8d3d-60f1b41e3ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:33,525 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:44:33,525 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3c75162-d9b2-4775-a391-bb66dbc5e9a2', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3c75162-d9b2-4775-a391-bb66dbc5e9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:34,578 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:44:34,578 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf8b713-c8b6-43e5-973f-dc433bc56837', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf8b713-c8b6-43e5-973f-dc433bc56837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:35,633 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.047s 2022-03-23 17:44:35,634 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a012ee30-378a-4b9e-aaaf-2cd3d170b7f7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a012ee30-378a-4b9e-aaaf-2cd3d170b7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:36,690 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:44:36,690 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd610ff2-0176-481a-8ecc-195c6e1b7295', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd610ff2-0176-481a-8ecc-195c6e1b7295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:37,737 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:44:37,738 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffa3f09-71d3-4290-89bc-7ea5e8eaee50', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffa3f09-71d3-4290-89bc-7ea5e8eaee50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:38,790 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.044s 2022-03-23 17:44:38,791 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-220877b1-a13c-405d-89f2-402ed9a3f09d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-220877b1-a13c-405d-89f2-402ed9a3f09d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:39,851 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:44:39,852 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a353cc7b-211f-4c5a-88a9-b03ffe44caf7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a353cc7b-211f-4c5a-88a9-b03ffe44caf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:40,909 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:44:40,909 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4726d3a6-46c7-4cd6-8677-cb1131e53b1d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4726d3a6-46c7-4cd6-8677-cb1131e53b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:41,964 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.046s 2022-03-23 17:44:41,964 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-261de8a2-4bab-4bf5-987f-e265eabd10b9', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-261de8a2-4bab-4bf5-987f-e265eabd10b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:43,020 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.048s 2022-03-23 17:44:43,021 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb362e9c-707f-47eb-8ebf-e0d08aca8e1d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb362e9c-707f-47eb-8ebf-e0d08aca8e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:44,069 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.040s 2022-03-23 17:44:44,069 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e593c22-8043-42f3-ba58-5eed794b9637', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e593c22-8043-42f3-ba58-5eed794b9637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:45,129 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.052s 2022-03-23 17:44:45,130 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0140200-2747-4e4e-9328-18edb15771b7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0140200-2747-4e4e-9328-18edb15771b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:46,180 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:44:46,181 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cff8a7f-7c4a-47b9-bab9-f08532f66125', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cff8a7f-7c4a-47b9-bab9-f08532f66125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:47,231 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.042s 2022-03-23 17:44:47,231 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-900640b7-dc49-4877-bdda-65c684f28600', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900640b7-dc49-4877-bdda-65c684f28600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:48,289 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.050s 2022-03-23 17:44:48,290 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d747a3d0-d63c-46be-8635-6b2b82cbbe31', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d747a3d0-d63c-46be-8635-6b2b82cbbe31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:49,342 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.045s 2022-03-23 17:44:49,343 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb7f0a25-172f-4c74-8322-4346cd0f2769', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb7f0a25-172f-4c74-8322-4346cd0f2769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:50,400 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.049s 2022-03-23 17:44:50,401 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c19fe6-b814-469f-bf24-ac3070175e11', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c19fe6-b814-469f-bf24-ac3070175e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:51,453 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20 0.043s 2022-03-23 17:44:51,453 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df3781b3-7541-4bce-8af6-6c42690f6207', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df3781b3-7541-4bce-8af6-6c42690f6207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20'} Body: b'{"volume": {"id": "938d9599-343e-4886-8048-5f0fc6fbff20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:38:51.000000", "updated_at": "2022-03-23T17:38:51.000000", "name": "tempest-VolumesExtendTest-Volume-1890687751", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/938d9599-343e-4886-8048-5f0fc6fbff20"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, 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 938d9599-343e-4886-8048-5f0fc6fbff20 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
fail
ft11.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-23 17:44:51,727 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes 0.221s 2022-03-23 17:44:51,728 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendTest-Volume-1071553524"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f84d653-b74e-4d0b-82dc-2128b3e65262', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f84d653-b74e-4d0b-82dc-2128b3e65262', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:51.655218", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:44:51,830 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:44:51,830 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d812edae-405e-4b3b-81f2-717910c9abd0', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d812edae-405e-4b3b-81f2-717910c9abd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:52,889 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:44:52,890 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc013fd-9672-452d-861d-9b194a7a65e9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc013fd-9672-452d-861d-9b194a7a65e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:53,954 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:44:53,954 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4595ddd6-8e01-4af1-9741-09a594ffc427', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4595ddd6-8e01-4af1-9741-09a594ffc427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:55,010 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:44:55,011 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a9ccf8-9fb7-4569-9f82-0e792215b742', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a9ccf8-9fb7-4569-9f82-0e792215b742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:56,062 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:44:56,062 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4717edc8-e78a-4447-9688-5c2f411d776b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4717edc8-e78a-4447-9688-5c2f411d776b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:57,114 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:44:57,115 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e7447c-e833-492c-bd8e-6058d663c7af', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e7447c-e833-492c-bd8e-6058d663c7af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:58,172 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:44:58,172 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c175638-77e4-44e7-adb8-8889fcc0872d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c175638-77e4-44e7-adb8-8889fcc0872d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:44:59,224 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:44:59,225 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d75ac4-8c52-40a8-8400-59be9fb6aff0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d75ac4-8c52-40a8-8400-59be9fb6aff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:00,277 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:45:00,277 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b488be-fa3d-49e7-bcf7-501a345e7482', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b488be-fa3d-49e7-bcf7-501a345e7482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:01,336 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:45:01,336 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d3aa0c-94bb-45c0-800b-219208306b4f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d3aa0c-94bb-45c0-800b-219208306b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:02,385 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:45:02,385 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65957f7d-1326-4552-b8bc-a9c59105755f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65957f7d-1326-4552-b8bc-a9c59105755f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:03,440 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:45:03,440 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26cacf05-ea37-4214-8b0d-1fdd2b7ccb4c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26cacf05-ea37-4214-8b0d-1fdd2b7ccb4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:04,488 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:45:04,489 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb033d6c-f410-4fb2-bd95-f0fd4c976eb8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb033d6c-f410-4fb2-bd95-f0fd4c976eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:05,546 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:45:05,547 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90f33087-efc1-40bc-9ec3-5491488b222f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90f33087-efc1-40bc-9ec3-5491488b222f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:06,599 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:45:06,599 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1229e7da-8256-4e71-bef7-bff604bccd06', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1229e7da-8256-4e71-bef7-bff604bccd06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:07,655 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:45:07,655 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d664854-94cc-4285-bd3d-b21168ed29dd', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d664854-94cc-4285-bd3d-b21168ed29dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:08,709 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:45:08,710 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e741a97-143e-484e-bc9e-5502e1f71702', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e741a97-143e-484e-bc9e-5502e1f71702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:09,757 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:45:09,758 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d03de4e3-071c-4b7c-8b13-9b0af8d34402', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d03de4e3-071c-4b7c-8b13-9b0af8d34402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:10,809 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:45:10,809 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-352b70b1-53dc-4558-bed4-722102046e16', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-352b70b1-53dc-4558-bed4-722102046e16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:11,859 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:45:11,860 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0272158c-ee14-4f11-9da2-fbfb5d1785ae', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0272158c-ee14-4f11-9da2-fbfb5d1785ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:12,913 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:45:12,914 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84cdfc0-2948-4e89-b79d-5f015138d01d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84cdfc0-2948-4e89-b79d-5f015138d01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:13,959 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:45:13,959 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a219f5-afc9-4981-90fb-4560431c307e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a219f5-afc9-4981-90fb-4560431c307e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:15,004 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.037s 2022-03-23 17:45:15,005 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a3bfad-511f-4e1c-ba81-cddb5b5af966', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a3bfad-511f-4e1c-ba81-cddb5b5af966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:16,066 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:45:16,067 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-701655af-893f-4962-96f7-c678bc2b09da', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-701655af-893f-4962-96f7-c678bc2b09da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:17,128 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:45:17,129 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-886b1e92-f413-47af-bf6e-495bfa49b6aa', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-886b1e92-f413-47af-bf6e-495bfa49b6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:18,190 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:45:18,190 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9f3d9a-358e-47d5-9e3d-244751f3ca8e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9f3d9a-358e-47d5-9e3d-244751f3ca8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:19,236 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:45:19,237 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10934ced-9744-4cd0-82c1-ad489490a729', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10934ced-9744-4cd0-82c1-ad489490a729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:20,288 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:45:20,288 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43baa386-9d68-4caa-a89f-544f56c8a5fd', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43baa386-9d68-4caa-a89f-544f56c8a5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:21,342 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:45:21,342 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74f7367f-9b67-48ea-8b8c-083c1e8149f0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74f7367f-9b67-48ea-8b8c-083c1e8149f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:22,391 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:45:22,392 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f9922d2-e09b-497b-9fbb-524610418a71', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f9922d2-e09b-497b-9fbb-524610418a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:23,452 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:45:23,453 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d896fda-cc1f-4c9c-8c1f-e6e2ad9f50d9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d896fda-cc1f-4c9c-8c1f-e6e2ad9f50d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:24,505 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:45:24,505 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc7bf9f-fff9-4000-afb4-70d8489578b5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc7bf9f-fff9-4000-afb4-70d8489578b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:25,566 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:45:25,567 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c667dc-85f5-42bb-a060-2331447eeee0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c667dc-85f5-42bb-a060-2331447eeee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:26,624 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:45:26,625 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f9a415-27c0-4c27-8ffc-a4c0084def0b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f9a415-27c0-4c27-8ffc-a4c0084def0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:27,687 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:45:27,688 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b379c9e5-ac9b-49d9-8d8f-b3916df2992b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b379c9e5-ac9b-49d9-8d8f-b3916df2992b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:28,741 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:45:28,742 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-936c6062-aa6b-4307-a7ce-f7cff5499567', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-936c6062-aa6b-4307-a7ce-f7cff5499567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:29,799 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:45:29,799 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3902fd3-081f-4f7d-b008-5ff8f3198aaa', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3902fd3-081f-4f7d-b008-5ff8f3198aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:30,854 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:45:30,855 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e520ad84-1ed7-4871-8369-c00ebb0594bc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e520ad84-1ed7-4871-8369-c00ebb0594bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:31,908 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:45:31,908 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8391c14-c425-4ada-a6e4-8949703319d5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8391c14-c425-4ada-a6e4-8949703319d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:32,961 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:45:32,961 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9cdbed-cea2-4e6e-90c7-edf7e1fd52eb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9cdbed-cea2-4e6e-90c7-edf7e1fd52eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:34,021 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:45:34,021 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbbf5187-1718-4432-a08b-457310327015', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbbf5187-1718-4432-a08b-457310327015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:35,073 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:45:35,074 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b255346f-7b92-4f58-9b1e-6fc29fcff998', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b255346f-7b92-4f58-9b1e-6fc29fcff998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:36,131 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:45:36,132 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906e8ef5-df86-41e8-a5f8-eadf72bb1de5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906e8ef5-df86-41e8-a5f8-eadf72bb1de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:37,198 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:45:37,199 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c766b4-6504-45f9-8f45-17118792891d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c766b4-6504-45f9-8f45-17118792891d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:38,262 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:45:38,263 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cfdb9e8-670b-4298-a474-88b9f3b40ea5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cfdb9e8-670b-4298-a474-88b9f3b40ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:39,314 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:45:39,315 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df11ecea-8539-40e0-b322-a820e3365737', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df11ecea-8539-40e0-b322-a820e3365737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:40,367 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:45:40,368 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549cab58-6b49-4890-a434-79d484609d3c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549cab58-6b49-4890-a434-79d484609d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:41,421 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:45:41,422 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-395e8d12-d838-4b75-8332-e959a41ee5f7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-395e8d12-d838-4b75-8332-e959a41ee5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:42,478 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:45:42,479 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9bc3750-49ec-4a74-a0f7-db6af9294183', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9bc3750-49ec-4a74-a0f7-db6af9294183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:43,533 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:45:43,533 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ae1ef7-542f-4ea8-bcec-1f5464d8a268', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ae1ef7-542f-4ea8-bcec-1f5464d8a268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:44,592 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:45:44,593 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85daefc5-322e-404b-a481-a9d8daa3e895', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85daefc5-322e-404b-a481-a9d8daa3e895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:45,651 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:45:45,652 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70687f19-3631-4f6f-aca5-b60175540bb8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70687f19-3631-4f6f-aca5-b60175540bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:46,703 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:45:46,703 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d1afda-015c-4ee6-ad55-04a3bd22602e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d1afda-015c-4ee6-ad55-04a3bd22602e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:47,762 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:45:47,762 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bc73de-ba10-4dc8-bdb2-cae4bae83a5c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bc73de-ba10-4dc8-bdb2-cae4bae83a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:48,809 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:45:48,809 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1100b0a1-bff3-4066-a21f-d375313b7d3b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1100b0a1-bff3-4066-a21f-d375313b7d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:49,856 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:45:49,856 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6431ac85-6263-4dee-9730-fd857aa3cc1f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6431ac85-6263-4dee-9730-fd857aa3cc1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:50,919 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:45:50,920 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6253d06f-80ef-4267-b111-c61d47c50f4e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6253d06f-80ef-4267-b111-c61d47c50f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:51,976 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:45:51,976 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c103302-106e-47a9-ba71-4b5f8e26d013', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c103302-106e-47a9-ba71-4b5f8e26d013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:53,032 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:45:53,032 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd464f7-d91a-4cc1-aef6-d4b6ab4b7c21', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd464f7-d91a-4cc1-aef6-d4b6ab4b7c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:54,087 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:45:54,087 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15417b0b-8b41-4d79-8d1a-ec9da1f19b3c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15417b0b-8b41-4d79-8d1a-ec9da1f19b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:55,150 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:45:55,150 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-069a1929-125f-436a-b35e-f9faf326df3b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-069a1929-125f-436a-b35e-f9faf326df3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:56,214 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:45:56,215 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3fefc3-0bbf-4d3b-a7b3-4e75bfed24e4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3fefc3-0bbf-4d3b-a7b3-4e75bfed24e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:57,279 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:45:57,279 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d98f3f-0c87-4b3b-bd1a-e7189191369e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d98f3f-0c87-4b3b-bd1a-e7189191369e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:58,356 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.068s 2022-03-23 17:45:58,356 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b76bd3a-fd76-46a5-86f5-d2a75260e86a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b76bd3a-fd76-46a5-86f5-d2a75260e86a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:45:59,404 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:45:59,404 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7778a59-aae9-4b77-8eba-3a2ba637499f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7778a59-aae9-4b77-8eba-3a2ba637499f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:00,470 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:46:00,470 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2044515-6278-4a5a-9a58-e35076dfb536', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2044515-6278-4a5a-9a58-e35076dfb536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:01,532 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:46:01,533 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1363e677-c702-4a0a-8ac4-c1f3347ec602', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1363e677-c702-4a0a-8ac4-c1f3347ec602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:02,592 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:46:02,593 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68ea673-ce74-47f2-b301-28d1730361df', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68ea673-ce74-47f2-b301-28d1730361df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:03,665 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.064s 2022-03-23 17:46:03,665 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f85cb87-d8a9-40e8-a651-85bb033939be', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f85cb87-d8a9-40e8-a651-85bb033939be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:04,724 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:46:04,725 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b21933-cdac-4d03-808a-69da8c250faf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b21933-cdac-4d03-808a-69da8c250faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:05,790 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:46:05,790 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e5e303-eb1a-473a-a834-e5c811f79d9e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e5e303-eb1a-473a-a834-e5c811f79d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:06,847 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:46:06,847 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5df4ba-eff0-42bc-96e1-71b71a5fc41f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5df4ba-eff0-42bc-96e1-71b71a5fc41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:07,912 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:46:07,912 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190eb5f3-ca90-4c51-a4ce-514ea571323e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190eb5f3-ca90-4c51-a4ce-514ea571323e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:08,961 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:46:08,962 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f1ab04-8294-46fd-b9dd-23d3f5c2512c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82f1ab04-8294-46fd-b9dd-23d3f5c2512c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:10,022 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:46:10,023 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4195f16-0d34-4cd3-85f2-a3397b653613', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4195f16-0d34-4cd3-85f2-a3397b653613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:11,084 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:46:11,085 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55eba499-a516-43b8-92d0-d83c0a6a598b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55eba499-a516-43b8-92d0-d83c0a6a598b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:12,148 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:46:12,148 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63898c39-4a8c-432b-9d00-f46420ebd25f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63898c39-4a8c-432b-9d00-f46420ebd25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:13,211 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:46:13,211 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77dfc38b-267f-46b5-9c0c-7178fb042284', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77dfc38b-267f-46b5-9c0c-7178fb042284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:14,268 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:46:14,268 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13613342-7ad2-4102-8380-1a19aa99db23', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13613342-7ad2-4102-8380-1a19aa99db23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:15,325 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:46:15,325 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d71a28a-6ab7-4731-9c47-799726f283dd', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d71a28a-6ab7-4731-9c47-799726f283dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:16,379 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:46:16,380 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67e3cb4-51e6-4fbc-b7de-54a47c1fb4c1', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67e3cb4-51e6-4fbc-b7de-54a47c1fb4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:17,445 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:46:17,445 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48766b96-2f4f-496a-868d-aa081cadecba', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48766b96-2f4f-496a-868d-aa081cadecba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:18,505 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:46:18,506 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82a1cfd-224a-4e63-9541-0e7314ba1fea', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e82a1cfd-224a-4e63-9541-0e7314ba1fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:19,563 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:46:19,563 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-291ecc33-f362-410b-9533-f134f6cb6d47', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-291ecc33-f362-410b-9533-f134f6cb6d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:20,630 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.059s 2022-03-23 17:46:20,631 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cbdd61a-cab9-4645-bc4a-91630030215e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cbdd61a-cab9-4645-bc4a-91630030215e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:21,690 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:46:21,690 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b092f5d5-d93f-41b7-bb5e-e39a4e853b58', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b092f5d5-d93f-41b7-bb5e-e39a4e853b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:22,745 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:46:22,745 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-894cc37d-ab75-4258-89cf-4183e0426fc3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894cc37d-ab75-4258-89cf-4183e0426fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:23,814 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.061s 2022-03-23 17:46:23,814 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b67ab0e-bb8e-4e71-ac5d-3b4e9a9254a5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b67ab0e-bb8e-4e71-ac5d-3b4e9a9254a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:24,876 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:46:24,877 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a619051-62c1-42ec-bd36-4f27b05dbb80', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a619051-62c1-42ec-bd36-4f27b05dbb80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:25,928 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:46:25,928 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8508231c-8066-4a4a-8689-1b0a4e921410', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8508231c-8066-4a4a-8689-1b0a4e921410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:26,988 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:46:26,988 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76dc0cfa-8e4f-46fb-b83a-295d8777a9a9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76dc0cfa-8e4f-46fb-b83a-295d8777a9a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:28,048 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:46:28,048 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e51be4eb-7b18-42ba-834b-9c6888c7d935', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e51be4eb-7b18-42ba-834b-9c6888c7d935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:29,112 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:46:29,113 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-105ee59d-7e89-4f35-be09-66116e9f6eca', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-105ee59d-7e89-4f35-be09-66116e9f6eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:30,192 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.071s 2022-03-23 17:46:30,193 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e5c688f-aa46-47be-a4c2-2b3bf0eba192', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e5c688f-aa46-47be-a4c2-2b3bf0eba192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:31,247 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:46:31,248 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df883edc-2c20-49d6-bbf3-13cd556f4fab', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df883edc-2c20-49d6-bbf3-13cd556f4fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:32,296 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:46:32,296 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae512366-ba87-4df3-8a7f-00fded10c213', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae512366-ba87-4df3-8a7f-00fded10c213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:33,343 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:46:33,344 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3c0c86-ee56-40e7-8e4d-7556170ffd09', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3c0c86-ee56-40e7-8e4d-7556170ffd09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:34,406 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:46:34,406 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cf40b1-2f5d-4da0-a62c-5a5a45cbfc6d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cf40b1-2f5d-4da0-a62c-5a5a45cbfc6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:35,466 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:46:35,467 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e2254a0-0284-46d6-942e-ee4ba3672972', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e2254a0-0284-46d6-942e-ee4ba3672972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:36,533 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:46:36,533 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45787e43-82bd-4fac-9166-5fe64e232b6f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45787e43-82bd-4fac-9166-5fe64e232b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:37,592 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:46:37,592 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f6c3162-47df-4b62-92ac-5e68243f260f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6c3162-47df-4b62-92ac-5e68243f260f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:38,648 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:46:38,648 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd0994e7-380a-4ce6-abe1-b244d5bffe3c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0994e7-380a-4ce6-abe1-b244d5bffe3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:39,702 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:46:39,703 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c626df-b464-487c-986e-99f996b42fb6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c626df-b464-487c-986e-99f996b42fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:40,766 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:46:40,766 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6081835-8c81-4929-a2cc-754bc769dd39', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6081835-8c81-4929-a2cc-754bc769dd39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:41,826 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:46:41,826 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534a4460-4ff0-4885-b299-60b21d2c0dcf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534a4460-4ff0-4885-b299-60b21d2c0dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:42,890 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:46:42,890 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c894962-d4e3-426d-85dd-5c61d2494b8f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c894962-d4e3-426d-85dd-5c61d2494b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:43,948 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:46:43,949 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ebfbe83-ec9a-4d07-8b04-b5b17f9e3631', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ebfbe83-ec9a-4d07-8b04-b5b17f9e3631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:45,012 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:46:45,012 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8e66112-93be-4125-8149-0850937cc248', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8e66112-93be-4125-8149-0850937cc248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:46,061 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:46:46,062 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-462828f8-9add-4094-a6cf-a492ef954bd8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-462828f8-9add-4094-a6cf-a492ef954bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:47,124 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:46:47,125 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7446092b-4396-4c06-ad81-0fe0ea6fd1b5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7446092b-4396-4c06-ad81-0fe0ea6fd1b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:48,178 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:46:48,178 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2460832b-bdfb-4f02-9dc9-50ae79a4f5b4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2460832b-bdfb-4f02-9dc9-50ae79a4f5b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:49,254 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.068s 2022-03-23 17:46:49,254 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96644158-4b72-493f-b7e5-a923ca31f552', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96644158-4b72-493f-b7e5-a923ca31f552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:50,305 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:46:50,305 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a317f8-7e0c-4525-801d-74b9114d408f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a317f8-7e0c-4525-801d-74b9114d408f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:51,364 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:46:51,365 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0020b05b-cc24-48ae-97b3-4a67d79368b1', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0020b05b-cc24-48ae-97b3-4a67d79368b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:52,442 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.069s 2022-03-23 17:46:52,442 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cebdc16-a314-4d08-8046-629d61265825', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cebdc16-a314-4d08-8046-629d61265825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:53,493 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:46:53,494 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab5d076-8f95-4a99-b566-166a59c89fe2', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab5d076-8f95-4a99-b566-166a59c89fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:54,545 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:46:54,546 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9ab3df4-c5b1-404a-aaa6-ff6b8d899ea5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9ab3df4-c5b1-404a-aaa6-ff6b8d899ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:55,616 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.063s 2022-03-23 17:46:55,616 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d25899cb-75ef-4e4a-af3c-54f463381618', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d25899cb-75ef-4e4a-af3c-54f463381618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:56,672 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:46:56,672 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a04bf8-3a36-462e-a643-223f6ea66936', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a04bf8-3a36-462e-a643-223f6ea66936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:57,726 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:46:57,727 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a63ea5df-f69d-4b5f-bb99-eca06c8f8e2f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a63ea5df-f69d-4b5f-bb99-eca06c8f8e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:58,793 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:46:58,794 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a5e193-40f9-4d5a-b664-97038d82be8f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a5e193-40f9-4d5a-b664-97038d82be8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:46:59,851 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:46:59,852 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6543b5c-a25c-4862-98f9-b3cba3d92067', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6543b5c-a25c-4862-98f9-b3cba3d92067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:00,917 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:47:00,917 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bcbbeaa-cbc0-4139-bd4b-adf24f1d9a84', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bcbbeaa-cbc0-4139-bd4b-adf24f1d9a84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:01,978 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:47:01,978 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d5d042-c3a8-4dc5-a7ab-a4ae89d90524', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d5d042-c3a8-4dc5-a7ab-a4ae89d90524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:03,045 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:47:03,045 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d791ab-98bc-4180-97f6-b81534a1e149', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d791ab-98bc-4180-97f6-b81534a1e149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:04,110 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:47:04,110 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8294c98-b42c-454f-b747-afc2d0c96ece', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8294c98-b42c-454f-b747-afc2d0c96ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:05,169 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:47:05,170 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d23e74-3f64-4544-af08-3cf9581294e6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d23e74-3f64-4544-af08-3cf9581294e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:06,235 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:47:06,235 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfc35f45-5012-4187-8bd2-79adfdd633bc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfc35f45-5012-4187-8bd2-79adfdd633bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:07,297 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:47:07,298 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0cc751-b695-4bd6-94ab-4141107b84bb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0cc751-b695-4bd6-94ab-4141107b84bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:08,373 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.068s 2022-03-23 17:47:08,373 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1718e25-9d16-4caf-942c-154721f2a4e6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1718e25-9d16-4caf-942c-154721f2a4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:09,428 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:47:09,428 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1497bfa-253f-4b34-b1bd-307b8864bc59', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1497bfa-253f-4b34-b1bd-307b8864bc59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:10,489 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:47:10,490 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-710fb088-6773-4fca-8f52-05753cbe95cc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-710fb088-6773-4fca-8f52-05753cbe95cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:11,543 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:47:11,543 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f81b43cb-8f60-452b-88ea-1f3c918290d9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f81b43cb-8f60-452b-88ea-1f3c918290d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:12,618 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.066s 2022-03-23 17:47:12,618 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f8c969-fb2b-4820-9d02-2b1d54a3ffad', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f8c969-fb2b-4820-9d02-2b1d54a3ffad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:13,665 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:47:13,666 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9568c9a3-d103-44cb-893c-7978f682b41f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9568c9a3-d103-44cb-893c-7978f682b41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:14,729 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:47:14,730 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e786517e-a573-49bd-a128-ff2d03a0a3f5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e786517e-a573-49bd-a128-ff2d03a0a3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:15,792 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:47:15,793 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0010fc8b-0168-4897-98c3-d2deddf6df1c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0010fc8b-0168-4897-98c3-d2deddf6df1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:16,850 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:47:16,851 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc398e6-1502-4f80-a4b3-0223c42c4ddf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc398e6-1502-4f80-a4b3-0223c42c4ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:17,909 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:47:17,909 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-204149fc-ae71-4530-bfa1-981db9985d37', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-204149fc-ae71-4530-bfa1-981db9985d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:18,966 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:47:18,966 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-937a5e27-9350-4fb6-93fd-91908116f57a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-937a5e27-9350-4fb6-93fd-91908116f57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:20,030 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:47:20,030 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d507fe8-96e2-490d-9bf2-38b7b807d7f8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d507fe8-96e2-490d-9bf2-38b7b807d7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:21,096 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:47:21,096 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4911064-66d7-4eee-8b76-3efed4157253', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4911064-66d7-4eee-8b76-3efed4157253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:22,163 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:47:22,163 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a906ae1b-bdfc-4f28-b43b-6af48c533616', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a906ae1b-bdfc-4f28-b43b-6af48c533616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:23,219 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:47:23,220 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e91f164-3f5a-45e2-a7e8-af7b90e7f9d7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e91f164-3f5a-45e2-a7e8-af7b90e7f9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:24,298 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.070s 2022-03-23 17:47:24,298 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a424f1-0024-4b0d-add2-5ef3c29597c5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a424f1-0024-4b0d-add2-5ef3c29597c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:25,355 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:47:25,356 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6410ab0f-b27b-4166-9c66-c332d0a443f0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6410ab0f-b27b-4166-9c66-c332d0a443f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:26,405 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:47:26,406 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa50c8f-75d7-4cc0-9ddb-7d2efb06f038', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa50c8f-75d7-4cc0-9ddb-7d2efb06f038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:27,472 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:47:27,473 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15bec38b-5197-4d41-8cc6-82381815cb18', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15bec38b-5197-4d41-8cc6-82381815cb18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:28,531 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:47:28,531 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-550ea025-5962-4c71-8006-6c232e41c0ef', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-550ea025-5962-4c71-8006-6c232e41c0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:29,598 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:47:29,598 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e6b61f-f87e-4731-ba57-10fa66222ea8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e6b61f-f87e-4731-ba57-10fa66222ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:30,834 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.227s 2022-03-23 17:47:30,834 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3845a04-f432-46fb-8d09-bc9da578755e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3845a04-f432-46fb-8d09-bc9da578755e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:31,884 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:47:31,885 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b5388d9-90e1-4174-9f12-126ffb5775cb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b5388d9-90e1-4174-9f12-126ffb5775cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:32,933 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:47:32,933 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d160f09-1685-428a-9710-f06e25199f03', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d160f09-1685-428a-9710-f06e25199f03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:33,994 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:47:33,994 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d7ce497-72b5-476c-8a48-819d5ec203c5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d7ce497-72b5-476c-8a48-819d5ec203c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:35,047 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:47:35,047 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f1cf78a-1888-4282-b471-4b7bee3e2974', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f1cf78a-1888-4282-b471-4b7bee3e2974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:36,105 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:47:36,106 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5672610-4b57-402d-bc4e-20b3a96fd823', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5672610-4b57-402d-bc4e-20b3a96fd823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:37,159 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:47:37,159 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edda34bd-5a60-49ff-b0ec-8445d8fbb07b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edda34bd-5a60-49ff-b0ec-8445d8fbb07b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:38,210 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:47:38,210 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb5d8b4-0369-4428-ab2e-f2de9d442dd3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb5d8b4-0369-4428-ab2e-f2de9d442dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:39,268 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:47:39,268 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c13b090-8422-4340-b175-13a3b0bc8b49', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c13b090-8422-4340-b175-13a3b0bc8b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:40,317 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:47:40,317 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-456a66e8-5bd8-4154-bd63-af938e24eb84', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-456a66e8-5bd8-4154-bd63-af938e24eb84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:41,375 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:47:41,375 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c83a5bc2-e855-4bce-8c06-96e920322a91', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c83a5bc2-e855-4bce-8c06-96e920322a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:42,430 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:47:42,430 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e66bb143-9e63-4005-9fd2-4d6a6fc5cd4a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e66bb143-9e63-4005-9fd2-4d6a6fc5cd4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:43,479 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:47:43,479 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3017842-2a8c-4de9-bd0e-6443fe40e5fb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3017842-2a8c-4de9-bd0e-6443fe40e5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:44,526 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:47:44,526 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62dd4ac5-95c9-487d-8982-979d70d9ed83', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62dd4ac5-95c9-487d-8982-979d70d9ed83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:45,572 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:47:45,573 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-842367dd-2c1e-48a2-98fb-6295bcaf4bfc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-842367dd-2c1e-48a2-98fb-6295bcaf4bfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:46,628 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:47:46,629 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be11acf9-7072-445c-af59-7390dbb42566', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be11acf9-7072-445c-af59-7390dbb42566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:47,679 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:47:47,679 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ababbb-5f8c-4b93-ba0d-c70d9370e5fa', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ababbb-5f8c-4b93-ba0d-c70d9370e5fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:48,723 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.036s 2022-03-23 17:47:48,724 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50093f1-feb6-47fb-98b5-e6f2fe1421b8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50093f1-feb6-47fb-98b5-e6f2fe1421b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:49,787 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:47:49,788 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bcd110-4eb6-4b73-bad6-2972a82d5118', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bcd110-4eb6-4b73-bad6-2972a82d5118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:50,847 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:47:50,847 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e97c195d-3e1c-46e5-ad8c-80fbb1c29e79', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e97c195d-3e1c-46e5-ad8c-80fbb1c29e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:51,903 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:47:51,903 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010c5f50-5b8c-49a5-84fa-aeffad345335', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010c5f50-5b8c-49a5-84fa-aeffad345335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:52,961 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:47:52,961 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3f3f078-8cda-44a7-8118-446ac966171f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3f3f078-8cda-44a7-8118-446ac966171f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:54,017 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:47:54,018 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b272320d-45db-4623-a6da-2ffc9465ac53', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b272320d-45db-4623-a6da-2ffc9465ac53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:55,077 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:47:55,077 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f40385a-4821-4e30-b27e-5d689de89d88', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f40385a-4821-4e30-b27e-5d689de89d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:56,130 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:47:56,130 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfbefb3-88f8-4a41-ae88-2dd1b091f27c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfbefb3-88f8-4a41-ae88-2dd1b091f27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:57,192 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:47:57,193 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9dbc68-16bf-4aa7-9fb3-2bd9cd6607f7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9dbc68-16bf-4aa7-9fb3-2bd9cd6607f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:58,244 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:47:58,244 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d68ec891-577a-4b69-b8fa-917df983d888', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d68ec891-577a-4b69-b8fa-917df983d888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:47:59,322 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.070s 2022-03-23 17:47:59,323 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c0755f-c3af-4d43-89bd-50cfb5ad8622', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c0755f-c3af-4d43-89bd-50cfb5ad8622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:00,380 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:48:00,381 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df663e65-6107-4ba0-804b-b84d28572ae6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df663e65-6107-4ba0-804b-b84d28572ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:01,432 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:48:01,433 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f431aea-3b8c-47e3-8788-ce58ce43cd40', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f431aea-3b8c-47e3-8788-ce58ce43cd40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:02,499 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:48:02,499 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b6420f-68cb-4ba1-bbe0-980c97fc300e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b6420f-68cb-4ba1-bbe0-980c97fc300e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:03,552 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:48:03,553 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324eba5d-8697-4a3f-98dc-c2bbe148bab1', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324eba5d-8697-4a3f-98dc-c2bbe148bab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:04,610 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:48:04,611 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ef504e4-9eaf-49e6-a118-ae6e23dc249e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ef504e4-9eaf-49e6-a118-ae6e23dc249e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:05,703 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.084s 2022-03-23 17:48:05,703 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ebeb28-5b26-4ae0-b438-51ef3910f8ae', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ebeb28-5b26-4ae0-b438-51ef3910f8ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:06,749 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.037s 2022-03-23 17:48:06,749 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b9d61b6-c7a4-497e-afae-b8e85105238a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b9d61b6-c7a4-497e-afae-b8e85105238a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:07,800 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:48:07,800 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f66d638-3c0f-4dc7-b8fa-3fc13aa67f12', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f66d638-3c0f-4dc7-b8fa-3fc13aa67f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:08,860 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:48:08,860 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24125586-d85b-41f4-8818-e1bdd2a04520', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24125586-d85b-41f4-8818-e1bdd2a04520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:09,919 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:48:09,920 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af2c365-b499-404b-97e8-405613b8f2d2', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af2c365-b499-404b-97e8-405613b8f2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:10,986 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:48:10,986 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf70fe9a-c735-4464-ab79-479203193d8b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf70fe9a-c735-4464-ab79-479203193d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:12,054 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.061s 2022-03-23 17:48:12,055 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ccf9b53-26a6-4487-a329-9ae2364f73d3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ccf9b53-26a6-4487-a329-9ae2364f73d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:13,113 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:48:13,113 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ad93422-661e-4e80-9062-26bf36bd422c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ad93422-661e-4e80-9062-26bf36bd422c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:14,165 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:48:14,165 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156353e6-0c97-46c8-b8be-25d8456bd549', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156353e6-0c97-46c8-b8be-25d8456bd549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:15,229 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:48:15,229 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3246e9f8-6a19-4c1e-9fca-064a36e201a2', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3246e9f8-6a19-4c1e-9fca-064a36e201a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:16,294 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:48:16,294 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a18c438-98e8-4d5c-b98d-21a5df7841b7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a18c438-98e8-4d5c-b98d-21a5df7841b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:17,348 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:48:17,349 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fac071-2afb-4a7f-8976-c9c100a9858e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fac071-2afb-4a7f-8976-c9c100a9858e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:18,410 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:48:18,410 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87f6ade2-c347-4b55-b8a8-343401fd0598', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87f6ade2-c347-4b55-b8a8-343401fd0598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:19,480 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.062s 2022-03-23 17:48:19,481 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebb2744-7492-4638-bd27-a9b49aba28c2', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebb2744-7492-4638-bd27-a9b49aba28c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:20,533 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:48:20,534 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3076f5c-4186-4abe-868a-9bd59580e293', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3076f5c-4186-4abe-868a-9bd59580e293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:21,600 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:48:21,600 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aeadac3-c894-4f85-9b5d-e8e8f6ced49e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aeadac3-c894-4f85-9b5d-e8e8f6ced49e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:22,652 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:48:22,653 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe1e457-8ed0-44e5-8141-c58a25aab871', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe1e457-8ed0-44e5-8141-c58a25aab871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:23,712 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:48:23,713 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3722c1f2-6124-4ab3-80f3-5cf65b98a170', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3722c1f2-6124-4ab3-80f3-5cf65b98a170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:24,774 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:48:24,775 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c7b5e8-a67a-4ed7-a87b-63179b4dceb4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c7b5e8-a67a-4ed7-a87b-63179b4dceb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:25,835 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:48:25,835 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc6cf3e8-645e-4431-a27c-75e3784a7b03', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6cf3e8-645e-4431-a27c-75e3784a7b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:26,902 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:48:26,902 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afbaad7c-afd2-4608-8559-b3ad81222fd7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afbaad7c-afd2-4608-8559-b3ad81222fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:27,962 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:48:27,962 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a17bb4-80d8-4765-be5a-2865ef013d38', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a17bb4-80d8-4765-be5a-2865ef013d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:29,028 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:48:29,028 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9073c13a-0824-4986-a3eb-747855f8f317', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9073c13a-0824-4986-a3eb-747855f8f317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:30,082 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:48:30,082 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a302a4aa-030d-4fd8-bafb-143ab62a798d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a302a4aa-030d-4fd8-bafb-143ab62a798d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:31,147 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:48:31,148 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-312b8ddb-acc8-4a6f-9284-17002f1c81d3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-312b8ddb-acc8-4a6f-9284-17002f1c81d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:32,210 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:48:32,210 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeee4f16-03ce-4daa-82c6-94ec49f68b9b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeee4f16-03ce-4daa-82c6-94ec49f68b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:33,265 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:48:33,265 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367e19c8-7ea8-43d2-bf11-5c96296fc345', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367e19c8-7ea8-43d2-bf11-5c96296fc345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:34,326 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:48:34,326 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f470574-4387-42eb-a251-0c04e9d9d8cf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f470574-4387-42eb-a251-0c04e9d9d8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:35,387 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:48:35,387 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f659cd90-d583-4eb3-bd9b-c563486c3042', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f659cd90-d583-4eb3-bd9b-c563486c3042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:36,441 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:48:36,442 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a79b5de-5a51-4266-876f-c1ce7d676baa', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a79b5de-5a51-4266-876f-c1ce7d676baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:37,501 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:48:37,501 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b53d2099-3943-4710-9ae8-a741d42d5899', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b53d2099-3943-4710-9ae8-a741d42d5899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:38,561 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:48:38,561 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6f381b-6a99-4b94-a872-d637ed9e07b4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab6f381b-6a99-4b94-a872-d637ed9e07b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:39,617 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:48:39,617 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed4cf5c4-91b9-4884-b87f-75baa037f139', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4cf5c4-91b9-4884-b87f-75baa037f139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:40,678 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:48:40,678 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa169bc4-7b44-4991-a853-c18cf1d3eeea', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa169bc4-7b44-4991-a853-c18cf1d3eeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:41,748 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.061s 2022-03-23 17:48:41,748 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2bd931a-d5af-43e8-8a2b-e41dc8556557', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2bd931a-d5af-43e8-8a2b-e41dc8556557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:42,818 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.062s 2022-03-23 17:48:42,818 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa2c9b5-1f79-4473-af25-411e2de344fb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa2c9b5-1f79-4473-af25-411e2de344fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:43,889 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.063s 2022-03-23 17:48:43,890 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f32dce66-8fc8-4725-941b-6a90e866967a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f32dce66-8fc8-4725-941b-6a90e866967a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:44,939 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:48:44,939 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30c8b54-3669-4538-b792-ee84c9f03bd7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30c8b54-3669-4538-b792-ee84c9f03bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:45,996 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:48:45,997 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d241630d-7250-4815-9e0c-ac9333e0c2fc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d241630d-7250-4815-9e0c-ac9333e0c2fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:47,064 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.059s 2022-03-23 17:48:47,064 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c7ea3f9-6b95-41b8-aba5-2052a0ff328b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c7ea3f9-6b95-41b8-aba5-2052a0ff328b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:48,125 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:48:48,125 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc8d505-53e3-40ae-ba13-d04df0bc5b4a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc8d505-53e3-40ae-ba13-d04df0bc5b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:49,190 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:48:49,190 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d778503a-8154-42c8-9fe9-0d69fd760e35', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d778503a-8154-42c8-9fe9-0d69fd760e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:50,261 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.062s 2022-03-23 17:48:50,262 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc7ff1d-374c-40ca-8abe-8d35237408a8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc7ff1d-374c-40ca-8abe-8d35237408a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:51,463 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.194s 2022-03-23 17:48:51,464 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5487e2f5-dbf9-4d01-bde8-cf9bc57ddd74', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5487e2f5-dbf9-4d01-bde8-cf9bc57ddd74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:52,514 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:48:52,514 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d3961a2-89ea-412b-8c93-4f981bb147ef', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d3961a2-89ea-412b-8c93-4f981bb147ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:53,571 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:48:53,571 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4193e7f2-8fa6-4be6-ad4b-9ddc6e5ed5ba', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4193e7f2-8fa6-4be6-ad4b-9ddc6e5ed5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:54,624 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:48:54,624 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7ba9a1-94e1-474b-ac7d-b78a53d470bf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7ba9a1-94e1-474b-ac7d-b78a53d470bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:55,678 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:48:55,678 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9bd6a44-e8c7-48a6-a680-d608301fa871', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9bd6a44-e8c7-48a6-a680-d608301fa871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:56,736 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:48:56,737 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c28eb9a-30e2-4fad-9480-b417a600df8a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c28eb9a-30e2-4fad-9480-b417a600df8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:57,792 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:48:57,792 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a1b7963-5447-4f7e-ba67-c58c19402ee9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a1b7963-5447-4f7e-ba67-c58c19402ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:58,843 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:48:58,844 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b328bd-2d94-44ba-b4f1-a47480db076f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b328bd-2d94-44ba-b4f1-a47480db076f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:48:59,905 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:48:59,905 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fcdbd63-5710-489a-b388-7a1788ee5662', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fcdbd63-5710-489a-b388-7a1788ee5662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:00,967 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:49:00,967 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e872d1-1886-4fef-85c5-125e155d2a59', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1e872d1-1886-4fef-85c5-125e155d2a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:02,022 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:49:02,022 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1ab70b6-d037-46f9-afc1-edf4588de017', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1ab70b6-d037-46f9-afc1-edf4588de017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:03,072 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:49:03,073 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ab9aec-cdc6-421e-9a06-c0fadbdfca2a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ab9aec-cdc6-421e-9a06-c0fadbdfca2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:04,119 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:49:04,119 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-687c95ae-7311-439f-9da7-19e21798a3f8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-687c95ae-7311-439f-9da7-19e21798a3f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:05,170 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:49:05,171 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b199ef3-748f-4014-ba90-5386225adc22', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b199ef3-748f-4014-ba90-5386225adc22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:06,225 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:49:06,226 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-757353c6-8c76-4c2b-8251-829c08bd550c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-757353c6-8c76-4c2b-8251-829c08bd550c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:07,273 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:49:07,274 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b096e43-cf65-40c4-9052-74874d979e67', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b096e43-cf65-40c4-9052-74874d979e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:08,329 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:49:08,329 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0483efa8-f417-4d96-a2da-e16bc816e41b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0483efa8-f417-4d96-a2da-e16bc816e41b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:09,376 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:49:09,377 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9b487c-e372-4ff0-baf4-21b76290c104', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9b487c-e372-4ff0-baf4-21b76290c104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:10,422 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.037s 2022-03-23 17:49:10,423 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b38fc203-3fe2-40e6-ae1b-4a0eca38388c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b38fc203-3fe2-40e6-ae1b-4a0eca38388c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:11,478 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:49:11,478 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c257dec8-4adf-40cd-bbd6-0676f0b27d3e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c257dec8-4adf-40cd-bbd6-0676f0b27d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:12,539 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:49:12,540 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b180454e-277c-4580-bc8d-21d8bf4fbc2e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b180454e-277c-4580-bc8d-21d8bf4fbc2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:13,601 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:49:13,601 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82fd63d5-0a17-4ae8-8e35-62161c0f44f6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82fd63d5-0a17-4ae8-8e35-62161c0f44f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:14,670 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.061s 2022-03-23 17:49:14,670 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e8c268-a806-42c0-a2ea-bd6401f88999', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e8c268-a806-42c0-a2ea-bd6401f88999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:15,729 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:49:15,730 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6b128b-ce44-430f-8778-31402c7853a7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d6b128b-ce44-430f-8778-31402c7853a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:16,791 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:49:16,791 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea76fff-5203-41f0-b969-3028517f7f10', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea76fff-5203-41f0-b969-3028517f7f10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:17,855 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:49:17,855 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d9da52b-64c7-4ff1-bd38-1b6c174cdd47', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d9da52b-64c7-4ff1-bd38-1b6c174cdd47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:18,911 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:49:18,912 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62996961-139e-4937-955f-a998b5e173d4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62996961-139e-4937-955f-a998b5e173d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:19,983 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.063s 2022-03-23 17:49:19,983 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c94a1b7-9f26-4c3a-8e6e-03b095706e6b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c94a1b7-9f26-4c3a-8e6e-03b095706e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:21,029 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.037s 2022-03-23 17:49:21,029 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe74003-7104-468e-89c2-a5422202bcf0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe74003-7104-468e-89c2-a5422202bcf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:22,089 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:49:22,089 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60dd5825-b0bf-4202-ae53-231cb7402030', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60dd5825-b0bf-4202-ae53-231cb7402030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:23,153 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.056s 2022-03-23 17:49:23,153 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67229e07-5eb6-430f-8948-ecf434e048eb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67229e07-5eb6-430f-8948-ecf434e048eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:24,218 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:49:24,219 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8283418c-37ba-4c9c-8189-8cf8a1397e9f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8283418c-37ba-4c9c-8189-8cf8a1397e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:25,280 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.053s 2022-03-23 17:49:25,280 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d2eb033-b85c-4b5d-ae5d-224ea49573d3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d2eb033-b85c-4b5d-ae5d-224ea49573d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:26,359 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.070s 2022-03-23 17:49:26,360 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd6d7d7d-1b55-41c3-bad2-f9a4aa3f1092', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd6d7d7d-1b55-41c3-bad2-f9a4aa3f1092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:27,407 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:49:27,408 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1771d72c-b5db-4be1-8f4a-333e26af07c5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1771d72c-b5db-4be1-8f4a-333e26af07c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:28,454 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:49:28,455 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e5280f-36b6-42a7-a0ac-2a47e375d42e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1e5280f-36b6-42a7-a0ac-2a47e375d42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:29,689 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.226s 2022-03-23 17:49:29,689 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3260f117-45e3-4218-bdd6-70c0a5ba25f0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3260f117-45e3-4218-bdd6-70c0a5ba25f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:30,855 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.158s 2022-03-23 17:49:30,855 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac1e439-c77d-4bbc-9fad-4613759ce7b3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac1e439-c77d-4bbc-9fad-4613759ce7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:31,906 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:49:31,906 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be368303-0482-48a2-b0c3-0852dd83be64', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be368303-0482-48a2-b0c3-0852dd83be64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:32,963 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:49:32,963 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8aad09d-973a-43fc-88ca-fae1a964a8a8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8aad09d-973a-43fc-88ca-fae1a964a8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:34,013 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:49:34,013 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647499aa-d36e-41f4-9f04-cd4b156aab4d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647499aa-d36e-41f4-9f04-cd4b156aab4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:35,074 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:49:35,074 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174b964d-27d6-4dbb-8ce9-d84a489b36ec', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174b964d-27d6-4dbb-8ce9-d84a489b36ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:36,123 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:49:36,123 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb213da4-b174-4d55-ae6f-80cdd33f44a4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb213da4-b174-4d55-ae6f-80cdd33f44a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:37,170 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:49:37,170 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f287f7e-1c5a-4523-a665-c379f02d9332', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f287f7e-1c5a-4523-a665-c379f02d9332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:38,229 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:49:38,230 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-371778d1-19b6-42f2-87b9-cc33c68fc97d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-371778d1-19b6-42f2-87b9-cc33c68fc97d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:39,277 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:49:39,278 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192ea59f-3e89-48b3-aaac-59a9013f2cf2', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192ea59f-3e89-48b3-aaac-59a9013f2cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:40,323 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:49:40,323 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90458a36-c881-46dc-b674-624e595c2e66', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90458a36-c881-46dc-b674-624e595c2e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:41,371 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:49:41,372 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cee79566-9975-4f79-9f3c-49e89b9c7382', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cee79566-9975-4f79-9f3c-49e89b9c7382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:42,426 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:49:42,426 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29fdccfa-f5c3-4eaf-8fd5-185d0163f8af', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29fdccfa-f5c3-4eaf-8fd5-185d0163f8af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:43,491 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:49:43,492 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7463f8-5601-4023-b360-c728631afd14', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7463f8-5601-4023-b360-c728631afd14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:44,549 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:49:44,549 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b6a1cc3-26c1-4b9e-b98b-1be2b5a8e401', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b6a1cc3-26c1-4b9e-b98b-1be2b5a8e401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:45,629 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.072s 2022-03-23 17:49:45,629 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cfa7968-cd01-4c5e-8423-d672f61293a8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cfa7968-cd01-4c5e-8423-d672f61293a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:46,684 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:49:46,685 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ac7861-7b41-4dda-8c38-4b916ec4862c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ac7861-7b41-4dda-8c38-4b916ec4862c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:47,744 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:49:47,745 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-686d88e0-e77c-4882-8632-b83567ab8e1c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-686d88e0-e77c-4882-8632-b83567ab8e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:48,808 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.055s 2022-03-23 17:49:48,808 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d659869-095c-4619-af0c-3b60d3245347', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d659869-095c-4619-af0c-3b60d3245347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:49,857 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:49:49,858 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b441b8e-544a-4190-b6ad-de0ac2398a17', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b441b8e-544a-4190-b6ad-de0ac2398a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:50,908 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:49:50,908 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337fa2bc-5238-49de-8639-8e8a269168cb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337fa2bc-5238-49de-8639-8e8a269168cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:51,961 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:49:51,962 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f2edf02-d52d-48e2-bf3a-18479884e0da', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f2edf02-d52d-48e2-bf3a-18479884e0da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:53,012 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:49:53,013 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b15dd844-b54e-451b-a265-7da9b401c2e9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b15dd844-b54e-451b-a265-7da9b401c2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:54,079 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.058s 2022-03-23 17:49:54,080 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a07acb-5719-441e-b6b7-955bf66bfd89', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a07acb-5719-441e-b6b7-955bf66bfd89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:55,131 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:49:55,132 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebbe4336-036f-4474-90f7-e66440d37e60', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebbe4336-036f-4474-90f7-e66440d37e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:56,178 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:49:56,179 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54edcaac-cf02-42d3-b5fe-a55f4b85f199', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54edcaac-cf02-42d3-b5fe-a55f4b85f199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:57,225 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:49:57,226 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb27c770-8377-4582-85b9-12071875d827', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb27c770-8377-4582-85b9-12071875d827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:58,271 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:49:58,272 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a68a3c15-81e4-4550-b5ea-ca86eea7f28b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a68a3c15-81e4-4550-b5ea-ca86eea7f28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:49:59,321 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:49:59,321 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87d68d17-a57f-40db-9963-dcb6acd91adb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87d68d17-a57f-40db-9963-dcb6acd91adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:00,367 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.038s 2022-03-23 17:50:00,368 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bdcbf8d-f793-4878-9a3b-48a83ee248fe', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bdcbf8d-f793-4878-9a3b-48a83ee248fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:01,422 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:50:01,423 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cd277ce-c568-498c-8e13-1dcb081ee0cb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cd277ce-c568-498c-8e13-1dcb081ee0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:02,471 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:50:02,471 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b699f043-7fe9-4b85-8b1e-d3780ca1202c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b699f043-7fe9-4b85-8b1e-d3780ca1202c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:03,519 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:50:03,519 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50b50f6f-0295-4dba-b3d2-3b49792d146c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50b50f6f-0295-4dba-b3d2-3b49792d146c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:04,570 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:50:04,570 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f39618-5451-47a2-a357-eb76ca71857f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f39618-5451-47a2-a357-eb76ca71857f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:05,627 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:50:05,627 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e8e6d8-fb25-4008-bff8-43c7ae84bb01', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e8e6d8-fb25-4008-bff8-43c7ae84bb01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:06,680 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:50:06,680 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec96908-6e43-493a-81b7-c9e429f7a88f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec96908-6e43-493a-81b7-c9e429f7a88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:07,748 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.060s 2022-03-23 17:50:07,748 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8c5102a-db5e-4a89-af90-2b440aa88102', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8c5102a-db5e-4a89-af90-2b440aa88102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:08,799 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:50:08,800 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a575a34f-1cd7-4f84-b2d9-2ec3d0b8f2c1', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a575a34f-1cd7-4f84-b2d9-2ec3d0b8f2c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:09,855 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:50:09,855 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb1711f0-f354-4706-a180-ffc257a9ce19', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb1711f0-f354-4706-a180-ffc257a9ce19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:10,905 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:50:10,905 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ee14df-a54b-4fb7-a92d-61c764027235', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ee14df-a54b-4fb7-a92d-61c764027235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:11,960 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:50:11,960 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8feb79e7-5db4-4508-a9e0-90a470536104', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8feb79e7-5db4-4508-a9e0-90a470536104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:13,007 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:50:13,008 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1c6ff39-aee9-4298-bc3c-beacef2a353d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1c6ff39-aee9-4298-bc3c-beacef2a353d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:14,061 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:50:14,062 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e30ad6-1d97-4efa-9568-f26cc3e3916f', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e30ad6-1d97-4efa-9568-f26cc3e3916f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:15,117 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:50:15,118 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6832e48-8f6b-4059-acfe-48c213d275fc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6832e48-8f6b-4059-acfe-48c213d275fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:16,175 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:50:16,175 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0698f794-a820-4212-a0ec-cea9c8274af4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0698f794-a820-4212-a0ec-cea9c8274af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:17,235 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:50:17,235 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-233c3cdc-e01d-42df-8660-349379c4f3af', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-233c3cdc-e01d-42df-8660-349379c4f3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:18,290 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.046s 2022-03-23 17:50:18,290 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5c7dfa7-b386-49d6-93c1-11ea169f3b38', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5c7dfa7-b386-49d6-93c1-11ea169f3b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:19,342 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:50:19,343 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08e81322-8d6d-460b-b89e-b1d6a4f41122', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08e81322-8d6d-460b-b89e-b1d6a4f41122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:20,403 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:50:20,404 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb55e5e6-0eb8-4af0-b23f-607d19a6aefc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb55e5e6-0eb8-4af0-b23f-607d19a6aefc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:21,460 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:50:21,461 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44f2771-279f-449f-8370-e0c5ce820734', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44f2771-279f-449f-8370-e0c5ce820734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:22,508 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.039s 2022-03-23 17:50:22,508 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ef52be-8061-4359-8e5b-00dfb5c1ab1e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ef52be-8061-4359-8e5b-00dfb5c1ab1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:23,566 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:50:23,567 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-557d1cad-1ac9-4cfa-b90c-d528dd1594b7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-557d1cad-1ac9-4cfa-b90c-d528dd1594b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:24,620 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:50:24,621 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e00a31-d0e7-473f-8e7c-848eedb6f926', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e00a31-d0e7-473f-8e7c-848eedb6f926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:25,669 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:50:25,670 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bda0cfe6-6e8a-417c-83ad-c6b038539739', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bda0cfe6-6e8a-417c-83ad-c6b038539739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:26,725 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.047s 2022-03-23 17:50:26,726 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cbb3523-436a-4060-bb4c-1f469141e3a4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cbb3523-436a-4060-bb4c-1f469141e3a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:27,784 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:50:27,785 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988eecfc-2f18-4c04-bedd-9e206eec6e1d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988eecfc-2f18-4c04-bedd-9e206eec6e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:28,842 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:50:28,842 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-451187b8-f135-44bd-a184-4183d54ae2c0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-451187b8-f135-44bd-a184-4183d54ae2c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:29,899 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:50:29,900 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c4abb3-bd67-4ee6-9301-afad138886c6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c4abb3-bd67-4ee6-9301-afad138886c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:30,951 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:50:30,952 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1aa272-fb10-4e2d-960c-5ee9b09c3d0c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1aa272-fb10-4e2d-960c-5ee9b09c3d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:32,012 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.052s 2022-03-23 17:50:32,012 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a90a766-20b4-433d-a4cc-f00989e1ecd0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a90a766-20b4-433d-a4cc-f00989e1ecd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:33,069 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:50:33,069 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92301458-5095-424b-917d-8550cef1d1a9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92301458-5095-424b-917d-8550cef1d1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:34,122 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:50:34,122 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-382ee9ce-b46d-4b98-80a9-0335c855831e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-382ee9ce-b46d-4b98-80a9-0335c855831e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:35,179 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:50:35,180 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40069309-0d71-4e6a-adb5-1117ec6f5d25', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40069309-0d71-4e6a-adb5-1117ec6f5d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:36,231 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.043s 2022-03-23 17:50:36,231 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f675f573-4396-41a0-b3bd-38650c6ba836', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f675f573-4396-41a0-b3bd-38650c6ba836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:37,284 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:50:37,284 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aaf560d-286a-4f9b-8fe3-edd7f6e2fe4c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aaf560d-286a-4f9b-8fe3-edd7f6e2fe4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:38,332 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:50:38,332 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083e1dd4-85dc-4a4b-911a-9b811c41a882', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083e1dd4-85dc-4a4b-911a-9b811c41a882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:39,398 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.057s 2022-03-23 17:50:39,398 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa79126-3792-427c-a9eb-5c3486ea52bf', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa79126-3792-427c-a9eb-5c3486ea52bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:40,450 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.045s 2022-03-23 17:50:40,450 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5def59a7-d498-4d4f-a12e-e3328bf7860e', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5def59a7-d498-4d4f-a12e-e3328bf7860e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:41,506 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:50:41,506 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b582d39-5587-4889-8d6b-d94c5bb566bc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b582d39-5587-4889-8d6b-d94c5bb566bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:42,562 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.048s 2022-03-23 17:50:42,563 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a14574bd-faaf-467e-b802-1529d07ad76d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a14574bd-faaf-467e-b802-1529d07ad76d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:43,626 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.054s 2022-03-23 17:50:43,626 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64740d8c-5ace-4934-9767-31580c6241fb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64740d8c-5ace-4934-9767-31580c6241fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:44,684 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.050s 2022-03-23 17:50:44,684 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9780f941-9a5c-4f2b-b20c-11b34c981426', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9780f941-9a5c-4f2b-b20c-11b34c981426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:45,734 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.041s 2022-03-23 17:50:45,735 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-569034be-1d79-4f72-87be-8c1401cc649d', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-569034be-1d79-4f72-87be-8c1401cc649d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:46,802 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.051s 2022-03-23 17:50:46,802 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a10d57-8e1f-46ff-8fb5-0c1f0f0dabdd', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a10d57-8e1f-46ff-8fb5-0c1f0f0dabdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:47,857 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.040s 2022-03-23 17:50:47,857 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7de1982-bbd3-4908-b6f0-ec44c6fc39eb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7de1982-bbd3-4908-b6f0-ec44c6fc39eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:48,914 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.049s 2022-03-23 17:50:48,914 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23046f13-8734-4d4a-afec-5310b8ebb76c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23046f13-8734-4d4a-afec-5310b8ebb76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:49,967 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.044s 2022-03-23 17:50:49,967 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eca37da-5563-4a7d-b4f9-c5c13ffc3f12', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eca37da-5563-4a7d-b4f9-c5c13ffc3f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' 2022-03-23 17:50:51,018 117758 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408 0.042s 2022-03-23 17:50:51,018 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc07e326-43c0-4ed9-b618-0cca3d148869', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc07e326-43c0-4ed9-b618-0cca3d148869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408'} Body: b'{"volume": {"id": "d1305141-1e91-4769-aad3-97cfbc38f408", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:44:52.000000", "updated_at": "2022-03-23T17:44:52.000000", "name": "tempest-VolumesExtendTest-Volume-1071553524", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/0eaab2bf67f5444d9e029b4c073728b6/volumes/d1305141-1e91-4769-aad3-97cfbc38f408"}], "user_id": "253407a0833b40a7b30c09cc2a77095a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0eaab2bf67f5444d9e029b4c073728b6"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, 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 d1305141-1e91-4769-aad3-97cfbc38f408 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt12.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
pt12.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
pt12.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
pt12.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
pt12.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] |
fail
ft12.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-23 17:50:53,025 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes 0.253s 2022-03-23 17:50:53,026 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63b439f4-80d1-4d63-b7c5-19a1ead4a555', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63b439f4-80d1-4d63-b7c5-19a1ead4a555', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:52.954947", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:50:53,076 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.043s 2022-03-23 17:50:53,076 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfe4c5b-ade3-4f1e-9253-a41331b01a6f', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfe4c5b-ade3-4f1e-9253-a41331b01a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:50:54,136 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.051s 2022-03-23 17:50:54,136 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f085399b-7cd7-47c5-b32c-78dbb0537d75', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f085399b-7cd7-47c5-b32c-78dbb0537d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:50:55,190 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.046s 2022-03-23 17:50:55,191 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ede4e7-2f86-4052-bfda-7aef0e23eef0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ede4e7-2f86-4052-bfda-7aef0e23eef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:50:56,242 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.043s 2022-03-23 17:50:56,242 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36cefa3-bde1-46e4-a0ea-53b3769c4a85', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36cefa3-bde1-46e4-a0ea-53b3769c4a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:50:57,292 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.042s 2022-03-23 17:50:57,293 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0f77336-5268-4ff5-9fba-20d0d9b93f7b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0f77336-5268-4ff5-9fba-20d0d9b93f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:50:58,367 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.066s 2022-03-23 17:50:58,367 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adfbd34-dd07-4a13-a908-0aca94d4fef8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0adfbd34-dd07-4a13-a908-0aca94d4fef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:50:59,430 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.047s 2022-03-23 17:50:59,431 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8caf034-d511-4d3b-8f55-a710230b3740', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8caf034-d511-4d3b-8f55-a710230b3740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:00,512 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.073s 2022-03-23 17:51:00,513 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ffd8ff4-c814-44cc-90c4-c15884406c33', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ffd8ff4-c814-44cc-90c4-c15884406c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:01,574 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.053s 2022-03-23 17:51:01,574 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e3081f-4fe0-4e13-8db0-fa8fa722d726', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e3081f-4fe0-4e13-8db0-fa8fa722d726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:02,635 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.053s 2022-03-23 17:51:02,635 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f000743-dfee-40ad-b880-3e7d451bf73e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f000743-dfee-40ad-b880-3e7d451bf73e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:03,691 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.048s 2022-03-23 17:51:03,691 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a51cea-1d5d-4247-8569-3cfa45264d7d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a51cea-1d5d-4247-8569-3cfa45264d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:04,745 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.045s 2022-03-23 17:51:04,745 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc8a817-da85-4180-80ad-f3c681aac42e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc8a817-da85-4180-80ad-f3c681aac42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:05,806 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.053s 2022-03-23 17:51:05,806 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6355144c-d4c8-4c04-acc7-860827f60dce', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6355144c-d4c8-4c04-acc7-860827f60dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:06,862 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.048s 2022-03-23 17:51:06,862 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11392ce-121a-41e4-9ea4-36c68f0852d5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11392ce-121a-41e4-9ea4-36c68f0852d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:07,911 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.040s 2022-03-23 17:51:07,911 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58fa164-6784-4e76-bc95-c197f21adb64', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58fa164-6784-4e76-bc95-c197f21adb64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:08,975 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.055s 2022-03-23 17:51:08,975 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-379b7857-7f52-4ab8-a8df-5700a2781d2b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-379b7857-7f52-4ab8-a8df-5700a2781d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:10,038 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.054s 2022-03-23 17:51:10,038 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-975d2f91-42be-4e04-94c1-ec30d5de6a9d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-975d2f91-42be-4e04-94c1-ec30d5de6a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:11,087 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.040s 2022-03-23 17:51:11,087 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c439be-996d-4983-86c7-0e98885fdb3e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c439be-996d-4983-86c7-0e98885fdb3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:12,138 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.042s 2022-03-23 17:51:12,138 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae074af-f8bc-46a4-a109-73c757dc8b77', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae074af-f8bc-46a4-a109-73c757dc8b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:13,194 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.045s 2022-03-23 17:51:13,194 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a824a9-47f4-4ad3-8327-d962fb418b52', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a824a9-47f4-4ad3-8327-d962fb418b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:14,254 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.051s 2022-03-23 17:51:14,254 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e76a6210-827e-4508-b2ba-5265738114cb', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e76a6210-827e-4508-b2ba-5265738114cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:15,307 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.044s 2022-03-23 17:51:15,307 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a042211-8187-4345-b3c7-8ea22a4cc9d6', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a042211-8187-4345-b3c7-8ea22a4cc9d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:16,355 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.040s 2022-03-23 17:51:16,355 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2616581-7b14-458b-ad59-89da6104445c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2616581-7b14-458b-ad59-89da6104445c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:17,410 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.047s 2022-03-23 17:51:17,411 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7003336-5891-4326-995f-d3293eb5d8d4', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7003336-5891-4326-995f-d3293eb5d8d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:18,461 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.042s 2022-03-23 17:51:18,462 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d7b23b8-eb09-4229-8c40-38b2dd99107d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d7b23b8-eb09-4229-8c40-38b2dd99107d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:19,509 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.039s 2022-03-23 17:51:19,509 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25331c95-71f6-405b-ae8b-1d6874571570', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25331c95-71f6-405b-ae8b-1d6874571570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:20,563 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.046s 2022-03-23 17:51:20,563 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f78791-4390-4e9f-8f28-10297291f3d0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f78791-4390-4e9f-8f28-10297291f3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:21,617 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.045s 2022-03-23 17:51:21,617 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b2d6c5-c485-4267-ae1c-76168a20c004', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b2d6c5-c485-4267-ae1c-76168a20c004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:22,673 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.047s 2022-03-23 17:51:22,673 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e37b8f2-955c-48c1-bc79-57fc3474b936', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e37b8f2-955c-48c1-bc79-57fc3474b936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:23,731 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.050s 2022-03-23 17:51:23,732 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a76a7e03-e3f4-4621-b311-333657070fb0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a76a7e03-e3f4-4621-b311-333657070fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:24,799 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.060s 2022-03-23 17:51:24,800 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6db843-6039-4213-8ff0-ca5eff93ec3a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6db843-6039-4213-8ff0-ca5eff93ec3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:25,855 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.047s 2022-03-23 17:51:25,855 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8898bf72-4ced-4352-b8df-b7599eef4f4a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8898bf72-4ced-4352-b8df-b7599eef4f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:26,917 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.053s 2022-03-23 17:51:26,917 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d3c253b-6309-4203-8da8-1bc26893b42f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d3c253b-6309-4203-8da8-1bc26893b42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:27,972 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.047s 2022-03-23 17:51:27,972 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1bab9b9-f7c1-4cec-b3f5-d40f27e03d68', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1bab9b9-f7c1-4cec-b3f5-d40f27e03d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:29,024 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.043s 2022-03-23 17:51:29,025 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1070075-973c-4287-8635-70e16f82fb4e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1070075-973c-4287-8635-70e16f82fb4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:30,086 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.053s 2022-03-23 17:51:30,087 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec2788cd-19f4-4909-aa51-7ccefb5fd17b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec2788cd-19f4-4909-aa51-7ccefb5fd17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:31,148 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.054s 2022-03-23 17:51:31,149 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4c5503a-2e8c-48da-837b-30b8d792cc2f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4c5503a-2e8c-48da-837b-30b8d792cc2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:32,205 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.048s 2022-03-23 17:51:32,206 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0f640e-28c6-48ab-8dec-90020b3a3d25', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0f640e-28c6-48ab-8dec-90020b3a3d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:33,257 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.044s 2022-03-23 17:51:33,258 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4abd2a48-d2ca-4f0e-a2be-be9407745983', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4abd2a48-d2ca-4f0e-a2be-be9407745983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:34,308 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.043s 2022-03-23 17:51:34,308 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47df3e71-4a0f-4593-aba2-c43a5b482c99', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47df3e71-4a0f-4593-aba2-c43a5b482c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:35,356 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.039s 2022-03-23 17:51:35,356 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-533a69dc-fbdd-4f5f-a153-598481b3f44b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533a69dc-fbdd-4f5f-a153-598481b3f44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:36,403 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.039s 2022-03-23 17:51:36,404 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9a274a-1215-4792-bf73-6af8aa9de740', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9a274a-1215-4792-bf73-6af8aa9de740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:37,460 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.048s 2022-03-23 17:51:37,460 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2019d35-b8e5-4714-b3e0-12db7d775aaf', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2019d35-b8e5-4714-b3e0-12db7d775aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:38,508 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.040s 2022-03-23 17:51:38,509 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c1957fc-1bc9-4c6b-b4c7-207a8a75e080', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c1957fc-1bc9-4c6b-b4c7-207a8a75e080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:39,566 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.049s 2022-03-23 17:51:39,567 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06d0a4cf-0d22-46ef-b62e-8c61d45ae853', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06d0a4cf-0d22-46ef-b62e-8c61d45ae853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:40,628 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.053s 2022-03-23 17:51:40,628 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4bc73c8-3d94-41bd-b536-adca04278f1c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4bc73c8-3d94-41bd-b536-adca04278f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:41,680 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.044s 2022-03-23 17:51:41,681 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d98b4f-7727-442f-be0f-4f65c8eed03b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d98b4f-7727-442f-be0f-4f65c8eed03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:42,734 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.041s 2022-03-23 17:51:42,735 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df2c58f-5391-460f-869b-a8b837b3b97b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df2c58f-5391-460f-869b-a8b837b3b97b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:43,784 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.041s 2022-03-23 17:51:43,784 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04b26dd-355c-4530-acb3-b16575e4dfc7', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04b26dd-355c-4530-acb3-b16575e4dfc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:44,839 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.047s 2022-03-23 17:51:44,840 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8f4805-5fb9-4a47-a5c8-4b21d96aeb44', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8f4805-5fb9-4a47-a5c8-4b21d96aeb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:45,897 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.048s 2022-03-23 17:51:45,898 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41492005-2b0d-40df-82f8-6ce28ff0e6ba', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41492005-2b0d-40df-82f8-6ce28ff0e6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:46,954 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.048s 2022-03-23 17:51:46,954 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61422ee-130a-4f50-8a84-509cf6c0301a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61422ee-130a-4f50-8a84-509cf6c0301a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:48,017 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.055s 2022-03-23 17:51:48,017 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fafaf4f-2382-4b35-9af8-5999310abf07', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fafaf4f-2382-4b35-9af8-5999310abf07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:49,074 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.048s 2022-03-23 17:51:49,074 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-157761f4-26d5-46ae-86cc-67c77716f58a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-157761f4-26d5-46ae-86cc-67c77716f58a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:51:50,126 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 0.043s 2022-03-23 17:51:50,126 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe7b0257-81f0-4759-88ac-d3120ea304b6', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe7b0257-81f0-4759-88ac-d3120ea304b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:52:51,193 117758 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.41', port=80): Read timed out. (read timeout=60)")': /volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 2022-03-23 17:53:00,230 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 69.097s 2022-03-23 17:53:00,230 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3bcc85c-c876-4d5d-b28d-867789f55ebf', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3bcc85c-c876-4d5d-b28d-867789f55ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:53:50,319 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 49.080s 2022-03-23 17:53:50,320 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e7753aa-717d-4874-a8a2-9d78d9ce143c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e7753aa-717d-4874-a8a2-9d78d9ce143c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:54:51,386 117758 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.41', port=80): Read timed out. (read timeout=60)")': /volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 2022-03-23 17:55:00,729 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 69.401s 2022-03-23 17:55:00,729 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e83fd2-5c12-4ede-9675-02eb86c56986', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e83fd2-5c12-4ede-9675-02eb86c56986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:55:50,469 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 48.732s 2022-03-23 17:55:50,470 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6708d7-9020-491f-86a1-5f791fa6590b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6708d7-9020-491f-86a1-5f791fa6590b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' 2022-03-23 17:56:51,537 117758 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.41', port=80): Read timed out. (read timeout=60)")': /volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 2022-03-23 17:57:01,047 117758 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 69.570s 2022-03-23 17:57:01,048 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3311d913-e84f-440b-8263-2a159904fe0a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3311d913-e84f-440b-8263-2a159904fe0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6'} Body: b'{"volume": {"id": "f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-03-23T17:50:53.000000", "updated_at": "2022-03-23T17:50:53.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1467537122", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/c7d9e2f710434a74ac77b31383b685b8/volumes/f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6"}], "user_id": "1e46c88dff3b4f2798f88ae8af4485cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7d9e2f710434a74ac77b31383b685b8"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, 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 f9ad856f-77ff-4bc2-93ef-8e4ac826a2a6 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 0 | 1 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft13.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-03-23 17:58:06,715 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.41/compute/v2.1/os-keypairs 0.321s 2022-03-23 17:58:06,715 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1625416593"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87c65694-85db-40b3-851c-4c4cc33bd40c', 'x-compute-request-id': 'req-87c65694-85db-40b3-851c-4c4cc33bd40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAy6Bu7TjCJsw8FtDq0rggCUI+EgHNdI+qcScRM8nwag+Fk2FO\\ngY+AUAkXYybPGOjFF9OoaF3KIUzKlp7zYZwCSnjXGMlkjgtAZpucheJEKqQS4qvp\\nqG+Vkj/ICHpoGtBUYYy79mGo3ePkvpV62LZeCw5Cb65hoiCJEYtnEi017LjklLz6\\npX8RnOPAkLEkbWQ4uCJcqcCUeOQRD2Tod4tm/dwynKo2L6+2BKUILq3We9xUMUNx\\nZXGbUOdgmGacpGttWI+zJo7sCW4BEkjiLvGrGOqVJSTi3wYuy91e91mworR+CAea\\n4Wbi+RIhhUOhapkUp4epjoTf/QHjYfIxj+LjawIDAQABAoIBAQCQL4wcgeJIormx\\n1kFQ8HwO0k8tZQVckhY4hVdS+p04HMGS+IYki75p7eYXmXVvx/M3yfIn5LGqHrwd\\nJ3RjG5srrKFytbh0NFdn0KxmyS9HmmKdCuorEMgyhONZzYNF6Vq2sHawIbr3U9W3\\ndhVEuu2gmnpEppAPw0YLnFBhuI3EjmubGeLP7GYLfLE28saw3/dJfbUTanFshw7p\\nwjWrx8k+8ahrhRXeIAaMjstH3cBb/TBfpFoRMA/btWXeER/HMs7Rcs6LmQzzIXzO\\nvXBuUuS3oKRBAbm08zRJzAyR40lyUTUW+zy0ZKTsM8mmIM9Z9DFpTPZ4ztz2nozw\\nZBnFsDRxAoGBAPN1OIK9ds+TFpy9vIAnzppk6v2A3mx0DqP/wgcMZSdncuhr5o0Q\\nw82lOSkeU7JtZ5mtwIa+ttuzbakaBCRjxZRR9Q4dhCXzidiLcmZCh7prAI3CBvcQ\\nFZYyn29M3GlQBKbdeCXQ9VLrMgo27GTJfER/Y1lKxfegQzpIxA7OztXHAoGBANYd\\n6NCDjv5q1T7QGR50LGUy6sQd88sl9psCXkqKpAfVXzhaxRZXY6gik+Od7C8laD+I\\n4WfB9Vbbh4skzUJxShMf3F5dygoxCorrEmBGpVjwWQWlWTKjCMYSQvzAZAnko7q+\\neo/51FWbgLYJ/95ybFT0FfjI6EhrPrDIgDLf6nU9AoGARh39n5HntRLc0VnH/3T3\\niPoFv+sspDmsuckAXb1RKM8fhhcFeJ1ad1DdrJ0CaAIgc19acrRcv9vmemx2wvBF\\nSFluZZlUpQWGLurCkPcaVjNZHnrCPMfSH8cGqiyN0nrsTA6++s06yp3YdJ6q6MAq\\n3SN/PolNiOsMUa4BYW5onaMCgYAlSnQ/zInc+ZJGLEwTp7wLrACDQ4wwN15pxNHT\\nPa4vxxOcZwKoT3QF1m/XVqvJ0kQDvL01KuylwforW698AOsbxZLFxKPpfn0NkL9U\\nkTk+8i0u9ItCbG6cwJV2G7PQnUd+wKnr5WD7v+d8zOUJQvhnG1OwTp1V74etll3t\\nfl4BKQKBgFCVLQssYERy54WQmU/+dKEYn5lybzhB8RdpMtPHKXLa1XZ7MHUA4YqV\\nrUBWlP885DuFzYTwz/T1XrG9+2f/ohG3ofz8lZL8KmMVow6lmW779pq8og1ZKQPQ\\n8hhbrY2horeJWFL18LqBi/ujeLAp1x8Hir9XxkcXmkt5I6Yvw9Sx\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-1625416593", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLoG7tOMImzDwW0OrSuCAJQj4SAc10j6pxJxEzyfBqD4WTYU6Bj4BQCRdjJs8Y6MUX06hoXcohTMqWnvNhnAJKeNcYyWSOC0Bmm5yF4kQqpBLiq+mob5WSP8gIemga0FRhjLv2Yajd4+S+lXrYtl4LDkJvrmGiIIkRi2cSLTXsuOSUvPqlfxGc48CQsSRtZDi4IlypwJR45BEPZOh3i2b93DKcqjYvr7YEpQgurdZ73FQxQ3FlcZtQ52CYZpyka21Yj7MmjuwJbgESSOIu8asY6pUlJOLfBi7L3V73WbCitH4IB5rhZuL5EiGFQ6FqmRSnh6mOhN/9AeNh8jGP4uNr Generated-by-Nova", "fingerprint": "6d:25:6f:f3:0b:4f:88:ea:09:1c:5c:fa:d0:16:da:46", "user_id": "90ae15f1c0254d8f868851753f236a63"}}' 2022-03-23 17:58:06,897 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41:9696/v2.0/security-groups 0.180s 2022-03-23 17:58:06,898 117758 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-1328130183", "description": "tempest-secgroup-smoke-1328130183 description", "project_id": "50db197cc056491cad8b4b217a0389cd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c1970cc4-b47f-48b4-98bb-9b96322f29c5', 'date': 'Wed, 23 Mar 2022 17:58:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "name": "tempest-secgroup-smoke-1328130183", "stateful": true, "tenant_id": "50db197cc056491cad8b4b217a0389cd", "description": "tempest-secgroup-smoke-1328130183 description", "shared": false, "security_group_rules": [{"id": "4a709769-627c-4507-8fef-13aa1c99a53c", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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": 574, "description": null, "tags": [], "created_at": "2022-03-23T17:58:06Z", "updated_at": "2022-03-23T17:58:06Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}, {"id": "8c6ed435-7154-411a-9ac6-67ac314539b5", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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": 575, "description": null, "tags": [], "created_at": "2022-03-23T17:58:06Z", "updated_at": "2022-03-23T17:58:06Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}], "tags": [], "created_at": "2022-03-23T17:58:06Z", "updated_at": "2022-03-23T17:58:06Z", "revision_number": 1, "project_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 17:58:07,076 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.177s 2022-03-23 17:58:07,076 117758 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": "261091f8-2dbb-4d5f-aa38-983353d504d7", "project_id": "50db197cc056491cad8b4b217a0389cd", "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-c147dae6-61b1-4bcd-8b5c-81429dc03d59', 'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "deaa5967-6f2c-4f7a-b9c7-5d9773cff7c9", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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-03-23T17:58:07Z", "updated_at": "2022-03-23T17:58:07Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 17:58:07,227 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.149s 2022-03-23 17:58:07,227 117758 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": "261091f8-2dbb-4d5f-aa38-983353d504d7", "project_id": "50db197cc056491cad8b4b217a0389cd", "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-918495f0-d493-4871-85fb-8b98796811eb', 'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b3d11c22-0073-46fa-9edc-2280fc93f904", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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-03-23T17:58:07Z", "updated_at": "2022-03-23T17:58:07Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 17:58:07,390 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.162s 2022-03-23 17:58:07,390 117758 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": "261091f8-2dbb-4d5f-aa38-983353d504d7", "project_id": "50db197cc056491cad8b4b217a0389cd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e7e29d9a-2ae3-445e-8e88-731f48ceeb3b', 'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "470fa0ab-3fa3-4ede-adf3-5ee3834f927b", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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-03-23T17:58:07Z", "updated_at": "2022-03-23T17:58:07Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 17:58:07,551 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.160s 2022-03-23 17:58:07,551 117758 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": "261091f8-2dbb-4d5f-aa38-983353d504d7", "project_id": "50db197cc056491cad8b4b217a0389cd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-71739c79-602a-4565-9f29-3c9da2296f79', 'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "13ff5e5c-1141-4dcb-be1c-67766c830062", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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-03-23T17:58:07Z", "updated_at": "2022-03-23T17:58:07Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 17:58:07,752 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.200s 2022-03-23 17:58:07,753 117758 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": "261091f8-2dbb-4d5f-aa38-983353d504d7", "project_id": "50db197cc056491cad8b4b217a0389cd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-02717af9-9e15-40fb-9990-d36728a0d98f', 'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a988446a-e0c8-42c0-8e52-b8ad385fa8ff", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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-03-23T17:58:07Z", "updated_at": "2022-03-23T17:58:07Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 17:58:07,925 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.172s 2022-03-23 17:58:07,926 117758 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": "261091f8-2dbb-4d5f-aa38-983353d504d7", "project_id": "50db197cc056491cad8b4b217a0389cd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-d7cee33a-0973-4a83-bb5d-2b0a36a2771e', 'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c5e1bd04-6eb3-4531-8aa0-81ef3ce5f8b8", "tenant_id": "50db197cc056491cad8b4b217a0389cd", "security_group_id": "261091f8-2dbb-4d5f-aa38-983353d504d7", "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-03-23T17:58:07Z", "updated_at": "2022-03-23T17:58:07Z", "revision_number": 0, "project_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 17:58:07,969 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.41/identity/v3/auth/tokens 0.038s 2022-03-23 17:58:07,970 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c4552ebb-46e8-4c93-82ba-e3d5d109db52', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90ae15f1c0254d8f868851753f236a63", "name": "tempest-TestShelveInstance-1579984766-project", "password_expires_at": null}, "audit_ids": ["W1PkAofpTPeJjxcpOTKqsw"], "expires_at": "2022-03-23T18:58:07.000000Z", "issued_at": "2022-03-23T17:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "50db197cc056491cad8b4b217a0389cd", "name": "tempest-TestShelveInstance-1579984766"}, "is_domain": false, "roles": [{"id": "379780c785aa41189985abc3a1cd2937", "name": "reader"}, {"id": "0959ce476f58412393333c921c4eff9e", "name": "member"}], "catalog": [{"endpoints": [{"id": "e0ec8a7ae3624b8d9d71192622036cd2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/identity", "region": "RegionOne"}], "id": "02a7568440264029bd82143511ef98ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "208a20eb2ef14e5db21e2046a966518a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2/50db197cc056491cad8b4b217a0389cd", "region": "RegionOne"}], "id": "0b9ab1c48fe849b88d0dd6a5234bb7b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8af076802fa741399794df4c77340ec5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd", "region": "RegionOne"}], "id": "376f0aee6cce42babbd975b7aea3a77a", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7f286b71e2564dfea6379c3e31be7532", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2.1", "region": "RegionOne"}], "id": "3da64a5e5e1e402bbb3270ba9676e680", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e48c804fdcc942768c5985ad9e2083e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd", "region": "RegionOne"}], "id": "443c2c5fe0de4ff7bdb65330e04c4a4f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4dbc54de399f432eac5794b4a126804a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.41:8080", "region": "RegionOne"}, {"id": "8f94f2eadc42452aafb0c3d461518d3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:8080/v1/AUTH_50db197cc056491cad8b4b217a0389cd", "region": "RegionOne"}], "id": "6613cb246fd441369ec519b3575c7d09", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f3b653307b4080a2040337954610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/placement", "region": "RegionOne"}], "id": "66504423e7794cb68b36401a38fb76e1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0bf793f0102e43e387070d912cbf8af2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/image", "region": "RegionOne"}], "id": "cdf7b8cd56014a08a12124e7b1ae7cc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "700a5b15cbe84e5abb18273839741b71", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:9696/", "region": "RegionOne"}], "id": "fe36de35eb8f4cfaa81981782e1f2e4a", "type": "network", "name": "neutron"}]}}' 2022-03-23 17:58:07,970 117758 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '91015884-ad1f-47cd-9e38-dc6d0a7e0da9', 'name': 'tempest-TestShelveInstance-2049524218-network', 'tenant_id': '50db197cc056491cad8b4b217a0389cd', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '50db197cc056491cad8b4b217a0389cd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 298, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-03-23T17:57:52Z', 'updated_at': '2022-03-23T17:57:52Z', 'revision_number': 1} available for tenant 2022-03-23 17:59:01,983 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes 54.012s 2022-03-23 17:59:01,984 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-47037007", "imageRef": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "size": 1}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d14f48-9212-4455-9ad9-6925e5b2d730', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d14f48-9212-4455-9ad9-6925e5b2d730', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:01.898066", "updated_at": null, "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:59:50,756 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 48.765s 2022-03-23 17:59:50,757 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec0a461-6411-46f7-953d-be5f2f38b832', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec0a461-6411-46f7-953d-be5f2f38b832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:00:51,828 117758 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.41', port=80): Read timed out. (read timeout=60)")': /volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 2022-03-23 18:01:02,546 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 70.780s 2022-03-23 18:01:02,547 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cc860ab-cde0-4edc-96d8-0b511ad44459', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cc860ab-cde0-4edc-96d8-0b511ad44459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:03,620 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.064s 2022-03-23 18:01:03,620 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-321522c6-bf1f-40c5-95d0-2ffe4b417ad1', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-321522c6-bf1f-40c5-95d0-2ffe4b417ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:04,690 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.061s 2022-03-23 18:01:04,691 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ab3aca-fc3c-4568-be1f-bdd9563a75fd', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ab3aca-fc3c-4568-be1f-bdd9563a75fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:05,753 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:01:05,753 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf5eaec-726c-49af-9fea-7e62c0b33404', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf5eaec-726c-49af-9fea-7e62c0b33404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:06,803 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:01:06,803 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ca87b7-e465-4b8a-a66f-ea6de528ad77', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ca87b7-e465-4b8a-a66f-ea6de528ad77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:08,089 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.276s 2022-03-23 18:01:08,089 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53fbec1b-bf3a-4a08-bb86-7b5c650eab3c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53fbec1b-bf3a-4a08-bb86-7b5c650eab3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:09,138 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:01:09,138 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0978c96-68b9-45a9-9e46-6fbc61b709a1', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0978c96-68b9-45a9-9e46-6fbc61b709a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:10,188 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:01:10,189 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e075d276-03b4-4c6a-bdb2-689611c6f085', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e075d276-03b4-4c6a-bdb2-689611c6f085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:11,236 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:01:11,236 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b7d5c9b-8e1b-4443-870e-bc76528d2495', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b7d5c9b-8e1b-4443-870e-bc76528d2495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:12,284 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:01:12,284 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-544b1a90-aef8-4715-a2e9-b40742790069', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-544b1a90-aef8-4715-a2e9-b40742790069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:13,335 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:01:13,335 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78b5a07-b72e-417c-b997-f2b757c17894', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78b5a07-b72e-417c-b997-f2b757c17894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:14,385 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:01:14,385 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8703a490-686f-4990-a560-889d31c6c7e6', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8703a490-686f-4990-a560-889d31c6c7e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:15,442 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:01:15,442 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f7c1e1-798a-4e2a-ab63-d3ceabb32845', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f7c1e1-798a-4e2a-ab63-d3ceabb32845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:16,494 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:01:16,495 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e6a2ff9-543d-49cc-824a-41fcd73a63da', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e6a2ff9-543d-49cc-824a-41fcd73a63da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:17,546 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:01:17,546 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ddf6638-b6aa-483e-bff1-390aaa43c1ce', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ddf6638-b6aa-483e-bff1-390aaa43c1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:18,594 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:01:18,594 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-380383ed-a2ac-4da1-af3a-2483334446f7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-380383ed-a2ac-4da1-af3a-2483334446f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:19,654 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:01:19,654 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5190dc-122f-4543-9b42-9cee13df269b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5190dc-122f-4543-9b42-9cee13df269b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:20,702 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:01:20,703 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25a5636-944e-4af7-8d38-2d573f8564b6', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25a5636-944e-4af7-8d38-2d573f8564b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:21,753 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:01:21,754 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-791852fa-aca0-4fa9-8ac4-6fe518608ebe', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-791852fa-aca0-4fa9-8ac4-6fe518608ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:22,802 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:01:22,803 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1afff61b-da02-4786-85f6-0a8164e430e0', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1afff61b-da02-4786-85f6-0a8164e430e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:23,856 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:01:23,857 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff5a07c-0aeb-44f0-86c0-8dd4142794d7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff5a07c-0aeb-44f0-86c0-8dd4142794d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:24,907 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:01:24,908 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24fecb24-db4b-439d-8809-478adf66a635', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24fecb24-db4b-439d-8809-478adf66a635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:25,957 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:01:25,958 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f79409c4-73df-4f4e-bd54-07d437378801', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f79409c4-73df-4f4e-bd54-07d437378801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:27,008 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:01:27,009 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c242826a-a251-45ce-a878-f6dff32825bf', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c242826a-a251-45ce-a878-f6dff32825bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:28,072 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.055s 2022-03-23 18:01:28,072 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b403672-df75-4f63-beb7-5f14cbf68def', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b403672-df75-4f63-beb7-5f14cbf68def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:29,143 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.062s 2022-03-23 18:01:29,144 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7de08b56-cb9a-4d34-a847-582e26323b87', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7de08b56-cb9a-4d34-a847-582e26323b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:30,199 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:01:30,199 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b239603f-0e37-47fe-9538-f883579cd417', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b239603f-0e37-47fe-9538-f883579cd417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:31,246 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:01:31,247 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09be1d53-0302-46ad-bb83-a065c66f3a44', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09be1d53-0302-46ad-bb83-a065c66f3a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:32,295 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:01:32,296 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7784e025-3d91-4991-bc41-02031787e1a3', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7784e025-3d91-4991-bc41-02031787e1a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:33,354 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:01:33,355 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9453d80-dea2-4a04-abe9-23def4c51b8a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9453d80-dea2-4a04-abe9-23def4c51b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:34,403 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:01:34,403 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60af10df-6bfb-4285-83e3-6e29d5bf4655', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60af10df-6bfb-4285-83e3-6e29d5bf4655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:35,453 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:01:35,454 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42134ecd-eadf-4c55-9081-b6d927810646', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42134ecd-eadf-4c55-9081-b6d927810646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:36,516 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.055s 2022-03-23 18:01:36,516 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11817d6a-6397-4a99-8394-980840c1e974', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11817d6a-6397-4a99-8394-980840c1e974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:37,568 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:01:37,568 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549e1696-cda5-4a07-a98a-4df8ca44f644', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549e1696-cda5-4a07-a98a-4df8ca44f644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:38,621 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:01:38,621 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05503822-f012-4249-9a26-7f5db14f8002', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05503822-f012-4249-9a26-7f5db14f8002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:39,672 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:01:39,673 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e627b119-9312-4db2-949a-56aaf131ad3f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e627b119-9312-4db2-949a-56aaf131ad3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:40,722 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:01:40,723 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1438cb14-f411-48fd-a4e7-7a3dd5f5c3bd', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1438cb14-f411-48fd-a4e7-7a3dd5f5c3bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:41,769 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:01:41,770 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ff9a85f-7e28-46a2-aa4e-fa5bca78e382', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ff9a85f-7e28-46a2-aa4e-fa5bca78e382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:42,821 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:01:42,821 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba01a493-dd47-409b-b173-d4674c48dcaa', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba01a493-dd47-409b-b173-d4674c48dcaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:43,887 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.058s 2022-03-23 18:01:43,888 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9397db-87c9-48fd-9624-dd871297633c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9397db-87c9-48fd-9624-dd871297633c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:44,935 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:01:44,936 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-068d786a-c6c7-45f3-b1f8-144a53b00869', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-068d786a-c6c7-45f3-b1f8-144a53b00869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:45,989 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:01:45,989 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-262ff4bf-1396-4541-b200-de307e279222', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-262ff4bf-1396-4541-b200-de307e279222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:47,037 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:01:47,038 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ea3d5e-8426-49df-bfdf-efa6c2744853', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ea3d5e-8426-49df-bfdf-efa6c2744853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:48,090 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:01:48,090 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef652cb-331e-4329-9029-7201c7ac3c31', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef652cb-331e-4329-9029-7201c7ac3c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:49,136 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.037s 2022-03-23 18:01:49,136 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d4df89-e7c0-4058-9102-a52e7d57474b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d4df89-e7c0-4058-9102-a52e7d57474b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:50,198 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.054s 2022-03-23 18:01:50,198 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e2505d8-2e23-47b6-b03b-3b5e307d1ad6', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e2505d8-2e23-47b6-b03b-3b5e307d1ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:51,251 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:01:51,252 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c85bb04a-1a56-4dd1-85ed-12a395ece283', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c85bb04a-1a56-4dd1-85ed-12a395ece283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:52,300 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:01:52,300 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba50ee3d-b561-4264-a78c-40eef84ba39b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba50ee3d-b561-4264-a78c-40eef84ba39b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:53,348 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:01:53,348 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8877d0c-b7b9-4f46-9e29-e80288aba5e8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8877d0c-b7b9-4f46-9e29-e80288aba5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:54,403 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:01:54,404 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f12d95d4-3fd5-4b6c-982e-55c9a4734eac', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f12d95d4-3fd5-4b6c-982e-55c9a4734eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:55,455 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:01:55,455 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fca61014-bec3-4ab1-9874-aedeffd996f3', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fca61014-bec3-4ab1-9874-aedeffd996f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:56,506 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:01:56,507 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa12a6c0-d969-46b3-83d3-9a9b4c304f5c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa12a6c0-d969-46b3-83d3-9a9b4c304f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:57,560 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:01:57,560 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4e6c00-315f-4bc7-81a9-29a9a421d2df', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4e6c00-315f-4bc7-81a9-29a9a421d2df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:58,619 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:01:58,619 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0560fd57-49bc-48c3-885b-14235940a2cb', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0560fd57-49bc-48c3-885b-14235940a2cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:01:59,671 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:01:59,672 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d6f798-5950-4895-892d-39c9eb847892', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d6f798-5950-4895-892d-39c9eb847892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:00,725 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:02:00,725 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf6daeaf-3522-478f-8f7d-0c6dc02372cb', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf6daeaf-3522-478f-8f7d-0c6dc02372cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:01,776 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:01,776 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ec538d-103b-4fd6-877f-b62c7225045f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ec538d-103b-4fd6-877f-b62c7225045f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:02,828 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:02:02,828 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9128389f-f6eb-4365-ae7d-37617957c8f4', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9128389f-f6eb-4365-ae7d-37617957c8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:03,889 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.052s 2022-03-23 18:02:03,889 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4755a761-06ab-43d2-8683-90e6b23e6f18', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4755a761-06ab-43d2-8683-90e6b23e6f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:04,945 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:02:04,946 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b87569-c087-4422-ac37-8b2af147fb92', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b87569-c087-4422-ac37-8b2af147fb92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:06,002 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:02:06,002 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-733ac291-8a07-4c8c-b4af-b489fd437531', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-733ac291-8a07-4c8c-b4af-b489fd437531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:07,058 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.049s 2022-03-23 18:02:07,059 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64b91e0-a50e-4ed2-a926-9fcd01d730d3', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64b91e0-a50e-4ed2-a926-9fcd01d730d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:08,108 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:08,109 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8f6934-a51c-4171-9d45-d1e15780d05d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8f6934-a51c-4171-9d45-d1e15780d05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:09,164 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:02:09,165 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5af114-b213-4f06-9735-b5f7a73446f2', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5af114-b213-4f06-9735-b5f7a73446f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:10,215 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:10,216 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a0df540-e83a-4d1d-a2e1-be5232042a56', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a0df540-e83a-4d1d-a2e1-be5232042a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:11,271 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:02:11,272 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7249dfe8-ad67-44e6-bc87-b8a59681939b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7249dfe8-ad67-44e6-bc87-b8a59681939b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:12,321 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:12,321 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d299f417-3c4d-4acc-b088-9a61ad29de88', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d299f417-3c4d-4acc-b088-9a61ad29de88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:13,370 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:13,370 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c56c5de7-c1db-4b0a-8d9a-26ba6bc8dce8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c56c5de7-c1db-4b0a-8d9a-26ba6bc8dce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:14,425 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:02:14,425 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4d9906f-9ab8-4bb7-aa5f-518ab137fe0b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4d9906f-9ab8-4bb7-aa5f-518ab137fe0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:15,474 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:15,475 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86360c79-3f05-4516-b29d-cc8d11842d15', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86360c79-3f05-4516-b29d-cc8d11842d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:16,532 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.049s 2022-03-23 18:02:16,533 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb8b74a-168d-4f31-b2fc-3bc06255a611', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb8b74a-168d-4f31-b2fc-3bc06255a611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:17,589 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:02:17,590 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd6f9b0-8500-4683-a6fb-f5612274e032', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edd6f9b0-8500-4683-a6fb-f5612274e032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:18,642 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:02:18,642 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-824ac04d-1139-4200-af9c-47df75d901de', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-824ac04d-1139-4200-af9c-47df75d901de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:19,690 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:19,690 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98fabc6a-0168-45df-81da-7b962db9c729', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98fabc6a-0168-45df-81da-7b962db9c729', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:20,737 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.038s 2022-03-23 18:02:20,737 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfc67629-d6d6-4429-a8f0-b523a1f81571', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfc67629-d6d6-4429-a8f0-b523a1f81571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:21,788 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:21,788 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d70f623e-2b9e-4b86-9a09-a6f27065f503', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d70f623e-2b9e-4b86-9a09-a6f27065f503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:22,841 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:02:22,841 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb081fd-7718-4f31-982f-90f538d7ca5b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb081fd-7718-4f31-982f-90f538d7ca5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:23,889 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:23,890 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14b47f2-feb4-4512-823d-726800d28b69', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14b47f2-feb4-4512-823d-726800d28b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:24,937 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:24,938 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-183de2db-9814-4e2c-abfb-7ad020398b61', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-183de2db-9814-4e2c-abfb-7ad020398b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:25,990 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:02:25,991 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600f2d3c-bd67-4d7d-94cb-17b3e6ddb74e', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600f2d3c-bd67-4d7d-94cb-17b3e6ddb74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:27,041 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:27,041 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb07802-f2b0-4392-81a7-ee57bd03d02c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb07802-f2b0-4392-81a7-ee57bd03d02c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:28,094 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:28,095 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b8a0b5d-ad9b-4bbb-918d-b67c8783410f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b8a0b5d-ad9b-4bbb-918d-b67c8783410f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:29,147 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:29,147 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5290b33-5284-4231-ae14-7a81c066af5a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5290b33-5284-4231-ae14-7a81c066af5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:30,212 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:02:30,212 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ad1a81-837c-4617-99d1-969ef4aa2b59', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ad1a81-837c-4617-99d1-969ef4aa2b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:31,260 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:31,261 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b9b7ad-1b0b-41ee-ae36-fcac57ff112b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b9b7ad-1b0b-41ee-ae36-fcac57ff112b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:32,309 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:32,310 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80582aec-bcc9-4aab-9aa2-bb589f853c15', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80582aec-bcc9-4aab-9aa2-bb589f853c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:33,356 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:02:33,357 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-568be13a-6b69-4209-b6a9-272708555a09', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-568be13a-6b69-4209-b6a9-272708555a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:34,404 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:02:34,404 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14e16d9f-969b-41e8-b2eb-277f2a60c679', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14e16d9f-969b-41e8-b2eb-277f2a60c679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:35,453 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:35,453 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb98871-fba2-4e15-a8ba-8c8bf97b966d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb98871-fba2-4e15-a8ba-8c8bf97b966d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:36,503 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:36,503 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaa2ee0b-d721-4a40-bd4f-bbeede9e5b6e', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaa2ee0b-d721-4a40-bd4f-bbeede9e5b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:37,551 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:37,551 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b2a5b3-f7a1-42b3-92f8-8e3f4aaa5b4b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b2a5b3-f7a1-42b3-92f8-8e3f4aaa5b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:38,606 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:02:38,606 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5915941-3e89-43be-aa70-66fb7ea57b45', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5915941-3e89-43be-aa70-66fb7ea57b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:39,656 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:39,657 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe63dd2c-086a-439a-bf3c-ae040c36d6c2', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe63dd2c-086a-439a-bf3c-ae040c36d6c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:40,709 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:02:40,709 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8609e675-306f-4aa7-a162-118d6721484b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8609e675-306f-4aa7-a162-118d6721484b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:41,765 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:02:41,766 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa76bf52-7387-4932-84ee-7cb0b319b2c8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa76bf52-7387-4932-84ee-7cb0b319b2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:42,816 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:02:42,816 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6c6997-1fe7-48c3-b43f-e70feabdc63e', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6c6997-1fe7-48c3-b43f-e70feabdc63e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:43,865 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:43,866 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90563efb-0586-4286-acd8-42a17f7050fc', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90563efb-0586-4286-acd8-42a17f7050fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:44,916 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:02:44,916 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17edcfd0-5268-4187-9e9c-02e4675b713f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17edcfd0-5268-4187-9e9c-02e4675b713f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:45,964 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:02:45,964 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef4835f3-3c00-43b7-9888-cdd79cb10a97', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef4835f3-3c00-43b7-9888-cdd79cb10a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:47,012 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:02:47,012 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c589297-a90f-4da9-9dec-bb61a6e32939', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c589297-a90f-4da9-9dec-bb61a6e32939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:48,066 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:02:48,066 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dae7628-b113-4ae1-bce1-1624b56ee5c0', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dae7628-b113-4ae1-bce1-1624b56ee5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:49,135 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.060s 2022-03-23 18:02:49,135 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6e28db-fd66-4319-b78f-1acf81eaa012', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6e28db-fd66-4319-b78f-1acf81eaa012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:50,184 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:50,185 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a037441e-5f94-4ea7-a012-0c2d5e958d43', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a037441e-5f94-4ea7-a012-0c2d5e958d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:51,254 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.061s 2022-03-23 18:02:51,254 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ba5481f-d6e7-417c-bac1-9b34cb75fc6d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba5481f-d6e7-417c-bac1-9b34cb75fc6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:52,305 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:52,306 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad745f9-4183-4f85-ad41-c60a6bad34dc', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ad745f9-4183-4f85-ad41-c60a6bad34dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:53,354 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:53,355 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292850f2-e522-4191-9f3c-9e6847d0ebf2', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292850f2-e522-4191-9f3c-9e6847d0ebf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:54,406 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:02:54,407 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-160522d2-28e1-413f-b6b2-b8af825fc437', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-160522d2-28e1-413f-b6b2-b8af825fc437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:55,464 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:02:55,465 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac9c179-3d25-48b2-8344-04529ea3838e', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac9c179-3d25-48b2-8344-04529ea3838e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:56,512 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:02:56,512 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0b2b96-214b-49e3-ac9c-d9ea649c2aec', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0b2b96-214b-49e3-ac9c-d9ea649c2aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:57,562 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:02:57,562 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0dc57f8-7f7a-4472-8333-189db420a2ec', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0dc57f8-7f7a-4472-8333-189db420a2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:58,617 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:02:58,618 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e4926e-033a-4333-9ab8-553036568010', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e4926e-033a-4333-9ab8-553036568010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:02:59,669 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:02:59,669 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08a4812e-eba4-4c77-80f4-cd32d19a1c4d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08a4812e-eba4-4c77-80f4-cd32d19a1c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:00,722 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:03:00,722 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c09600-44ef-4782-bb52-0305b409de5c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c09600-44ef-4782-bb52-0305b409de5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:01,776 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:03:01,777 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db785a2-d44a-443e-8b97-eb9d52f462c4', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db785a2-d44a-443e-8b97-eb9d52f462c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:02,830 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:03:02,830 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ebcb23-87f5-41dc-8083-e7f48fb8d3d3', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ebcb23-87f5-41dc-8083-e7f48fb8d3d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:03,882 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:03:03,883 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2cb37b-0c7e-40f7-961a-062b81ae469f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac2cb37b-0c7e-40f7-961a-062b81ae469f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:04,939 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.049s 2022-03-23 18:03:04,940 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27589a63-e7fe-4be5-b745-a8b23c3aaeed', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27589a63-e7fe-4be5-b745-a8b23c3aaeed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:05,986 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.038s 2022-03-23 18:03:05,987 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab55360a-633d-4641-b8a9-cea75d0715c2', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab55360a-633d-4641-b8a9-cea75d0715c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:07,175 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.180s 2022-03-23 18:03:07,175 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dece88c5-ba61-45d7-a339-8d0fc75b2685', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dece88c5-ba61-45d7-a339-8d0fc75b2685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:08,235 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:03:08,235 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac9f0d6-5260-4c86-be76-7dcaaebb97a6', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac9f0d6-5260-4c86-be76-7dcaaebb97a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:09,283 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:03:09,283 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7571209c-1cb5-4071-bd2a-309ce30527c0', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7571209c-1cb5-4071-bd2a-309ce30527c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:10,335 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:03:10,335 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a94c2a-2f7a-48a9-b83d-34db165261b7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a94c2a-2f7a-48a9-b83d-34db165261b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:11,385 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:03:11,386 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98b8c92-6ef2-4a0e-bfe7-b28f8939549c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98b8c92-6ef2-4a0e-bfe7-b28f8939549c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:12,445 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.052s 2022-03-23 18:03:12,445 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6e918d-b557-4bf4-a604-d896293b3936', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6e918d-b557-4bf4-a604-d896293b3936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:13,498 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:03:13,499 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7650203-b8a8-42ff-a087-a7c5f5fb70fc', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7650203-b8a8-42ff-a087-a7c5f5fb70fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:14,550 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:03:14,550 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dc5c904-c953-435f-8de9-96e6f1907482', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dc5c904-c953-435f-8de9-96e6f1907482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:15,598 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:03:15,598 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cedaabd-205c-4b07-b251-524dd12799b1', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cedaabd-205c-4b07-b251-524dd12799b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:16,649 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:03:16,649 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad4fe28-30cf-469e-b905-4679f60860e8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad4fe28-30cf-469e-b905-4679f60860e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:17,701 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:03:17,702 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fead564-aeb8-41e5-8e31-0b5e08ceb913', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fead564-aeb8-41e5-8e31-0b5e08ceb913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:18,757 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:03:18,758 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0fcc046-5750-43c7-872b-665a6655059f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0fcc046-5750-43c7-872b-665a6655059f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:19,819 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.052s 2022-03-23 18:03:19,820 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb7accc-af04-425f-ae1a-3155ddb0c146', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb7accc-af04-425f-ae1a-3155ddb0c146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:20,876 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:03:20,876 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dec896d-0475-4785-8f35-a6aa60314351', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dec896d-0475-4785-8f35-a6aa60314351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:21,930 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:03:21,930 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7ee9bc-6f52-4a31-9e8b-edfa3607a967', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7ee9bc-6f52-4a31-9e8b-edfa3607a967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:22,982 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:03:22,983 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd0b2b2a-ae52-4b36-9634-1dc43b81466b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd0b2b2a-ae52-4b36-9634-1dc43b81466b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:24,045 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.049s 2022-03-23 18:03:24,045 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff3ef124-e28f-4e2d-b963-4d2da2cbbc7d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff3ef124-e28f-4e2d-b963-4d2da2cbbc7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:25,109 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.056s 2022-03-23 18:03:25,110 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd6eaa9-7151-45e6-993b-68221003cacc', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd6eaa9-7151-45e6-993b-68221003cacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:26,167 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.049s 2022-03-23 18:03:26,168 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e41271a8-7b4b-4a5b-987b-ecc3c4905d83', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e41271a8-7b4b-4a5b-987b-ecc3c4905d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:27,230 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.054s 2022-03-23 18:03:27,231 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-692047bd-7fec-4e4f-bd4a-765a3d09def0', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-692047bd-7fec-4e4f-bd4a-765a3d09def0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:28,290 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:03:28,290 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc907f94-7213-4298-9b27-8f4c0db217dd', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc907f94-7213-4298-9b27-8f4c0db217dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:29,349 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.050s 2022-03-23 18:03:29,349 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2beedcba-0c48-45ee-83fa-2d04eb370e0f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2beedcba-0c48-45ee-83fa-2d04eb370e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:30,402 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:03:30,402 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d984d39e-9ac7-482e-a4bd-e97c72b23b46', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d984d39e-9ac7-482e-a4bd-e97c72b23b46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:31,458 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:03:31,459 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08db612c-0f4b-490f-ac78-6aca73f2bcc8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08db612c-0f4b-490f-ac78-6aca73f2bcc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:32,505 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.038s 2022-03-23 18:03:32,505 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f10d38-6306-4614-84f1-eacc91c0a67a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f10d38-6306-4614-84f1-eacc91c0a67a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:33,554 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:03:33,554 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c00a59c4-ec72-461d-bcd2-05f77b4737dd', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c00a59c4-ec72-461d-bcd2-05f77b4737dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:34,613 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.050s 2022-03-23 18:03:34,613 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61c4102b-d0be-4683-9bce-6ca4a47495e8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61c4102b-d0be-4683-9bce-6ca4a47495e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:35,671 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:03:35,672 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c3b5fae-d262-4779-bb71-138351e60246', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c3b5fae-d262-4779-bb71-138351e60246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:36,733 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.049s 2022-03-23 18:03:36,733 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0d83195-22fe-4119-bf04-642021fab990', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d83195-22fe-4119-bf04-642021fab990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:37,800 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.058s 2022-03-23 18:03:37,800 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d5d92f7-f706-4b75-a77e-d51fe8c05022', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d5d92f7-f706-4b75-a77e-d51fe8c05022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:38,857 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:03:38,858 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83cdff00-ee29-415e-9b76-ec84615fd61d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83cdff00-ee29-415e-9b76-ec84615fd61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:39,907 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:03:39,907 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9504564c-cf37-4fa8-b8b9-debf1d0a42d8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9504564c-cf37-4fa8-b8b9-debf1d0a42d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:40,959 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:03:40,959 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee4a5f5-58e0-4ad7-ac40-06e3132e6599', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee4a5f5-58e0-4ad7-ac40-06e3132e6599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:42,031 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.063s 2022-03-23 18:03:42,031 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a07f9ea-66e0-4cf8-bdc1-30ea57c90f90', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a07f9ea-66e0-4cf8-bdc1-30ea57c90f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:43,084 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:03:43,085 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcfe2edf-4c11-4173-9a79-2a3f2d6e7aee', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcfe2edf-4c11-4173-9a79-2a3f2d6e7aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:44,137 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:03:44,138 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6c570d-d52a-4ad3-853f-9c5b8798b50d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6c570d-d52a-4ad3-853f-9c5b8798b50d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:45,185 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:03:45,185 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7acbce8-c90f-4ecc-b15d-f5ba8be6e15d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7acbce8-c90f-4ecc-b15d-f5ba8be6e15d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:46,232 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:03:46,233 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032af22f-9bd8-4657-9d4b-bebf2622c897', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032af22f-9bd8-4657-9d4b-bebf2622c897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:47,280 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:03:47,280 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd3aaac-1e61-4177-ba4d-6d48e646f37d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd3aaac-1e61-4177-ba4d-6d48e646f37d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:48,355 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.066s 2022-03-23 18:03:48,355 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de361be-e050-4aa6-97ac-27b979792565', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de361be-e050-4aa6-97ac-27b979792565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:49,417 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.053s 2022-03-23 18:03:49,418 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16216743-59ca-49f2-a511-97403adc307a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16216743-59ca-49f2-a511-97403adc307a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:50,472 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:03:50,473 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08272d7-7162-41e9-8dfd-49e11c00082d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08272d7-7162-41e9-8dfd-49e11c00082d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:51,526 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:03:51,526 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78b34793-bf7e-47b5-bb16-c4fda82c3d46', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78b34793-bf7e-47b5-bb16-c4fda82c3d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:52,577 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:03:52,577 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4bfdf23-7c25-4023-a40d-3429f3e5fc22', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4bfdf23-7c25-4023-a40d-3429f3e5fc22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:53,625 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:03:53,626 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-612c9d82-aa25-48a3-9e8a-62ec18f65cec', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-612c9d82-aa25-48a3-9e8a-62ec18f65cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:54,676 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:03:54,676 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2f976e9-1a17-4fc7-91df-5b14c9140332', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2f976e9-1a17-4fc7-91df-5b14c9140332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:55,728 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:03:55,728 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef60cce1-7674-43d0-9c13-8cd76be4c8fb', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef60cce1-7674-43d0-9c13-8cd76be4c8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:56,777 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:03:56,777 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9920be27-2460-4cc1-b0ef-71e73f9ddfd7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9920be27-2460-4cc1-b0ef-71e73f9ddfd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:57,825 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:03:57,825 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eca194e-8e3a-45d6-8be7-db6cf708aa34', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eca194e-8e3a-45d6-8be7-db6cf708aa34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:58,876 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:03:58,876 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1cc39d1-3f04-4340-a204-9efb1e0a02d6', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1cc39d1-3f04-4340-a204-9efb1e0a02d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:03:59,932 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:03:59,933 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99964cee-aecf-456c-828e-0d763c5de907', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99964cee-aecf-456c-828e-0d763c5de907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:00,989 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:04:00,990 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a070a4a-14c5-4033-885e-882bd7971b21', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a070a4a-14c5-4033-885e-882bd7971b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:02,040 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:02,041 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5d958b-399c-4011-b703-9dc2e756d8f8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce5d958b-399c-4011-b703-9dc2e756d8f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:03,093 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:03,093 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4796ba80-d009-4b81-a177-d31a14838ce1', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4796ba80-d009-4b81-a177-d31a14838ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:04,143 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:04,144 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e5c1c16-442f-44c9-b69f-0c6d8e1c1c83', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e5c1c16-442f-44c9-b69f-0c6d8e1c1c83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:05,197 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:05,197 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec49e80c-e5f2-45ea-ac3b-4d6a600bc3a7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec49e80c-e5f2-45ea-ac3b-4d6a600bc3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:06,254 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:04:06,254 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06a812bd-a1da-4c00-b7a8-6c9a7462f3b8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06a812bd-a1da-4c00-b7a8-6c9a7462f3b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:07,319 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.056s 2022-03-23 18:04:07,319 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d40f76-d5c3-45d5-b61f-6ce343c11bff', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d40f76-d5c3-45d5-b61f-6ce343c11bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:08,371 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:04:08,371 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4857d4-6914-41ab-a04c-55ba3627337f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4857d4-6914-41ab-a04c-55ba3627337f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:09,423 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:04:09,424 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd0589d3-fc7d-4e58-8743-ae51623a2d67', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0589d3-fc7d-4e58-8743-ae51623a2d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:10,476 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:04:10,477 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d27803-6021-4d67-b435-bb1e0c8f3378', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d27803-6021-4d67-b435-bb1e0c8f3378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:11,536 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:04:11,537 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e19d25e-854f-4c0d-a5e3-5f492f48fed7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e19d25e-854f-4c0d-a5e3-5f492f48fed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:12,588 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:04:12,588 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0382c28-4402-465c-aed1-595489b13923', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0382c28-4402-465c-aed1-595489b13923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:13,643 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:04:13,644 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b41dd53-68bf-4fb2-aec9-79567ff755b1', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b41dd53-68bf-4fb2-aec9-79567ff755b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:14,695 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:14,695 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca7ddab-81b5-4474-a166-52123a9ba51b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca7ddab-81b5-4474-a166-52123a9ba51b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:15,753 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:04:15,754 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9da1633-ea59-44d0-81d9-3ec8bc9f8d5c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9da1633-ea59-44d0-81d9-3ec8bc9f8d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:16,803 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:04:16,803 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964f0a22-75ef-4a41-a82a-197200e931f4', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964f0a22-75ef-4a41-a82a-197200e931f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:17,850 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:04:17,850 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04fc3281-4180-4086-80b2-f98bc9762027', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04fc3281-4180-4086-80b2-f98bc9762027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:18,901 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:18,901 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e19da91-d675-47a4-9295-4aa5e4c1020d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e19da91-d675-47a4-9295-4aa5e4c1020d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:19,952 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:04:19,953 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e836ed30-9f03-4ab6-89f5-c02f0737c47e', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e836ed30-9f03-4ab6-89f5-c02f0737c47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:21,012 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.050s 2022-03-23 18:04:21,012 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a4cc7d-ffbc-46da-8887-d3dde8012d93', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a4cc7d-ffbc-46da-8887-d3dde8012d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:22,063 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:22,063 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45390e8d-bb0d-4fb2-af77-d2385be50d18', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45390e8d-bb0d-4fb2-af77-d2385be50d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:23,113 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:23,114 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9b5a10-6694-45ae-8334-de5ef18c750f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9b5a10-6694-45ae-8334-de5ef18c750f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:24,168 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:04:24,169 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ffa0ff-5978-441a-9d59-ed4e6652e6a7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ffa0ff-5978-441a-9d59-ed4e6652e6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:25,220 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:04:25,220 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cba94cc6-c6fc-49b7-b861-d0a12eaf85c6', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cba94cc6-c6fc-49b7-b861-d0a12eaf85c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:26,279 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.050s 2022-03-23 18:04:26,279 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abff71fa-8416-4457-baa8-da59e926fe6f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abff71fa-8416-4457-baa8-da59e926fe6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:27,333 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:04:27,334 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a3443af-3b66-4c77-8ebc-c5c7674cae97', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a3443af-3b66-4c77-8ebc-c5c7674cae97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:28,394 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.052s 2022-03-23 18:04:28,395 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeaa0f97-889b-4741-b471-b8f1e94959bd', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeaa0f97-889b-4741-b471-b8f1e94959bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:29,452 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:04:29,453 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d69c9bcf-c408-4004-b6f3-824c9f77020d', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d69c9bcf-c408-4004-b6f3-824c9f77020d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:30,508 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:04:30,508 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d537df84-e312-477d-ba89-6511a7cb5628', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d537df84-e312-477d-ba89-6511a7cb5628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:31,562 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:31,563 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a26ea9b-d495-482a-b17e-5df115d761ee', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a26ea9b-d495-482a-b17e-5df115d761ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:32,622 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:04:32,622 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9c83fc-f439-4e6c-b3e8-2c5c191685f3', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9c83fc-f439-4e6c-b3e8-2c5c191685f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:33,678 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:04:33,679 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b350a24-575a-4af1-a3d1-77409d5fa115', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b350a24-575a-4af1-a3d1-77409d5fa115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:34,739 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.052s 2022-03-23 18:04:34,739 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6706bee-7df2-4944-96c8-4dd0963981b5', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6706bee-7df2-4944-96c8-4dd0963981b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:35,803 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.055s 2022-03-23 18:04:35,804 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53db618e-8a4a-4b30-a043-cc49d1bb9ef7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53db618e-8a4a-4b30-a043-cc49d1bb9ef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:36,864 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:04:36,865 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b6c975-3790-4f0d-95a2-68b4867d9373', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b6c975-3790-4f0d-95a2-68b4867d9373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:37,924 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:04:37,925 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4080437-9d57-40e4-8a86-301aac103738', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4080437-9d57-40e4-8a86-301aac103738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:38,976 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:04:38,977 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b1ec6b-7809-400e-a88d-89cdc8c2572c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b1ec6b-7809-400e-a88d-89cdc8c2572c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:40,049 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.064s 2022-03-23 18:04:40,050 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48827bb-0e34-4c97-8bef-16df2403e891', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48827bb-0e34-4c97-8bef-16df2403e891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:41,095 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.038s 2022-03-23 18:04:41,095 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ccfd766-97e7-46f8-8967-ac1a61adc990', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ccfd766-97e7-46f8-8967-ac1a61adc990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:42,162 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.059s 2022-03-23 18:04:42,162 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd84bcc-614a-46f3-aad3-b4e1c005ae42', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd84bcc-614a-46f3-aad3-b4e1c005ae42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:43,213 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:43,213 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fae232b-2195-43a7-a99f-5f45838a806f', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fae232b-2195-43a7-a99f-5f45838a806f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:44,262 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:04:44,262 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6efb1b-4ff6-4099-a1a5-b8abc6122985', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6efb1b-4ff6-4099-a1a5-b8abc6122985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:45,310 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:04:45,311 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-609d4791-40ca-4342-8ef4-00fb282b5642', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-609d4791-40ca-4342-8ef4-00fb282b5642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:46,367 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:04:46,367 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6013c03b-1f40-4996-9731-ed84b8478f52', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6013c03b-1f40-4996-9731-ed84b8478f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:47,428 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.053s 2022-03-23 18:04:47,428 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b901af71-3fa4-4749-b4f3-c7821c3322eb', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b901af71-3fa4-4749-b4f3-c7821c3322eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:48,476 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:04:48,477 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4850b2ba-22cb-4a84-95ff-68630f480609', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4850b2ba-22cb-4a84-95ff-68630f480609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:49,532 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:04:49,532 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62fe20ce-e956-4eb4-b606-f2831317ef75', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62fe20ce-e956-4eb4-b606-f2831317ef75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:50,579 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:04:50,580 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c33032ab-af1d-4a0f-b23a-1f27e2eb3539', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c33032ab-af1d-4a0f-b23a-1f27e2eb3539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:51,629 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:51,630 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ac5002-d455-46f3-83e5-b24fdfe8d37b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ac5002-d455-46f3-83e5-b24fdfe8d37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:52,685 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.047s 2022-03-23 18:04:52,685 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eea62171-e669-4d93-9cbd-9ac795e3ab9b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eea62171-e669-4d93-9cbd-9ac795e3ab9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:53,732 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:04:53,733 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-827fe5f8-8c14-4642-9b96-281e5f4baf7a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827fe5f8-8c14-4642-9b96-281e5f4baf7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:54,785 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:04:54,785 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b935e39-55c5-4355-84d1-fb9f0e71760a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b935e39-55c5-4355-84d1-fb9f0e71760a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:55,835 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:04:55,836 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ea5b6b-c053-43f8-a56d-e6a26f088b83', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ea5b6b-c053-43f8-a56d-e6a26f088b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:56,883 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:04:56,883 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4bbaf3-0218-487c-936f-c04b2c3597e0', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4bbaf3-0218-487c-936f-c04b2c3597e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:57,931 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:04:57,931 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be2333b4-acdb-48bc-8ca6-7acebd4ce78c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be2333b4-acdb-48bc-8ca6-7acebd4ce78c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:04:58,992 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.053s 2022-03-23 18:04:58,993 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93d4ccbe-d019-4cbb-80ae-8062443ddf57', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93d4ccbe-d019-4cbb-80ae-8062443ddf57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:00,055 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.054s 2022-03-23 18:05:00,055 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b9a79b-ce99-4ca0-9d4d-892db71b3141', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b9a79b-ce99-4ca0-9d4d-892db71b3141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:01,106 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:05:01,106 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ceab47c-1bc4-4e5f-8ea4-fc85980b7b06', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ceab47c-1bc4-4e5f-8ea4-fc85980b7b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:02,159 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:05:02,159 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2322ce1-ccf4-4cc7-8b20-85f8897ee770', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2322ce1-ccf4-4cc7-8b20-85f8897ee770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:03,207 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:05:03,208 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a236b794-0b7e-4f7a-b827-165387382d01', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a236b794-0b7e-4f7a-b827-165387382d01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:04,264 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:05:04,264 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96961aad-d053-4a1e-968f-006d0b8e324b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96961aad-d053-4a1e-968f-006d0b8e324b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:05,336 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.059s 2022-03-23 18:05:05,337 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-700ceb24-fe94-44b0-98ce-36d31402bcd2', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-700ceb24-fe94-44b0-98ce-36d31402bcd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:06,400 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.055s 2022-03-23 18:05:06,400 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed10fdc-d9ba-4096-9c25-7903618011c5', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed10fdc-d9ba-4096-9c25-7903618011c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:07,451 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:05:07,452 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c7e1af-0cf0-42b4-a5ad-2b18cf338fc2', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c7e1af-0cf0-42b4-a5ad-2b18cf338fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:08,502 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:05:08,503 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f672ee-6338-4833-a40a-082e248e143c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f672ee-6338-4833-a40a-082e248e143c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:09,555 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:05:09,555 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5dffe93-8355-4a2b-bc53-ee7a22c68cc6', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5dffe93-8355-4a2b-bc53-ee7a22c68cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:10,607 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:05:10,607 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360d093c-445d-4849-8a99-dff78dcbd6f9', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360d093c-445d-4849-8a99-dff78dcbd6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:11,661 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:05:11,661 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c27e5f0-511f-4f2a-b8b6-8012a51ffb61', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c27e5f0-511f-4f2a-b8b6-8012a51ffb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:12,712 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:05:12,713 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e68b4a-6761-48b9-b55e-dc5dcce020b2', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e68b4a-6761-48b9-b55e-dc5dcce020b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:13,766 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:05:13,766 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6c8d667-cbbc-499a-8c0d-8d54fde7491e', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6c8d667-cbbc-499a-8c0d-8d54fde7491e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:14,814 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.039s 2022-03-23 18:05:14,814 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615b72c3-504b-492c-ada3-570dc9ace847', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615b72c3-504b-492c-ada3-570dc9ace847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:15,862 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:05:15,862 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7374f98a-5a6c-4d10-a42c-754e73f96a05', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7374f98a-5a6c-4d10-a42c-754e73f96a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:16,911 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:05:16,911 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00e36942-6877-4d22-a7a6-cac6942044c7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00e36942-6877-4d22-a7a6-cac6942044c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:17,972 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.053s 2022-03-23 18:05:17,972 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702fa743-e33a-4920-869f-e41d3ef33c64', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702fa743-e33a-4920-869f-e41d3ef33c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:19,031 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.050s 2022-03-23 18:05:19,032 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f0154cb-da14-4e67-80d2-f4b21b7879b8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f0154cb-da14-4e67-80d2-f4b21b7879b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:20,096 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.055s 2022-03-23 18:05:20,097 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a452312-9b04-4a0a-b4d9-a7093a078df5', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a452312-9b04-4a0a-b4d9-a7093a078df5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:21,145 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:05:21,146 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4ce9488-a8e2-4db0-8125-f97f4a5b8571', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4ce9488-a8e2-4db0-8125-f97f4a5b8571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:22,197 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:05:22,197 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2eb3ee8-a5dd-4526-9682-f614cd3d627b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2eb3ee8-a5dd-4526-9682-f614cd3d627b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:23,250 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:05:23,251 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c576c2-994c-4c3d-848f-e82ef92a5321', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c576c2-994c-4c3d-848f-e82ef92a5321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:24,312 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.053s 2022-03-23 18:05:24,315 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f9eac8-f6e7-4e4a-8712-8f0243f04b57', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f9eac8-f6e7-4e4a-8712-8f0243f04b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:25,369 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.041s 2022-03-23 18:05:25,370 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4492d2-b219-4c44-ae96-11cbf7c352aa', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a4492d2-b219-4c44-ae96-11cbf7c352aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:26,422 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:05:26,423 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2790b772-6e6e-472b-a212-19dc73172856', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2790b772-6e6e-472b-a212-19dc73172856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:27,474 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:05:27,475 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce8ff9b1-8e3a-4db4-ad10-0d1088211bbe', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce8ff9b1-8e3a-4db4-ad10-0d1088211bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:28,546 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.063s 2022-03-23 18:05:28,547 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b737145-21c8-4c26-b9ce-5812daf269f4', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b737145-21c8-4c26-b9ce-5812daf269f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:29,604 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:05:29,605 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5fe094-58e4-4b53-ac7f-4411a418b5ba', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5fe094-58e4-4b53-ac7f-4411a418b5ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:30,666 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:05:30,666 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324006c4-d8a9-4ceb-9186-72c539d736b1', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324006c4-d8a9-4ceb-9186-72c539d736b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:31,720 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:05:31,720 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c941a11-fb9c-467e-ab6b-5eca5b29f603', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c941a11-fb9c-467e-ab6b-5eca5b29f603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:32,784 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.052s 2022-03-23 18:05:32,784 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6044c4b3-5ea3-42e2-bd07-1baae7fe53de', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6044c4b3-5ea3-42e2-bd07-1baae7fe53de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:33,843 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.049s 2022-03-23 18:05:33,843 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0d48414-e451-4112-b840-2a4908a454c9', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0d48414-e451-4112-b840-2a4908a454c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:34,904 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.052s 2022-03-23 18:05:34,905 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-221c7dfa-d360-48cb-857d-ffe9231c8ee0', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-221c7dfa-d360-48cb-857d-ffe9231c8ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:35,963 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:05:35,964 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c97d0fd-152a-4ed1-9371-25c051eec214', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c97d0fd-152a-4ed1-9371-25c051eec214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:37,023 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:05:37,023 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1e380c-ed0c-47a0-a5e2-7a9558a0fcb7', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1e380c-ed0c-47a0-a5e2-7a9558a0fcb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:38,081 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.043s 2022-03-23 18:05:38,081 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70089639-2289-4aca-ad4a-5fe02fffa1ec', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70089639-2289-4aca-ad4a-5fe02fffa1ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:39,138 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:05:39,138 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f17db0e-a64d-44fb-a4be-6bf037dbef69', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f17db0e-a64d-44fb-a4be-6bf037dbef69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:40,191 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.044s 2022-03-23 18:05:40,191 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5b28d04-3f58-4ab9-82d0-816ea2bee806', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5b28d04-3f58-4ab9-82d0-816ea2bee806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:41,403 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.204s 2022-03-23 18:05:41,403 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2e95d6-b613-45f9-841d-3eb0bcd5d48a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2e95d6-b613-45f9-841d-3eb0bcd5d48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:42,476 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.065s 2022-03-23 18:05:42,477 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4333bf68-b8c9-4593-9cb5-994cbc5018ad', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4333bf68-b8c9-4593-9cb5-994cbc5018ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:43,531 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:05:43,531 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ff9ac9-14fd-4e93-af90-1de1631f902a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ff9ac9-14fd-4e93-af90-1de1631f902a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:44,588 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.048s 2022-03-23 18:05:44,589 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8387ea23-c660-4f04-af9b-cdaeeede4ece', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8387ea23-c660-4f04-af9b-cdaeeede4ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:45,654 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.056s 2022-03-23 18:05:45,654 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3013e00e-cd2e-4111-b71d-c8de9ece54a3', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3013e00e-cd2e-4111-b71d-c8de9ece54a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:46,710 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.045s 2022-03-23 18:05:46,711 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc4be63-7c4c-4d22-a71c-e90e0272c9cf', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc4be63-7c4c-4d22-a71c-e90e0272c9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:47,759 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.040s 2022-03-23 18:05:47,759 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-368d7d96-f67f-4942-959f-b9c145abfd31', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-368d7d96-f67f-4942-959f-b9c145abfd31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:48,818 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.051s 2022-03-23 18:05:48,818 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558acdc0-3e5f-4c90-871a-c5868cc30ebd', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558acdc0-3e5f-4c90-871a-c5868cc30ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:49,872 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.046s 2022-03-23 18:05:49,873 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82f76a1-69b3-44f2-8deb-e5147d78bf0a', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e82f76a1-69b3-44f2-8deb-e5147d78bf0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:50,923 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.042s 2022-03-23 18:05:50,924 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a002122-2561-4a5b-b929-063cc92cc78c', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a002122-2561-4a5b-b929-063cc92cc78c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"volume": {"id": "884c53ed-6ccb-4d46-a7d9-860bf4d029ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:59:02.000000", "updated_at": "2022-03-23T17:59:02.000000", "name": "tempest-tempest.common.compute-volume-47037007", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee"}], "user_id": "90ae15f1c0254d8f868851753f236a63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "50db197cc056491cad8b4b217a0389cd"}}' 2022-03-23 18:05:50,969 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 400 DELETE http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee 0.038s 2022-03-23 18:05:50,969 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f67aeba-121a-4e76-a42b-51ed3d7ae97f', 'x-openstack-request-id': 'req-9f67aeba-121a-4e76-a42b-51ed3d7ae97f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.41/volume/v3/50db197cc056491cad8b4b217a0389cd/volumes/884c53ed-6ccb-4d46-a7d9-860bf4d029ee'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' 2022-03-23 18:05:50,970 117758 ERROR [tempest.common.compute] Deleting volume 884c53ed-6ccb-4d46-a7d9-860bf4d029ee failed, exception Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'} 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute Traceback (most recent call last): 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 265, in create_test_server 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute waiters.wait_for_volume_resource_status(volumes_client, 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute raise lib_exc.TimeoutException(message) 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute tempest.lib.exceptions.TimeoutException: Request timed out 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute Details: volume 884c53ed-6ccb-4d46-a7d9-860bf4d029ee failed to reach available status (current creating) within the required time (360 s). 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute During handling of the above exception, another exception occurred: 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute Traceback (most recent call last): 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 271, in create_test_server 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute volumes_client.delete_volume(volume['volume']['id']) 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute resp, body = self.delete(url) 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body) 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute resp, resp_body = super(BaseClient, self).request( 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute self._error_checker(resp, resp_body) 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute raise exceptions.BadRequest(resp_body, resp=resp) 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute tempest.lib.exceptions.BadRequest: Bad request 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'} 2022-03-23 18:05:50.970 117758 ERROR tempest.common.compute 2022-03-23 18:05:51,140 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/security-groups/261091f8-2dbb-4d5f-aa38-983353d504d7 0.167s 2022-03-23 18:05:51,140 117758 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-62f6fd1c-69e6-4683-a8f8-b8dc9d03424e', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 18:05:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/261091f8-2dbb-4d5f-aa38-983353d504d7'} Body: b'' 2022-03-23 18:05:51,181 117758 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.41/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1625416593 0.040s 2022-03-23 18:05:51,181 117758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:05:51 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-f90a7236-1320-4c6f-88d5-5c235001951c', 'x-compute-request-id': 'req-f90a7236-1320-4c6f-88d5-5c235001951c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1625416593'} Body: b'' }}} 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_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 275, in create_test_server LOG.exception("Deleting volume %s failed, exception %s", File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 265, in create_test_server waiters.wait_for_volume_resource_status(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 884c53ed-6ccb-4d46-a7d9-860bf4d029ee failed to reach available status (current creating) within the required time (360 s). |
||||||
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
ft14.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-03-23 17:32:07,537 117770 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-03-23 17:32:07,925 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.41/compute/v2.1/os-keypairs 0.387s 2022-03-23 17:32:07,926 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1476399083"}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4195309c-890f-4191-a622-2fbf5682c2d7', 'x-compute-request-id': 'req-4195309c-890f-4191-a622-2fbf5682c2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAnVlwSSPVgqRg9bPZUkzOG6U0myOLeWVZD19ecGvksLNMkYu7\\nhUO4dfbqGJIC3kH9hPjX/XSUa5JfUJRihyvfRG0voIOjJlwD7yX4k1dUsfeWLk0T\\nB/53tjnnmwJ23ZzrDnGAjpouzymUT5+50GYzBbAkUlM26ZYPK+iR0hWfNwHGpkCy\\ncw2kjJRfdPqley2MFbjHUQEyJykNDg0HR2WPy5JuJYaMUH5IMm81o+4Rvg6HwgvW\\n382MPt+KZpsWw6xnLmHicIusXJRIgQJ5SvDMn6pSiSDRKTIfXNr2ZE4vNdM697DD\\n2gb7hdJ52+P47nYNwPM3oU9qUn+ZWAa/+htwiwIDAQABAoIBAQCXzQNw7Gs9oEwS\\nfrH4njRxo04/JWmXclkbZYx8tPpqJnCGMeJ1TMIWvGFX1vWBavSkZlYqJWBS72GZ\\nIa50bbT2FMhP+O9bQIZjH6TSsPv6vbtba+wiWDMx0GdKunPmlU6IHqRB7ymdnqWA\\ns73V+eLbZ/WCntlpPOXiHHshzM5Ph5l/UpGN8/HD7PTHo1Gj1giiq+JcdR8dGb95\\nMRLsxix7hVPgsgwlc0bOZqciQ6Iq49vaaGOyNvHXl4RF3a9OahqFxKsEOR4TbfUR\\nlxbas4ThNGsBQiK4WAG9posgmtCF4Zbj13co61+Zen7oRJUq6ZSgQiyKbO6zdExt\\n5cifnaXBAoGBANFNYAWTG+f8+JpFnpZkoMg2BcRUonOGgFCxZbt/iLiuOS55Q3rI\\nLkeSnf9hC6F44mYDIXHnN0W8sxXIbvRgTJmp7+qatd+gxFFMNwvkQGKNOI9x+Rc8\\nTJgGAC2RgPbtXrnGu38tatu7YLRAnfIJiMMM9EY7nTsxO8EkHWfNQAA7AoGBAMB0\\nsZtGnrnM03DRfOpJUS/M3IJnypID4S8ldr+ZFaRoF+SJ5QgoN3bz3i26/W9xLSxm\\nzQ4gWGQKG7GAKWBUMWfr06JVbPiEV2S7jT3TnOh6VeungRyB9/FqXpdlqG0m0Nmy\\nJJrPeCSY9zVGIkjxa0PgkEwybAsXsoLqH0yCLxvxAoGBAIgvAjVeXJ/7t34ZonBU\\nlVDv5ZyzPOhSMZdPddQjzT/tDIOynzd6nLIxMeCCsmCkGRsrGk3UleAoQZYAzkDv\\nj6fELLjHZWNWZaZIIuD36PS20oBzNhHqSCP6c48yx2jjVekm58R+NrM2HlvqV1qu\\n3W+cNCymiU2EYU7wQrnRkL0VAoGAKWHuPsE0qCcO4BdrkMUrG+glEjVXLYaACS85\\nFYHJUYzAdnfgM5zSMFXH1HV8wVXIrN9+ACecWgaCZex0+S2hYgMngqRzxgxO7m4V\\ntNGnz6VejEl8TbD0q4h/xnYpfS73gZf4nwE1iEkL/vyRqrWepv3GiVveN5Rk4hmN\\nmVn030ECgYAe8XnGPwTzgvxddl4rRAHJ9W/MKUGOcCKFo+Zi8v8ri75LqFfLHSSF\\nPSGsH6xcwsh02H/p8cAh4B93rbUt+HYgt5C/hM5krFBhnUQr3FnUqSWgHq4iBOBB\\n/kab/5Mk64fNQvhBPbqcDwH54p7PQ+n279A+ML2iYE7DHyHTc/yR6w==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestVolumeBootPattern-1476399083", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdWXBJI9WCpGD1s9lSTM4bpTSbI4t5ZVkPX15wa+Sws0yRi7uFQ7h19uoYkgLeQf2E+Nf9dJRrkl9QlGKHK99EbS+gg6MmXAPvJfiTV1Sx95YuTRMH/ne2OeebAnbdnOsOcYCOmi7PKZRPn7nQZjMFsCRSUzbplg8r6JHSFZ83AcamQLJzDaSMlF90+qV7LYwVuMdRATInKQ0ODQdHZY/Lkm4lhoxQfkgybzWj7hG+DofCC9bfzYw+34pmmxbDrGcuYeJwi6xclEiBAnlK8MyfqlKJINEpMh9c2vZkTi810zr3sMPaBvuF0nnb4/judg3A8zehT2pSf5lYBr/6G3CL Generated-by-Nova", "fingerprint": "d5:23:5e:d8:2e:20:9a:51:bd:ac:bc:37:30:36:b3:bd", "user_id": "a0de7f07b2a245f888675481e73c8347"}}' 2022-03-23 17:32:08,079 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/security-groups 0.151s 2022-03-23 17:32:08,079 117770 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-1472276391", "description": "tempest-secgroup-smoke-1472276391 description", "project_id": "2aa787500053466faed7680c3c3b3f20"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-9d2b6e89-7369-4f51-b036-979d80e9b8ff', 'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "51046710-7d65-4be9-9467-42455151fd0a", "name": "tempest-secgroup-smoke-1472276391", "stateful": true, "tenant_id": "2aa787500053466faed7680c3c3b3f20", "description": "tempest-secgroup-smoke-1472276391 description", "shared": false, "security_group_rules": [{"id": "5051e4e2-d4b0-45b8-9026-d831bdfae634", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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": 393, "description": null, "tags": [], "created_at": "2022-03-23T17:32:08Z", "updated_at": "2022-03-23T17:32:08Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}, {"id": "ec6db004-92fb-4d73-b97b-e8000c6c30c1", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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": 392, "description": null, "tags": [], "created_at": "2022-03-23T17:32:07Z", "updated_at": "2022-03-23T17:32:07Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}], "tags": [], "created_at": "2022-03-23T17:32:07Z", "updated_at": "2022-03-23T17:32:07Z", "revision_number": 1, "project_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:08,218 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.138s 2022-03-23 17:32:08,219 117770 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": "51046710-7d65-4be9-9467-42455151fd0a", "project_id": "2aa787500053466faed7680c3c3b3f20", "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-e4c7c1c2-d380-4458-8d3d-02b85cbd2546', 'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0cab7f8a-ea2e-42c7-b01a-1957dce53190", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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-03-23T17:32:08Z", "updated_at": "2022-03-23T17:32:08Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:08,351 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.132s 2022-03-23 17:32:08,351 117770 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": "51046710-7d65-4be9-9467-42455151fd0a", "project_id": "2aa787500053466faed7680c3c3b3f20", "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-be03a525-3edc-473f-8d6e-cf50852c8195', 'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "300f6629-3a2b-4c03-897d-1402b36dfb6e", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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-03-23T17:32:08Z", "updated_at": "2022-03-23T17:32:08Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:08,475 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.123s 2022-03-23 17:32:08,475 117770 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": "51046710-7d65-4be9-9467-42455151fd0a", "project_id": "2aa787500053466faed7680c3c3b3f20", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-916ed32f-1093-4d4e-b3bb-272a8d7c9a4b', 'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9b34f97-248e-4fa4-b27e-7f78306223c8", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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-03-23T17:32:08Z", "updated_at": "2022-03-23T17:32:08Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:08,603 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.127s 2022-03-23 17:32:08,604 117770 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": "51046710-7d65-4be9-9467-42455151fd0a", "project_id": "2aa787500053466faed7680c3c3b3f20", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-8c5ea40f-6d80-4920-8053-ebc60163a77b', 'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b23f9e5e-236d-45fd-b7b4-b6b48899e8b4", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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-03-23T17:32:08Z", "updated_at": "2022-03-23T17:32:08Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:08,741 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.136s 2022-03-23 17:32:08,741 117770 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": "51046710-7d65-4be9-9467-42455151fd0a", "project_id": "2aa787500053466faed7680c3c3b3f20", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-482202a9-d7ce-41d2-9f99-20c955e33992', 'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5c0c54f6-df57-42f5-8a95-846925c1a982", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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-03-23T17:32:08Z", "updated_at": "2022-03-23T17:32:08Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:08,888 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/security-group-rules 0.145s 2022-03-23 17:32:08,888 117770 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": "51046710-7d65-4be9-9467-42455151fd0a", "project_id": "2aa787500053466faed7680c3c3b3f20", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6bc05a89-096c-400a-bb93-871aef95b452', 'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a581b9c1-5848-4f5f-8d40-bec27a855fc6", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "security_group_id": "51046710-7d65-4be9-9467-42455151fd0a", "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-03-23T17:32:08Z", "updated_at": "2022-03-23T17:32:08Z", "revision_number": 0, "project_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:08,888 117770 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-03-23 17:32:08,910 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/image/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86 0.021s 2022-03-23 17:32:08,911 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ef47342-c30f-4668-9911-49fe383baed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/image/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86'} 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": "c9dfc370cdee4b00bb67112c30b0183d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "created_at": "2022-03-23T17:22:38Z", "updated_at": "2022-03-23T17:22:53Z", "tags": [], "self": "/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86", "file": "/v2/images/79ed06f6-c0b4-47c9-a4de-c4429c987e86/file", "schema": "/v2/schemas/image"}' 2022-03-23 17:32:09,306 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes 0.395s 2022-03-23 17:32:09,307 117770 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-463356342", "snapshot_id": null, "imageRef": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3c1ee0-e693-4fd8-9687-2e7925d8b27c', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3c1ee0-e693-4fd8-9687-2e7925d8b27c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.225473", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-03-23 17:32:09,353 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.040s 2022-03-23 17:32:09,354 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d2c45d6-4032-44bf-893d-e5f197f60aef', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d2c45d6-4032-44bf-893d-e5f197f60aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:10,400 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.039s 2022-03-23 17:32:10,400 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d412c91a-b12f-44ad-a8c1-fbe4b19040f1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d412c91a-b12f-44ad-a8c1-fbe4b19040f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:11,460 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 17:32:11,461 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3104fd4a-bf25-4205-bc16-8d4cf6a6d179', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3104fd4a-bf25-4205-bc16-8d4cf6a6d179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:12,555 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.086s 2022-03-23 17:32:12,555 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbaec987-0da5-4e73-a39f-db2659efcc26', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbaec987-0da5-4e73-a39f-db2659efcc26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:13,613 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 17:32:13,613 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf15a877-5510-4f25-b27c-75db920d3e40', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf15a877-5510-4f25-b27c-75db920d3e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:14,661 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.040s 2022-03-23 17:32:14,661 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c1eeba-9e40-42e7-8a54-6f4de36deddb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c1eeba-9e40-42e7-8a54-6f4de36deddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:15,708 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.040s 2022-03-23 17:32:15,709 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe6a972c-a935-4b93-b91b-603ec2bd3826', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe6a972c-a935-4b93-b91b-603ec2bd3826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:16,757 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.040s 2022-03-23 17:32:16,757 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c926c481-5b45-42ca-8da2-efa39cd4bebf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c926c481-5b45-42ca-8da2-efa39cd4bebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:17,813 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 17:32:17,814 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66eef8c2-7330-4022-b27f-e2d4f293799e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66eef8c2-7330-4022-b27f-e2d4f293799e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:18,868 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 17:32:18,868 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-810634f0-4e97-4a60-852d-9b3f4e73e84d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-810634f0-4e97-4a60-852d-9b3f4e73e84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:19,928 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 17:32:19,929 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-523138ed-1a43-4d6c-8643-a49c3dafc04a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-523138ed-1a43-4d6c-8643-a49c3dafc04a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:20,979 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.042s 2022-03-23 17:32:20,979 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da9008a-9d3d-48c7-9a26-b585688bbc56', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da9008a-9d3d-48c7-9a26-b585688bbc56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:22,033 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 17:32:22,034 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901b521f-ea69-4bf2-be02-7bfdc0f0017f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901b521f-ea69-4bf2-be02-7bfdc0f0017f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:23,094 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 17:32:23,094 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6397eba1-0305-4b3d-8bd5-5dc3447eb3a5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6397eba1-0305-4b3d-8bd5-5dc3447eb3a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:24,172 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.069s 2022-03-23 17:32:24,172 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44462c43-e74a-4ce5-8b15-0002621c8f98', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44462c43-e74a-4ce5-8b15-0002621c8f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:25,260 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.079s 2022-03-23 17:32:25,260 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761a418b-daa9-480f-a9e0-9817e6624ed2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761a418b-daa9-480f-a9e0-9817e6624ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:26,320 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 17:32:26,320 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9740a56c-1376-47b6-a580-7d07e0eaaa3f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9740a56c-1376-47b6-a580-7d07e0eaaa3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:27,375 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 17:32:27,376 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75879fe0-f6fd-4592-b3cf-a09de64a3aa8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75879fe0-f6fd-4592-b3cf-a09de64a3aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:28,429 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 17:32:28,430 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86fbc8fc-ec3a-4c9b-8838-75d3bcffc9d2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86fbc8fc-ec3a-4c9b-8838-75d3bcffc9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:29,483 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.044s 2022-03-23 17:32:29,483 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9158ff7-ca0f-4ec6-9a03-2053b302bc0d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9158ff7-ca0f-4ec6-9a03-2053b302bc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:30,532 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.041s 2022-03-23 17:32:30,532 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdaa4a6c-ddeb-4a8e-be2a-a1a5eee557d0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdaa4a6c-ddeb-4a8e-be2a-a1a5eee557d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:31,583 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.042s 2022-03-23 17:32:31,583 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2f904b5-990d-4102-9a14-3a6b7148ecee', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2f904b5-990d-4102-9a14-3a6b7148ecee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:32,635 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.044s 2022-03-23 17:32:32,636 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55a19ac9-3e2b-4415-a158-4f42e0f7bf25', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55a19ac9-3e2b-4415-a158-4f42e0f7bf25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:33,692 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 17:32:33,692 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dee55ec-e464-464d-af95-6f063f1de9cb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dee55ec-e464-464d-af95-6f063f1de9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:34,752 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 17:32:34,753 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc02465-db37-4c0f-b0b8-eeb687c50d09', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc02465-db37-4c0f-b0b8-eeb687c50d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:35,812 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 17:32:35,812 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a53d3487-86de-45ac-98db-f84b90ea27fb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53d3487-86de-45ac-98db-f84b90ea27fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:36,885 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.065s 2022-03-23 17:32:36,885 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4394525c-b22f-4a8a-8452-82d5d3ca53aa', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4394525c-b22f-4a8a-8452-82d5d3ca53aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:37,943 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 17:32:37,943 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f5cd0a0-6331-4a9d-ab5d-49af77ea33e5', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f5cd0a0-6331-4a9d-ab5d-49af77ea33e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:38,993 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.042s 2022-03-23 17:32:38,993 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c4bf205-f500-4aa1-9e7b-c8548971d374', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c4bf205-f500-4aa1-9e7b-c8548971d374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:40,049 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 17:32:40,050 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7123a3-dcea-483b-bbc3-b716272b02e8', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7123a3-dcea-483b-bbc3-b716272b02e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:41,099 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.041s 2022-03-23 17:32:41,099 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f381064c-896f-452e-b510-2f3b462841e1', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f381064c-896f-452e-b510-2f3b462841e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:42,149 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.041s 2022-03-23 17:32:42,149 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfcdc27-f2a7-4ae7-9747-d48922c93fa7', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfcdc27-f2a7-4ae7-9747-d48922c93fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:43,204 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 17:32:43,205 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb2b4dcc-df3d-474e-b865-9a7cb6e3a410', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb2b4dcc-df3d-474e-b865-9a7cb6e3a410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:44,262 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 17:32:44,263 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb141a6-a0e5-4762-a055-f12456061b53', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb141a6-a0e5-4762-a055-f12456061b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:45,329 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.055s 2022-03-23 17:32:45,330 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5eddde7-c6c4-41d8-b56a-1b9b4613dfbb', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5eddde7-c6c4-41d8-b56a-1b9b4613dfbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:46,380 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.043s 2022-03-23 17:32:46,380 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3c61411-ff39-408c-93c3-5158bf6c3369', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c61411-ff39-408c-93c3-5158bf6c3369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:47,434 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 17:32:47,435 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738cc103-08e9-409c-b187-9d899c85e226', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738cc103-08e9-409c-b187-9d899c85e226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:48,491 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 17:32:48,492 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c0c38b-a8a4-421e-bf49-75b3ec00f30e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c0c38b-a8a4-421e-bf49-75b3ec00f30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:49,547 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 17:32:49,548 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e9cb52b-7306-4c99-8122-47ab6bd44a67', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e9cb52b-7306-4c99-8122-47ab6bd44a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:50,605 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 17:32:50,605 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7734be9d-f55c-4148-8ad4-5e8b3d9f62af', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7734be9d-f55c-4148-8ad4-5e8b3d9f62af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:51,661 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 17:32:51,661 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed78083d-2e71-48c9-99b1-dd3972349f28', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed78083d-2e71-48c9-99b1-dd3972349f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:52,714 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.041s 2022-03-23 17:32:52,715 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41073a0b-fdc1-47a9-b634-afb001c66a10', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41073a0b-fdc1-47a9-b634-afb001c66a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:53,769 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 17:32:53,770 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2635160-8790-4abc-8851-b80e42d6b607', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2635160-8790-4abc-8851-b80e42d6b607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:54,820 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.041s 2022-03-23 17:32:54,820 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41361372-ac18-4cb6-bef1-59677b01d1e2', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41361372-ac18-4cb6-bef1-59677b01d1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:55,881 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 17:32:55,881 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf94fa5-dd72-4e4e-a0c4-fed1d7244c1e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf94fa5-dd72-4e4e-a0c4-fed1d7244c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:56,939 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.043s 2022-03-23 17:32:56,939 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7137e1b1-c7c2-4a44-8099-62e183e6d1b6', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7137e1b1-c7c2-4a44-8099-62e183e6d1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:58,003 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.056s 2022-03-23 17:32:58,004 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af03dabd-525a-4e55-beb0-a7ced367c0e8', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af03dabd-525a-4e55-beb0-a7ced367c0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:36.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:59,079 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.066s 2022-03-23 17:32:59,080 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47400bab-9af6-41f9-907a-36c79a3d6e13', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47400bab-9af6-41f9-907a-36c79a3d6e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "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": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:59,092 117770 INFO [tempest.common.waiters] volume dbbc2466-d27e-4733-8506-f2a9108091eb reached available after waiting for 50.092903 seconds 2022-03-23 17:32:59,142 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 17:32:59,142 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4987e926-2713-4218-9ea3-8ab9647f6284', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4987e926-2713-4218-9ea3-8ab9647f6284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:32:59.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "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": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:32:59,307 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41/identity/v3/auth/tokens 0.094s 2022-03-23 17:32:59,308 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ba6f51e6-73e3-400e-9d7c-0525a24f0d34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a0de7f07b2a245f888675481e73c8347", "name": "tempest-TestVolumeBootPattern-1543377927-project", "password_expires_at": null}, "audit_ids": ["O3rbojEDSXyt1SzboSXIwg"], "expires_at": "2022-03-23T18:32:59.000000Z", "issued_at": "2022-03-23T17:32:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2aa787500053466faed7680c3c3b3f20", "name": "tempest-TestVolumeBootPattern-1543377927"}, "is_domain": false, "roles": [{"id": "379780c785aa41189985abc3a1cd2937", "name": "reader"}, {"id": "0959ce476f58412393333c921c4eff9e", "name": "member"}], "catalog": [{"endpoints": [{"id": "e0ec8a7ae3624b8d9d71192622036cd2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/identity", "region": "RegionOne"}], "id": "02a7568440264029bd82143511ef98ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "208a20eb2ef14e5db21e2046a966518a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2/2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "0b9ab1c48fe849b88d0dd6a5234bb7b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8af076802fa741399794df4c77340ec5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "376f0aee6cce42babbd975b7aea3a77a", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7f286b71e2564dfea6379c3e31be7532", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2.1", "region": "RegionOne"}], "id": "3da64a5e5e1e402bbb3270ba9676e680", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e48c804fdcc942768c5985ad9e2083e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "443c2c5fe0de4ff7bdb65330e04c4a4f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4dbc54de399f432eac5794b4a126804a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.41:8080", "region": "RegionOne"}, {"id": "8f94f2eadc42452aafb0c3d461518d3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:8080/v1/AUTH_2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "6613cb246fd441369ec519b3575c7d09", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f3b653307b4080a2040337954610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/placement", "region": "RegionOne"}], "id": "66504423e7794cb68b36401a38fb76e1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0bf793f0102e43e387070d912cbf8af2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/image", "region": "RegionOne"}], "id": "cdf7b8cd56014a08a12124e7b1ae7cc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "700a5b15cbe84e5abb18273839741b71", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:9696/", "region": "RegionOne"}], "id": "fe36de35eb8f4cfaa81981782e1f2e4a", "type": "network", "name": "neutron"}]}}' 2022-03-23 17:32:59,308 117770 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'c72acd4a-e098-4a23-9aac-214408be911e', 'name': 'tempest-TestVolumeBootPattern-1168565444-network', 'tenant_id': '2aa787500053466faed7680c3c3b3f20', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2aa787500053466faed7680c3c3b3f20', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 263, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-03-23T17:31:57Z', 'updated_at': '2022-03-23T17:31:57Z', 'revision_number': 1} available for tenant 2022-03-23 17:33:00,202 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.41/compute/v2.1/servers 0.892s 2022-03-23 17:33:00,202 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-208374284", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-1476399083", "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "block_device_mapping_v2": [{"uuid": "dbbc2466-d27e-4733-8506-f2a9108091eb", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "c72acd4a-e098-4a23-9aac-214408be911e"}]}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4be3e2df-4902-4671-bc8c-0e35a4b8525b', 'x-compute-request-id': 'req-4be3e2df-4902-4671-bc8c-0e35a4b8525b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/servers'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "adminPass": "b2QrjNra3jNH"}}' 2022-03-23 17:33:00,319 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.115s 2022-03-23 17:33:00,320 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1094', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-feb1a158-783d-440e-930e-84fe64f6b09d', 'x-compute-request-id': 'req-feb1a158-783d-440e-930e-84fe64f6b09d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "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-03-23 17:33:01,422 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.093s 2022-03-23 17:33:01,423 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1192', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-465749fb-d100-44e8-803d-34fc4ef8a2a7', 'x-compute-request-id': 'req-465749fb-d100-44e8-803d-34fc4ef8a2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "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": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:01,434 117770 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-03-23 17:33:02,529 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.093s 2022-03-23 17:33:02,529 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1192', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e696ae84-c9f8-4a91-8195-e95865d2f799', 'x-compute-request-id': 'req-e696ae84-c9f8-4a91-8195-e95865d2f799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "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": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:03,716 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.178s 2022-03-23 17:33:03,716 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34dbc938-f2fa-45f0-8ae5-55c510ed1cb2', 'x-compute-request-id': 'req-34dbc938-f2fa-45f0-8ae5-55c510ed1cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:03,727 117770 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-03-23 17:33:04,900 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.171s 2022-03-23 17:33:04,901 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe270044-16f6-44b1-8808-947e86386e35', 'x-compute-request-id': 'req-fe270044-16f6-44b1-8808-947e86386e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:06,102 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.191s 2022-03-23 17:33:06,102 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0829ab27-d012-40d8-b588-607e263544a9', 'x-compute-request-id': 'req-0829ab27-d012-40d8-b588-607e263544a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:07,286 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.173s 2022-03-23 17:33:07,286 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a04cb9b-ff41-4b0e-a986-7dc2bb36a95d', 'x-compute-request-id': 'req-8a04cb9b-ff41-4b0e-a986-7dc2bb36a95d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:08,504 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.207s 2022-03-23 17:33:08,505 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58a22aab-c4f9-4a4d-8c37-dce2d6a52f94', 'x-compute-request-id': 'req-58a22aab-c4f9-4a4d-8c37-dce2d6a52f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:09,694 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.181s 2022-03-23 17:33:09,695 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1608d07f-6388-419d-9899-5e5619a33347', 'x-compute-request-id': 'req-1608d07f-6388-419d-9899-5e5619a33347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:10,884 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.180s 2022-03-23 17:33:10,884 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-460a4ca8-e82a-46fb-8191-33ea8b7a705c', 'x-compute-request-id': 'req-460a4ca8-e82a-46fb-8191-33ea8b7a705c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:12,073 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.180s 2022-03-23 17:33:12,073 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5d4e1a2-bf16-4044-87e2-45f74d57575c', 'x-compute-request-id': 'req-d5d4e1a2-bf16-4044-87e2-45f74d57575c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:13,268 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.187s 2022-03-23 17:33:13,269 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df151f3-226d-4cba-914d-fd7c2d4fc88e', 'x-compute-request-id': 'req-4df151f3-226d-4cba-914d-fd7c2d4fc88e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:14,471 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.194s 2022-03-23 17:33:14,471 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27a72962-932f-427f-83d6-3a319d0e0af9', 'x-compute-request-id': 'req-27a72962-932f-427f-83d6-3a319d0e0af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:15,665 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.185s 2022-03-23 17:33:15,665 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac294eb2-bab1-4119-954b-c0b9e042e341', 'x-compute-request-id': 'req-ac294eb2-bab1-4119-954b-c0b9e042e341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:16,874 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.200s 2022-03-23 17:33:16,874 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ebe68a2-eb8b-4011-9eed-a53df56d224c', 'x-compute-request-id': 'req-6ebe68a2-eb8b-4011-9eed-a53df56d224c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:18,066 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.183s 2022-03-23 17:33:18,066 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fef44c9-d381-40c7-bd38-99c61bf414e9', 'x-compute-request-id': 'req-7fef44c9-d381-40c7-bd38-99c61bf414e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:19,247 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.172s 2022-03-23 17:33:19,247 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c57c1f56-e67e-45ef-abd7-85cf54c2f754', 'x-compute-request-id': 'req-c57c1f56-e67e-45ef-abd7-85cf54c2f754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:20,473 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.217s 2022-03-23 17:33:20,473 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32e2ecf8-f897-4a07-9c83-3e79e062e777', 'x-compute-request-id': 'req-32e2ecf8-f897-4a07-9c83-3e79e062e777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:21,697 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.213s 2022-03-23 17:33:21,698 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-146f7bb5-c50f-473b-a688-f408e97fdf85', 'x-compute-request-id': 'req-146f7bb5-c50f-473b-a688-f408e97fdf85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:22,882 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.176s 2022-03-23 17:33:22,883 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4116c88a-90af-4581-848c-e8d3da65fed6', 'x-compute-request-id': 'req-4116c88a-90af-4581-848c-e8d3da65fed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:24,071 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.179s 2022-03-23 17:33:24,072 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97a92173-4868-4298-9f5a-4c63227ec8a3', 'x-compute-request-id': 'req-97a92173-4868-4298-9f5a-4c63227ec8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:25,275 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.195s 2022-03-23 17:33:25,275 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d148706-c308-4734-93c0-e90b670d37e4', 'x-compute-request-id': 'req-5d148706-c308-4734-93c0-e90b670d37e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:26,478 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.195s 2022-03-23 17:33:26,479 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76cc15f0-982f-4d2f-8bbe-ac323333a589', 'x-compute-request-id': 'req-76cc15f0-982f-4d2f-8bbe-ac323333a589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:27,916 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.428s 2022-03-23 17:33:27,916 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1c59d8f-fdb2-422a-990c-2826c072e2d0', 'x-compute-request-id': 'req-d1c59d8f-fdb2-422a-990c-2826c072e2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:27Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:33:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:27,924 117770 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 27 second wait 2022-03-23 17:33:28,119 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.194s 2022-03-23 17:33:28,119 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b6763c-9639-41dc-a7b9-11dd5677835d', 'x-compute-request-id': 'req-01b6763c-9639-41dc-a7b9-11dd5677835d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:33:27Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:33:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:33:28,127 117770 INFO [tempest.scenario.test_volume_boot_pattern] Booted first instance: {'id': '0ccee2bf-7121-4ad9-acbd-eb7ea7792944', 'name': 'tempest-TestVolumeBootPattern-server-208374284', 'status': 'ACTIVE', 'tenant_id': '2aa787500053466faed7680c3c3b3f20', 'user_id': 'a0de7f07b2a245f888675481e73c8347', 'metadata': {}, 'hostId': '561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/flavors/452'}]}, 'created': '2022-03-23T17:33:00Z', 'updated': '2022-03-23T17:33:27Z', 'addresses': {'tempest-TestVolumeBootPattern-1168565444-network': [{'version': 4, 'addr': '172.20.0.14', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:a0:ac:5b'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'}, {'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-1476399083', 'OS-SRV-USG:launched_at': '2022-03-23T17:33:26.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-1472276391'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'dbbc2466-d27e-4733-8506-f2a9108091eb'}]} 2022-03-23 17:33:28,127 117770 INFO [tempest.scenario.test_volume_boot_pattern] Setting timestamp in instance {'id': '0ccee2bf-7121-4ad9-acbd-eb7ea7792944', 'name': 'tempest-TestVolumeBootPattern-server-208374284', 'status': 'ACTIVE', 'tenant_id': '2aa787500053466faed7680c3c3b3f20', 'user_id': 'a0de7f07b2a245f888675481e73c8347', 'metadata': {}, 'hostId': '561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/flavors/452'}]}, 'created': '2022-03-23T17:33:00Z', 'updated': '2022-03-23T17:33:27Z', 'addresses': {'tempest-TestVolumeBootPattern-1168565444-network': [{'version': 4, 'addr': '172.20.0.14', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:a0:ac:5b'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'}, {'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-1476399083', 'OS-SRV-USG:launched_at': '2022-03-23T17:33:26.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-1472276391'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'dbbc2466-d27e-4733-8506-f2a9108091eb'}]} 2022-03-23 17:33:28,385 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41:9696/v2.0/ports?device_id=0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.257s 2022-03-23 17:33:28,385 117770 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': '931', 'x-openstack-request-id': 'req-a2b6df73-c407-465b-bdbc-9b3dcac08b2a', 'date': 'Wed, 23 Mar 2022 17:33:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41:9696/v2.0/ports?device_id=0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"ports":[{"id":"c346507d-f008-4ff2-a281-e9ca1866ee8b","name":"","network_id":"c72acd4a-e098-4a23-9aac-214408be911e","tenant_id":"2aa787500053466faed7680c3c3b3f20","mac_address":"fa:16:3e:a0:ac:5b","admin_state_up":true,"status":"ACTIVE","device_id":"0ccee2bf-7121-4ad9-acbd-eb7ea7792944","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"959a77f2-01fb-4a86-b823-2f4ec7b88401","ip_address":"172.20.0.14"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["51046710-7d65-4be9-9467-42455151fd0a"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-83492","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false,"bound_drivers":{"0":"hyperv"}},"port_security_enabled":true,"tags":[],"created_at":"2022-03-23T17:33:02Z","updated_at":"2022-03-23T17:33:19Z","revision_number":5,"project_id":"2aa787500053466faed7680c3c3b3f20"}]}' 2022-03-23 17:33:30,299 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/floatingips 1.912s 2022-03-23 17:33:30,299 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "port_id": "c346507d-f008-4ff2-a281-e9ca1866ee8b", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "fixed_ip_address": "172.20.0.14"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-d939e7fe-7987-4ff6-af33-cab5903d8e57', 'date': 'Wed, 23 Mar 2022 17:33:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "16564cd3-d7c3-4e7a-a685-cda27820f52e", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "floating_ip_address": "172.27.2.168", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": "9ce6edcf-4e78-4a68-a752-b3dc4f491624", "port_id": "c346507d-f008-4ff2-a281-e9ca1866ee8b", "fixed_ip_address": "172.20.0.14", "status": "DOWN", "project_id": "2aa787500053466faed7680c3c3b3f20", "description": "", "port_details": {"name": "", "network_id": "c72acd4a-e098-4a23-9aac-214408be911e", "mac_address": "fa:16:3e:a0:ac:5b", "admin_state_up": true, "status": "ACTIVE", "device_id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-23T17:33:29Z", "updated_at": "2022-03-23T17:33:29Z", "revision_number": 0}}' 2022-03-23 17:33:30,319 117770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.168:22' as 'ubuntu' with public key authentication 2022-03-23 17:33:34,338 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 1. Retry after 2 seconds. 2022-03-23 17:33:39,905 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 2. Retry after 3 seconds. 2022-03-23 17:33:46,465 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 3. Retry after 4 seconds. 2022-03-23 17:33:54,021 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 4. Retry after 5 seconds. 2022-03-23 17:34:02,597 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 5. Retry after 6 seconds. 2022-03-23 17:34:12,161 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 6. Retry after 7 seconds. 2022-03-23 17:34:19,667 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 7. Retry after 8 seconds. 2022-03-23 17:34:28,178 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 8. Retry after 9 seconds. 2022-03-23 17:34:37,688 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 9. Retry after 10 seconds. 2022-03-23 17:34:48,198 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.168 ([Errno None] Unable to connect to port 22 on 172.27.2.168). Number attempts: 10. Retry after 11 seconds. 2022-03-23 17:34:59,760 117770 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:35:00,058 117770 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:35:00,058 117770 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.168 successfully created 2022-03-23 17:35:00,059 117770 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo sh -c "date > /mnt/timestamp; sync" 2022-03-23 17:35:00,059 117770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.168:22' as 'ubuntu' with public key authentication 2022-03-23 17:35:00,079 117770 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:35:00,236 117770 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:35:00,237 117770 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.168 successfully created 2022-03-23 17:35:44,344 117770 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2022-03-23 17:35:44,344 117770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.168:22' as 'ubuntu' with public key authentication 2022-03-23 17:35:44,384 117770 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:35:44,448 117770 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:35:44,448 117770 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.168 successfully created 2022-03-23 17:36:24,773 117770 INFO [tempest.scenario.test_volume_boot_pattern] Deleting first instance: {'id': '0ccee2bf-7121-4ad9-acbd-eb7ea7792944', 'name': 'tempest-TestVolumeBootPattern-server-208374284', 'status': 'ACTIVE', 'tenant_id': '2aa787500053466faed7680c3c3b3f20', 'user_id': 'a0de7f07b2a245f888675481e73c8347', 'metadata': {}, 'hostId': '561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/flavors/452'}]}, 'created': '2022-03-23T17:33:00Z', 'updated': '2022-03-23T17:33:27Z', 'addresses': {'tempest-TestVolumeBootPattern-1168565444-network': [{'version': 4, 'addr': '172.20.0.14', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:a0:ac:5b'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'}, {'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-1476399083', 'OS-SRV-USG:launched_at': '2022-03-23T17:33:26.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-1472276391'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'dbbc2466-d27e-4733-8506-f2a9108091eb'}]} 2022-03-23 17:36:24,899 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 204 DELETE http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.125s 2022-03-23 17:36:24,899 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:24 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-dc0f4d46-31be-4df5-bdac-2b192e59a975', 'x-compute-request-id': 'req-dc0f4d46-31be-4df5-bdac-2b192e59a975', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'' 2022-03-23 17:36:25,078 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.178s 2022-03-23 17:36:25,079 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1579', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f25739e0-53a8-49ab-a91b-816339eb45e7', 'x-compute-request-id': 'req-f25739e0-53a8-49ab-a91b-816339eb45e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:36:25Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}, {"version": 4, "addr": "172.27.2.168", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:33:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:26,281 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.189s 2022-03-23 17:36:26,281 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1579', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b066c368-b292-48f7-ab66-4482fdbf6b27', 'x-compute-request-id': 'req-b066c368-b292-48f7-ab66-4482fdbf6b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:36:25Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}, {"version": 4, "addr": "172.27.2.168", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:33:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:27,454 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.163s 2022-03-23 17:36:27,454 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1579', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8cf7084-84eb-46b2-ac72-4ed4fbe4e1c5', 'x-compute-request-id': 'req-d8cf7084-84eb-46b2-ac72-4ed4fbe4e1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:36:25Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}, {"version": 4, "addr": "172.27.2.168", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:ac:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:33:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:28,566 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.103s 2022-03-23 17:36:28,566 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb90ce3b-3c54-432a-b67d-38b5d7fecd99', 'x-compute-request-id': 'req-bb90ce3b-3c54-432a-b67d-38b5d7fecd99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"server": {"id": "0ccee2bf-7121-4ad9-acbd-eb7ea7792944", "name": "tempest-TestVolumeBootPattern-server-208374284", "status": "DELETED", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:33:00Z", "updated": "2022-03-23T17:36:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:33:26.000000", "OS-SRV-USG:terminated_at": "2022-03-23T17:36:28.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:28,574 117770 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 3 second wait 2022-03-23 17:36:29,608 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 404 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.033s 2022-03-23 17:36:29,609 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:29 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-d0707348-3288-49b3-b0d6-7376fc39ed98', 'x-compute-request-id': 'req-d0707348-3288-49b3-b0d6-7376fc39ed98', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0ccee2bf-7121-4ad9-acbd-eb7ea7792944 could not be found."}}' 2022-03-23 17:36:29,701 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41/identity/v3/auth/tokens 0.086s 2022-03-23 17:36:29,701 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b9f344a7-cb78-456a-8b48-1bba81f9c078', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a0de7f07b2a245f888675481e73c8347", "name": "tempest-TestVolumeBootPattern-1543377927-project", "password_expires_at": null}, "audit_ids": ["h1a4o5hsSCSZAIudRVN2NQ"], "expires_at": "2022-03-23T18:36:29.000000Z", "issued_at": "2022-03-23T17:36:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2aa787500053466faed7680c3c3b3f20", "name": "tempest-TestVolumeBootPattern-1543377927"}, "is_domain": false, "roles": [{"id": "379780c785aa41189985abc3a1cd2937", "name": "reader"}, {"id": "0959ce476f58412393333c921c4eff9e", "name": "member"}], "catalog": [{"endpoints": [{"id": "e0ec8a7ae3624b8d9d71192622036cd2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/identity", "region": "RegionOne"}], "id": "02a7568440264029bd82143511ef98ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "208a20eb2ef14e5db21e2046a966518a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2/2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "0b9ab1c48fe849b88d0dd6a5234bb7b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "8af076802fa741399794df4c77340ec5", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "376f0aee6cce42babbd975b7aea3a77a", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "7f286b71e2564dfea6379c3e31be7532", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/compute/v2.1", "region": "RegionOne"}], "id": "3da64a5e5e1e402bbb3270ba9676e680", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e48c804fdcc942768c5985ad9e2083e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "443c2c5fe0de4ff7bdb65330e04c4a4f", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4dbc54de399f432eac5794b4a126804a", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.41:8080", "region": "RegionOne"}, {"id": "8f94f2eadc42452aafb0c3d461518d3b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:8080/v1/AUTH_2aa787500053466faed7680c3c3b3f20", "region": "RegionOne"}], "id": "6613cb246fd441369ec519b3575c7d09", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a5f3b653307b4080a2040337954610eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/placement", "region": "RegionOne"}], "id": "66504423e7794cb68b36401a38fb76e1", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0bf793f0102e43e387070d912cbf8af2", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41/image", "region": "RegionOne"}], "id": "cdf7b8cd56014a08a12124e7b1ae7cc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "700a5b15cbe84e5abb18273839741b71", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.41:9696/", "region": "RegionOne"}], "id": "fe36de35eb8f4cfaa81981782e1f2e4a", "type": "network", "name": "neutron"}]}}' 2022-03-23 17:36:29,702 117770 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'c72acd4a-e098-4a23-9aac-214408be911e', 'name': 'tempest-TestVolumeBootPattern-1168565444-network', 'tenant_id': '2aa787500053466faed7680c3c3b3f20', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2aa787500053466faed7680c3c3b3f20', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 263, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-03-23T17:31:57Z', 'updated_at': '2022-03-23T17:31:57Z', 'revision_number': 1} available for tenant 2022-03-23 17:36:30,588 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.41/compute/v2.1/servers 0.884s 2022-03-23 17:36:30,588 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-1953103113", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-1476399083", "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "block_device_mapping_v2": [{"uuid": "dbbc2466-d27e-4733-8506-f2a9108091eb", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "c72acd4a-e098-4a23-9aac-214408be911e"}]}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8968708d-6fbd-4e0c-856f-b62ca71adb81', 'x-compute-request-id': 'req-8968708d-6fbd-4e0c-856f-b62ca71adb81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/servers'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "adminPass": "CqP4Qqg74wQz"}}' 2022-03-23 17:36:30,663 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.073s 2022-03-23 17:36:30,664 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1095', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b001d4f-b720-419b-acb1-5369480ef362', 'x-compute-request-id': 'req-5b001d4f-b720-419b-acb1-5369480ef362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:31Z", "updated": "2022-03-23T17:36:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "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-03-23 17:36:31,769 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:36:31,769 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e69a42e-4916-4f14-b672-6c2d93c407c6', 'x-compute-request-id': 'req-3e69a42e-4916-4f14-b672-6c2d93c407c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "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": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:31,776 117770 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2022-03-23 17:36:32,973 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.196s 2022-03-23 17:36:32,974 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7dcff0f-413f-4f0a-990b-523d1c1e9ebe', 'x-compute-request-id': 'req-a7dcff0f-413f-4f0a-990b-523d1c1e9ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:32,981 117770 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2022-03-23 17:36:34,149 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.166s 2022-03-23 17:36:34,150 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92d8dc7c-606e-494b-b50c-a3c5a5bb2989', 'x-compute-request-id': 'req-92d8dc7c-606e-494b-b50c-a3c5a5bb2989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:35,343 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.184s 2022-03-23 17:36:35,343 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a3f667b-b6ed-4554-a96c-05a8bd988519', 'x-compute-request-id': 'req-1a3f667b-b6ed-4554-a96c-05a8bd988519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:36,525 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.174s 2022-03-23 17:36:36,526 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06dbf5d1-6fc9-445e-9db7-c0e8680ace24', 'x-compute-request-id': 'req-06dbf5d1-6fc9-445e-9db7-c0e8680ace24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:37,702 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.168s 2022-03-23 17:36:37,702 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f92291e9-9d3d-4bbe-b5b0-c5c62dd2d0d9', 'x-compute-request-id': 'req-f92291e9-9d3d-4bbe-b5b0-c5c62dd2d0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:38,951 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.240s 2022-03-23 17:36:38,951 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f99e8a68-94f5-4b3b-aafc-0667c1e50e55', 'x-compute-request-id': 'req-f99e8a68-94f5-4b3b-aafc-0667c1e50e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:40,196 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.237s 2022-03-23 17:36:40,197 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26de0250-ac4e-4d4f-badd-7e94725f989e', 'x-compute-request-id': 'req-26de0250-ac4e-4d4f-badd-7e94725f989e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:41,442 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.236s 2022-03-23 17:36:41,442 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b888f7-b0c4-48a3-8693-bc7dcce33b88', 'x-compute-request-id': 'req-d8b888f7-b0c4-48a3-8693-bc7dcce33b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:42,625 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.175s 2022-03-23 17:36:42,626 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee4cb1b0-cc50-4851-a3a3-829454f94a58', 'x-compute-request-id': 'req-ee4cb1b0-cc50-4851-a3a3-829454f94a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:43,815 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.180s 2022-03-23 17:36:43,815 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca384a41-0f8a-4d69-8432-c6b268cb195a', 'x-compute-request-id': 'req-ca384a41-0f8a-4d69-8432-c6b268cb195a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:44,997 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.173s 2022-03-23 17:36:44,997 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51695091-7a8c-4352-ae02-2ac8b1b3da39', 'x-compute-request-id': 'req-51695091-7a8c-4352-ae02-2ac8b1b3da39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:46,212 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.207s 2022-03-23 17:36:46,212 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0e012fa-d383-4887-a414-2a55e9528a7e', 'x-compute-request-id': 'req-b0e012fa-d383-4887-a414-2a55e9528a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:47,677 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.456s 2022-03-23 17:36:47,678 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f278e89e-0143-430b-ad82-fd99f0e6d229', 'x-compute-request-id': 'req-f278e89e-0143-430b-ad82-fd99f0e6d229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:48,898 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.211s 2022-03-23 17:36:48,898 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-729b4030-5135-4c4b-9cf1-47aaaa7d6d75', 'x-compute-request-id': 'req-729b4030-5135-4c4b-9cf1-47aaaa7d6d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "BUILD", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:50,081 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.174s 2022-03-23 17:36:50,082 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1455', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21788306-806a-435a-9adc-9897bd78245b', 'x-compute-request-id': 'req-21788306-806a-435a-9adc-9897bd78245b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:49Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:d7:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:50,089 117770 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2022-03-23 17:36:50,299 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.209s 2022-03-23 17:36:50,299 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1455', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d13b8bb-4762-4f0a-8f76-d1d9c0f1a1e0', 'x-compute-request-id': 'req-1d13b8bb-4762-4f0a-8f76-d1d9c0f1a1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:36:49Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:d7:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:36:50,307 117770 INFO [tempest.scenario.test_volume_boot_pattern] Booted second instance {'id': '5f488b07-3a95-4c05-866e-4c30e0bb237d', 'name': 'tempest-TestVolumeBootPattern-server-1953103113', 'status': 'ACTIVE', 'tenant_id': '2aa787500053466faed7680c3c3b3f20', 'user_id': 'a0de7f07b2a245f888675481e73c8347', 'metadata': {}, 'hostId': '561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/flavors/452'}]}, 'created': '2022-03-23T17:36:30Z', 'updated': '2022-03-23T17:36:49Z', 'addresses': {'tempest-TestVolumeBootPattern-1168565444-network': [{'version': 4, 'addr': '172.20.0.14', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:70:d7:b2'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'}, {'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-1476399083', 'OS-SRV-USG:launched_at': '2022-03-23T17:36:49.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-1472276391'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'dbbc2466-d27e-4733-8506-f2a9108091eb'}]} 2022-03-23 17:36:50,307 117770 INFO [tempest.scenario.test_volume_boot_pattern] Getting timestamp in instance {'id': '5f488b07-3a95-4c05-866e-4c30e0bb237d', 'name': 'tempest-TestVolumeBootPattern-server-1953103113', 'status': 'ACTIVE', 'tenant_id': '2aa787500053466faed7680c3c3b3f20', 'user_id': 'a0de7f07b2a245f888675481e73c8347', 'metadata': {}, 'hostId': '561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/flavors/452'}]}, 'created': '2022-03-23T17:36:30Z', 'updated': '2022-03-23T17:36:49Z', 'addresses': {'tempest-TestVolumeBootPattern-1168565444-network': [{'version': 4, 'addr': '172.20.0.14', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:70:d7:b2'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'}, {'rel': 'bookmark', 'href': 'http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-1476399083', 'OS-SRV-USG:launched_at': '2022-03-23T17:36:49.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-1472276391'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'dbbc2466-d27e-4733-8506-f2a9108091eb'}]} 2022-03-23 17:36:50,360 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41:9696/v2.0/ports?device_id=5f488b07-3a95-4c05-866e-4c30e0bb237d 0.052s 2022-03-23 17:36:50,361 117770 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': '931', 'x-openstack-request-id': 'req-96dba33b-d1d5-4bf8-9805-4f746ada5a4a', 'date': 'Wed, 23 Mar 2022 17:36:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41:9696/v2.0/ports?device_id=5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"ports":[{"id":"fffae02b-cf96-4e9c-8ec9-160488885dda","name":"","network_id":"c72acd4a-e098-4a23-9aac-214408be911e","tenant_id":"2aa787500053466faed7680c3c3b3f20","mac_address":"fa:16:3e:70:d7:b2","admin_state_up":true,"status":"ACTIVE","device_id":"5f488b07-3a95-4c05-866e-4c30e0bb237d","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"959a77f2-01fb-4a86-b823-2f4ec7b88401","ip_address":"172.20.0.14"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["51046710-7d65-4be9-9467-42455151fd0a"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-83492","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false,"bound_drivers":{"0":"hyperv"}},"port_security_enabled":true,"tags":[],"created_at":"2022-03-23T17:36:31Z","updated_at":"2022-03-23T17:36:47Z","revision_number":5,"project_id":"2aa787500053466faed7680c3c3b3f20"}]}' 2022-03-23 17:36:52,336 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.41:9696/v2.0/floatingips 1.975s 2022-03-23 17:36:52,337 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "port_id": "fffae02b-cf96-4e9c-8ec9-160488885dda", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "fixed_ip_address": "172.20.0.14"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-c6397ae3-899b-4bac-92c4-c993a4d3edc9', 'date': 'Wed, 23 Mar 2022 17:36:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "02c26516-6478-4144-b6d5-92e20986c07a", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "floating_ip_address": "172.27.2.210", "floating_network_id": "17d610fd-133a-4c28-bfb5-fce45cda1090", "router_id": "9ce6edcf-4e78-4a68-a752-b3dc4f491624", "port_id": "fffae02b-cf96-4e9c-8ec9-160488885dda", "fixed_ip_address": "172.20.0.14", "status": "DOWN", "project_id": "2aa787500053466faed7680c3c3b3f20", "description": "", "port_details": {"name": "", "network_id": "c72acd4a-e098-4a23-9aac-214408be911e", "mac_address": "fa:16:3e:70:d7:b2", "admin_state_up": true, "status": "ACTIVE", "device_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-03-23T17:36:51Z", "updated_at": "2022-03-23T17:36:51Z", "revision_number": 0}}' 2022-03-23 17:36:52,350 117770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.210:22' as 'ubuntu' with public key authentication 2022-03-23 17:36:56,129 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 1. Retry after 2 seconds. 2022-03-23 17:37:01,697 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 2. Retry after 3 seconds. 2022-03-23 17:37:08,257 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 3. Retry after 4 seconds. 2022-03-23 17:37:15,841 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 4. Retry after 5 seconds. 2022-03-23 17:37:24,417 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 5. Retry after 6 seconds. 2022-03-23 17:37:33,985 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 6. Retry after 7 seconds. 2022-03-23 17:37:44,514 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 7. Retry after 8 seconds. 2022-03-23 17:37:53,022 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 8. Retry after 9 seconds. 2022-03-23 17:38:02,533 117770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.2.210 ([Errno None] Unable to connect to port 22 on 172.27.2.210). Number attempts: 9. Retry after 10 seconds. 2022-03-23 17:38:13,088 117770 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:38:13,579 117770 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:38:13,579 117770 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.210 successfully created 2022-03-23 17:38:13,580 117770 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2022-03-23 17:38:13,580 117770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.2.210:22' as 'ubuntu' with public key authentication 2022-03-23 17:38:13,616 117770 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-03-23 17:38:13,747 117770 INFO [paramiko.transport] Authentication (publickey) successful! 2022-03-23 17:38:13,747 117770 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.2.210 successfully created 2022-03-23 17:38:56,824 117770 INFO [tempest.scenario.test_volume_boot_pattern] Creating snapshot from volume: dbbc2466-d27e-4733-8506-f2a9108091eb 2022-03-23 17:38:57,144 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots 0.319s 2022-03-23 17:38:57,144 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "force": true, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "metadata": null}} Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6558a22-65b2-4551-8941-b44660286526', 'content-length': '308', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6558a22-65b2-4551-8941-b44660286526', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.069551", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}}}' 2022-03-23 17:38:57,170 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:38:57,170 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d372e2-cfdf-4996-905d-59d6de4ba1a6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d372e2-cfdf-4996-905d-59d6de4ba1a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:38:58,198 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:38:58,198 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6051f40f-f0df-435a-a77c-01bea4911a65', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6051f40f-f0df-435a-a77c-01bea4911a65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:38:59,226 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:38:59,226 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7220eb-d9dd-4894-b934-7af8b79082c1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7220eb-d9dd-4894-b934-7af8b79082c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:00,255 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:39:00,255 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d5543f-aec4-477a-a27e-cfedd3b27e20', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d5543f-aec4-477a-a27e-cfedd3b27e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:01,283 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:39:01,283 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2b3201e-06f7-4703-b2ba-5a750939fbe5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2b3201e-06f7-4703-b2ba-5a750939fbe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:02,311 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:39:02,311 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-588f21dc-1251-4f96-9a78-4cd55fb41605', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588f21dc-1251-4f96-9a78-4cd55fb41605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:03,344 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:39:03,344 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c71d5e8c-b14f-439c-bba0-9acde0c3abbe', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c71d5e8c-b14f-439c-bba0-9acde0c3abbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:04,376 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:39:04,377 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c210d887-6ee8-4f3c-9c75-38557078239e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c210d887-6ee8-4f3c-9c75-38557078239e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:05,415 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:39:05,415 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d6b03c-3258-49e1-a729-5879cbd22d64', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d6b03c-3258-49e1-a729-5879cbd22d64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:06,445 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.026s 2022-03-23 17:39:06,445 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3302da72-483a-481e-ad55-cf8a5738de74', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3302da72-483a-481e-ad55-cf8a5738de74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:07,481 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:39:07,481 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ebd0977-eef5-45df-a41b-92c7595e5f38', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ebd0977-eef5-45df-a41b-92c7595e5f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:08,512 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:39:08,513 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225f35a0-dd91-40c0-9eea-1f88f14b5e43', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225f35a0-dd91-40c0-9eea-1f88f14b5e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:09,554 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.037s 2022-03-23 17:39:09,555 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be79f814-19ce-4e6d-8bf1-25eb0ead62e7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be79f814-19ce-4e6d-8bf1-25eb0ead62e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:10,584 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:39:10,584 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3a392f-bbb2-4cb7-8ab3-f5f9095590dc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3a392f-bbb2-4cb7-8ab3-f5f9095590dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:11,620 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:39:11,620 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-917dee1c-5b6b-4ff5-8bed-057ae8a83003', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-917dee1c-5b6b-4ff5-8bed-057ae8a83003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:12,651 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:39:12,652 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10d3846a-50bd-4623-a33a-b55096092aa1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10d3846a-50bd-4623-a33a-b55096092aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:13,682 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:39:13,682 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f56a9a-9dd1-4dca-83a8-015bc436b0af', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f56a9a-9dd1-4dca-83a8-015bc436b0af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:14,708 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:39:14,708 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0db4e76-8e33-4d91-9920-7da059cb12e3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0db4e76-8e33-4d91-9920-7da059cb12e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:15,738 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.026s 2022-03-23 17:39:15,739 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84656dcd-78a9-4f28-9fad-1ec1b24f9381', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84656dcd-78a9-4f28-9fad-1ec1b24f9381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:16,766 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:39:16,767 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e2d5b76-0c6e-4b59-8973-295073e4bd29', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e2d5b76-0c6e-4b59-8973-295073e4bd29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:17,794 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.021s 2022-03-23 17:39:17,794 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49466948-103f-46fd-bfdc-97c3441d8339', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49466948-103f-46fd-bfdc-97c3441d8339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:18,844 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:39:18,845 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09446b5f-2241-4799-ac10-53737abb2d5c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09446b5f-2241-4799-ac10-53737abb2d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:19,903 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:39:19,904 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f9abc7-2d12-4f32-a5ef-fcc90bded735', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f9abc7-2d12-4f32-a5ef-fcc90bded735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:20,963 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:39:20,963 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78573910-74a1-4c8f-b566-1092264ccb28', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78573910-74a1-4c8f-b566-1092264ccb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:22,014 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:39:22,014 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f9021b-b1e0-4961-9dec-7beeedf7bb4b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f9021b-b1e0-4961-9dec-7beeedf7bb4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:23,068 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:39:23,068 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab78a38-2d1c-4db0-8da8-ce7426a9f923', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab78a38-2d1c-4db0-8da8-ce7426a9f923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:24,127 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:39:24,127 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a066ba-c5d5-42d7-90bb-4181f47c8998', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6a066ba-c5d5-42d7-90bb-4181f47c8998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:25,170 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.038s 2022-03-23 17:39:25,170 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d3596f-74fb-45ba-895b-ede3e7b66462', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d3596f-74fb-45ba-895b-ede3e7b66462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:26,196 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:39:26,197 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca29f133-1e0b-42b4-9a8a-698e109d63bd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca29f133-1e0b-42b4-9a8a-698e109d63bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:27,226 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:39:27,226 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4549351-f9c1-4ecc-a4c6-8181a0ead9cc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4549351-f9c1-4ecc-a4c6-8181a0ead9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:28,253 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:39:28,253 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee6e3cb-4b8c-4f70-b2dd-130d38935e7d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee6e3cb-4b8c-4f70-b2dd-130d38935e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:29,279 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:39:29,280 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ab705a6-7790-43ae-8015-a96c6821baf3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab705a6-7790-43ae-8015-a96c6821baf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:30,307 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:39:30,307 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09aef9ff-2737-441d-aa91-6dccefd20e95', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09aef9ff-2737-441d-aa91-6dccefd20e95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:31,338 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:39:31,339 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f470dc-c391-41eb-a4d5-10c7e47a8513', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3f470dc-c391-41eb-a4d5-10c7e47a8513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:32,368 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:39:32,369 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3cfa10-43ff-4e49-bdbc-db7eb975cd31', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3cfa10-43ff-4e49-bdbc-db7eb975cd31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:33,404 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:39:33,405 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc9d7689-9594-4c72-aa31-75e46130f7e5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc9d7689-9594-4c72-aa31-75e46130f7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:34,437 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:39:34,438 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04db5152-d539-46dd-8d2f-3171f65f0775', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04db5152-d539-46dd-8d2f-3171f65f0775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:35,466 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:39:35,467 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343345e6-55f2-4040-845c-d07a4ce88654', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343345e6-55f2-4040-845c-d07a4ce88654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:36,495 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:39:36,496 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d822ad4d-76af-4e79-ad04-8518037a2dd5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d822ad4d-76af-4e79-ad04-8518037a2dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:37,529 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:39:37,530 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650af878-b3ff-4114-967b-1326279c7ba4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650af878-b3ff-4114-967b-1326279c7ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:38,570 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.036s 2022-03-23 17:39:38,571 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb202d8-9ed6-457f-b5d6-9069664b2def', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb202d8-9ed6-457f-b5d6-9069664b2def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:39,603 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:39:39,604 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41b9420f-3b73-4cef-a4ab-546e775c29f9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41b9420f-3b73-4cef-a4ab-546e775c29f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:40,640 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:39:40,640 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9dd014-7fd9-4b88-a82d-4c8a11b6edfa', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9dd014-7fd9-4b88-a82d-4c8a11b6edfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:41,675 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:39:41,675 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdfbcfa5-9588-4c91-937a-abc1b9ea0da4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdfbcfa5-9588-4c91-937a-abc1b9ea0da4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:42,709 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:39:42,709 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bea003d-2aae-4243-b237-a5fe142aad70', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bea003d-2aae-4243-b237-a5fe142aad70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:43,747 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:39:43,747 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a67e49-939e-47c2-b689-2b360c0b4519', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a67e49-939e-47c2-b689-2b360c0b4519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:44,783 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:39:44,783 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25f57c69-3725-4c88-96cc-a20b7a1c5adf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25f57c69-3725-4c88-96cc-a20b7a1c5adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:45,824 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:39:45,824 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-894472fb-3f01-431d-af0f-960b70bc14c1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894472fb-3f01-431d-af0f-960b70bc14c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:46,850 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:39:46,850 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de7ed998-7f94-4c7c-ae08-e7eb4878947b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de7ed998-7f94-4c7c-ae08-e7eb4878947b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:47,875 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:39:47,875 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10ef5fab-3321-4f73-8816-fd999617fd22', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10ef5fab-3321-4f73-8816-fd999617fd22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:48,907 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:39:48,907 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ea44c9-5d3e-4795-994c-be79380101ba', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ea44c9-5d3e-4795-994c-be79380101ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:50,032 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.120s 2022-03-23 17:39:50,032 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-975b5e11-736b-4ca5-8f6d-09416fadd7dc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-975b5e11-736b-4ca5-8f6d-09416fadd7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:51,067 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:39:51,067 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e4aaf5a-376b-4670-9886-a744c78e4d58', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e4aaf5a-376b-4670-9886-a744c78e4d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:52,106 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.035s 2022-03-23 17:39:52,107 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3d2640b-63fc-4c28-9dbc-53e8dcec805d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d2640b-63fc-4c28-9dbc-53e8dcec805d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:53,139 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:39:53,139 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34a4a935-5ce1-4cbc-9ac5-51e7380a4ca4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34a4a935-5ce1-4cbc-9ac5-51e7380a4ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:54,176 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:39:54,176 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-921d73bc-61d4-42c3-9639-d1c53f8d8c08', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-921d73bc-61d4-42c3-9639-d1c53f8d8c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:55,205 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:39:55,205 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d3e7dd-0833-42dd-ad75-8079ef12192c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d3e7dd-0833-42dd-ad75-8079ef12192c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:56,232 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:39:56,232 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c8b0488-dc6c-448f-b325-84c21361a612', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c8b0488-dc6c-448f-b325-84c21361a612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:57,265 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:39:57,265 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ac9072-6852-444d-b6c1-edc2199c5cc4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ac9072-6852-444d-b6c1-edc2199c5cc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:58,294 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:39:58,295 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-798bdbf1-02e4-4c28-ab73-6cf1de8db477', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798bdbf1-02e4-4c28-ab73-6cf1de8db477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:39:59,327 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:39:59,327 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76ad13ee-a68c-4a5f-b7fb-4204452b4aef', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76ad13ee-a68c-4a5f-b7fb-4204452b4aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:00,358 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:40:00,358 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86b2361-0a98-431c-a3ef-77cf6467e25a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86b2361-0a98-431c-a3ef-77cf6467e25a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:01,395 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.033s 2022-03-23 17:40:01,396 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8acdd2e3-e392-4bf9-90f5-128c14ab2452', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8acdd2e3-e392-4bf9-90f5-128c14ab2452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:02,423 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:40:02,424 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e64e99e-d985-43d1-9348-d633a56a303b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e64e99e-d985-43d1-9348-d633a56a303b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:03,450 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:40:03,451 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd05e714-1fd3-456b-98c3-4118e215e81d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd05e714-1fd3-456b-98c3-4118e215e81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:04,486 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:40:04,486 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b0dff31-5a42-4187-a8f0-97aa4cff433b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b0dff31-5a42-4187-a8f0-97aa4cff433b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:05,517 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:40:05,517 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b7cd19-199a-4ce1-9d11-664101e93b0e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b7cd19-199a-4ce1-9d11-664101e93b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:06,554 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.033s 2022-03-23 17:40:06,555 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f98ef58-c0c7-4215-9bc1-95458a5dd6de', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f98ef58-c0c7-4215-9bc1-95458a5dd6de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:07,595 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.036s 2022-03-23 17:40:07,595 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323b37f3-bade-43aa-9e64-7b84990d7238', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323b37f3-bade-43aa-9e64-7b84990d7238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:08,624 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:40:08,625 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec78eef-94f3-443a-bfc5-0cef02b7abd5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec78eef-94f3-443a-bfc5-0cef02b7abd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:09,656 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:40:09,656 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-429b7582-d92a-431c-b2f2-8b54c755b0a2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-429b7582-d92a-431c-b2f2-8b54c755b0a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:10,695 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:40:10,695 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01b06814-8847-481b-a1e6-457d71cf2a9c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01b06814-8847-481b-a1e6-457d71cf2a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:11,735 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.036s 2022-03-23 17:40:11,736 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2cdb9f-e3d5-4665-8664-a5d3ea2eb2d6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2cdb9f-e3d5-4665-8664-a5d3ea2eb2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:12,767 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.026s 2022-03-23 17:40:12,767 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f426483-1a96-4861-b31e-0f0c64fa9dd8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f426483-1a96-4861-b31e-0f0c64fa9dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:13,796 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:40:13,797 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcaace44-4b6c-45cc-ad34-5c14f14f69cd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcaace44-4b6c-45cc-ad34-5c14f14f69cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:14,825 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:40:14,825 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8eb67c7-0a0b-43f9-bc88-bdda11775206', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8eb67c7-0a0b-43f9-bc88-bdda11775206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:15,850 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.021s 2022-03-23 17:40:15,850 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9eb5185-c457-4ab1-b4db-2fb608cd2e07', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9eb5185-c457-4ab1-b4db-2fb608cd2e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:16,903 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:40:16,903 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fef867d2-60ae-4017-a1b8-45bc73969a75', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fef867d2-60ae-4017-a1b8-45bc73969a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:17,960 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:17,960 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4fcbb9-4d26-490b-98f5-8b9cb9c3335e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4fcbb9-4d26-490b-98f5-8b9cb9c3335e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:19,021 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:40:19,021 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db32659-8796-4f18-b279-8b09f128690a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db32659-8796-4f18-b279-8b09f128690a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:20,080 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:40:20,080 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5367a391-67bc-452f-b560-303cad36f630', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5367a391-67bc-452f-b560-303cad36f630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:21,135 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:40:21,135 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1bc7c3-7b03-4784-b8a5-985ca19ff64c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1bc7c3-7b03-4784-b8a5-985ca19ff64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:22,193 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:40:22,194 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c0983c-1d71-4478-9463-75b50ef01cba', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c0983c-1d71-4478-9463-75b50ef01cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:23,263 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.066s 2022-03-23 17:40:23,263 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f787c832-f08d-4125-a25b-e91ae03a827c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f787c832-f08d-4125-a25b-e91ae03a827c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:24,324 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:40:24,324 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec6b9a3-a705-4de6-9124-7e36e69b4496', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec6b9a3-a705-4de6-9124-7e36e69b4496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:25,368 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.039s 2022-03-23 17:40:25,368 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd85d1f0-6ee6-4a27-9ab5-6164137fd8d6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd85d1f0-6ee6-4a27-9ab5-6164137fd8d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:26,420 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:40:26,420 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455d61bf-27fe-45b2-9e85-33868f57412b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455d61bf-27fe-45b2-9e85-33868f57412b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:27,474 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:40:27,474 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5227923f-6cf7-43dd-9ec4-e05a251fb961', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5227923f-6cf7-43dd-9ec4-e05a251fb961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:28,523 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:40:28,523 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e1b507-4edc-4470-9a8a-468da56b4334', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e1b507-4edc-4470-9a8a-468da56b4334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:29,573 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:40:29,573 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c47c3e26-f38d-45f4-ba92-7873a6ae6666', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c47c3e26-f38d-45f4-ba92-7873a6ae6666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:30,630 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:30,630 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b01fb68-4e37-4403-a259-962ed7defbb4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b01fb68-4e37-4403-a259-962ed7defbb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:31,685 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:40:31,686 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5d92ea-f6f7-4268-8f3d-c07d02bc39cd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5d92ea-f6f7-4268-8f3d-c07d02bc39cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:32,744 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:40:32,745 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1189e78c-a787-444e-9cb6-417f096755e3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1189e78c-a787-444e-9cb6-417f096755e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:33,810 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:40:33,811 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee9a7dc-e3fc-4750-9e71-da497760e4b5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee9a7dc-e3fc-4750-9e71-da497760e4b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:34,875 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:40:34,875 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df9da6d4-bb60-4bf5-a637-3e83be7a28a7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df9da6d4-bb60-4bf5-a637-3e83be7a28a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:35,929 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:40:35,930 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23174eb8-e43d-4232-bc27-18126c074351', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23174eb8-e43d-4232-bc27-18126c074351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:36,982 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:40:36,982 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0650479a-7d17-4460-8b2b-9bff7d0a3b64', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0650479a-7d17-4460-8b2b-9bff7d0a3b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:38,030 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:40:38,031 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c7605ed-ed17-47fa-a80c-c41b654f5242', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c7605ed-ed17-47fa-a80c-c41b654f5242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:39,084 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:40:39,084 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b995d1-b6ab-4366-8305-86074e1e082b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b995d1-b6ab-4366-8305-86074e1e082b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:40,142 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:40,142 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f53e69-7f6e-42e0-ba9c-911d8d9992fb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f53e69-7f6e-42e0-ba9c-911d8d9992fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:41,199 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:41,200 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9962a9f1-edfe-4c55-b34d-fc9219050459', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9962a9f1-edfe-4c55-b34d-fc9219050459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:42,256 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:42,257 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17adde02-fd53-44e4-86d9-2202b1b2d92c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17adde02-fd53-44e4-86d9-2202b1b2d92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:43,318 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:40:43,319 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a22d5d-fb11-48e2-90d2-033f3d04566a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a22d5d-fb11-48e2-90d2-033f3d04566a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:44,364 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:40:44,365 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e017d0-a78e-44a0-9787-649fe42204fd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e017d0-a78e-44a0-9787-649fe42204fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:45,421 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:45,422 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13461c26-d774-48e3-8c1b-2ad1e5f088b2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13461c26-d774-48e3-8c1b-2ad1e5f088b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:46,483 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:40:46,483 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0ddfc07-cd23-4162-b25a-c092f667f43b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0ddfc07-cd23-4162-b25a-c092f667f43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:47,535 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:40:47,535 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77565c09-570b-4c3e-aacb-3f48d0d4b68a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77565c09-570b-4c3e-aacb-3f48d0d4b68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:48,589 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:40:48,589 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f900f77-2a8e-483e-a0b7-d890e6fe5f54', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f900f77-2a8e-483e-a0b7-d890e6fe5f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:49,649 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:40:49,649 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2e22db-5018-4ffd-8da0-334b685ef36c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2e22db-5018-4ffd-8da0-334b685ef36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:50,712 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:40:50,713 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e843548-df8c-4064-89dd-2e7e6ea0a17d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e843548-df8c-4064-89dd-2e7e6ea0a17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:51,771 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:40:51,771 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82593738-84ed-43bd-ba4d-2decd4d5eae6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82593738-84ed-43bd-ba4d-2decd4d5eae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:52,829 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:40:52,829 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33bd29c3-83e6-464f-ab58-c1021ead0495', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33bd29c3-83e6-464f-ab58-c1021ead0495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:53,886 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:53,886 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970885ed-7111-42a1-ab93-390312906162', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970885ed-7111-42a1-ab93-390312906162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:54,935 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:40:54,935 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1aaee73-dda0-4a35-b12d-9be1fa2d3845', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1aaee73-dda0-4a35-b12d-9be1fa2d3845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:55,997 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:40:55,997 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb2e8916-31d4-43d1-b14d-5b9efd443d29', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb2e8916-31d4-43d1-b14d-5b9efd443d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:57,054 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:40:57,054 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aeb1f0d-125d-4030-ac47-b2d0aea68545', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aeb1f0d-125d-4030-ac47-b2d0aea68545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:58,104 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:40:58,104 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c85b72b-8b25-4fa4-b98a-8caa091723dc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c85b72b-8b25-4fa4-b98a-8caa091723dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:40:59,169 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:40:59,169 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c5cb0b-fcc5-4f22-a4b7-65f92a320bc3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50c5cb0b-fcc5-4f22-a4b7-65f92a320bc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:00,224 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:00,224 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05f10b1-9607-4d51-a1f6-7e9688f44bf7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05f10b1-9607-4d51-a1f6-7e9688f44bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:01,283 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:41:01,284 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0f3897-342c-4548-a8a5-4130ab2b6917', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0f3897-342c-4548-a8a5-4130ab2b6917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:02,346 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:41:02,347 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24e50939-5f3d-4b43-8eb3-ffc0e9e58d60', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24e50939-5f3d-4b43-8eb3-ffc0e9e58d60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:03,394 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:41:03,395 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-715ea31b-bd5c-47e9-b531-1297fa239ffb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-715ea31b-bd5c-47e9-b531-1297fa239ffb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:04,454 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:41:04,454 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af35d76-1831-43b1-98b3-b4452e2686ac', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af35d76-1831-43b1-98b3-b4452e2686ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:05,508 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:05,509 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c570819-5789-4bd8-9dcd-3257dd9c0f7c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c570819-5789-4bd8-9dcd-3257dd9c0f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:06,559 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:41:06,560 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c1a0fc-b56e-4974-b2b3-c4516b689d38', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c1a0fc-b56e-4974-b2b3-c4516b689d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:07,619 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:41:07,620 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f6140cc-891a-4179-871f-a3f9113e5a7d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f6140cc-891a-4179-871f-a3f9113e5a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:08,679 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:41:08,679 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5642033d-fc13-4850-8020-1385fafff51e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5642033d-fc13-4850-8020-1385fafff51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:09,743 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:41:09,744 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0561ec67-3ae8-4ee9-9f22-882055ebef5f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0561ec67-3ae8-4ee9-9f22-882055ebef5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:10,795 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:41:10,796 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7661645-3236-4333-8a89-ce3acf40b180', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7661645-3236-4333-8a89-ce3acf40b180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:11,846 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:41:11,846 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7290587-4764-4f18-ac76-437ca6a6882f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7290587-4764-4f18-ac76-437ca6a6882f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:12,896 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:41:12,897 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d57bd8e-5d51-4733-a9f9-49282c0e5e24', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d57bd8e-5d51-4733-a9f9-49282c0e5e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:13,959 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:41:13,959 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8e0fef-da07-4bd5-a5c1-52b3cca7d2b0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c8e0fef-da07-4bd5-a5c1-52b3cca7d2b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:15,013 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:15,014 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6674f2c7-073c-4983-bee1-178b367093f4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6674f2c7-073c-4983-bee1-178b367093f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:16,072 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:41:16,072 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b06b02f7-c7a6-48cc-b2b1-c3bcade47ba7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b06b02f7-c7a6-48cc-b2b1-c3bcade47ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:17,124 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:41:17,124 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-831b5449-a29a-47f4-8ee6-82ff27977075', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-831b5449-a29a-47f4-8ee6-82ff27977075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:18,180 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:18,180 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4122b778-7861-4ea6-9d7d-503f335bdff8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4122b778-7861-4ea6-9d7d-503f335bdff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:19,248 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.064s 2022-03-23 17:41:19,249 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba8012d4-7492-4e22-94a2-265f7f6d3d61', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba8012d4-7492-4e22-94a2-265f7f6d3d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:20,298 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:41:20,299 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db9ae53-3372-4d92-ad46-87084cbcffc0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db9ae53-3372-4d92-ad46-87084cbcffc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:21,347 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:41:21,348 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa3487fe-ee0b-446b-ba6e-55c7a6587d00', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa3487fe-ee0b-446b-ba6e-55c7a6587d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:22,395 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:41:22,396 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d594fb2-cec8-4fdf-a2b9-c51c5671d3ed', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d594fb2-cec8-4fdf-a2b9-c51c5671d3ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:23,452 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:41:23,453 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c7113b1-1631-4389-a353-5441b8b0e173', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c7113b1-1631-4389-a353-5441b8b0e173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:24,506 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:41:24,507 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2cb1041-bf59-41f5-86d6-7a9a00c88f7f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2cb1041-bf59-41f5-86d6-7a9a00c88f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:25,554 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:41:25,554 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d9cb59f-c668-433c-b278-7c400b9eec63', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d9cb59f-c668-433c-b278-7c400b9eec63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:26,614 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:41:26,615 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1bdd736-60bb-4111-b28f-57e37886ce35', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1bdd736-60bb-4111-b28f-57e37886ce35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:27,670 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:41:27,671 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76cad99e-5454-41b7-86a3-f866e95b2c89', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76cad99e-5454-41b7-86a3-f866e95b2c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:28,728 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:41:28,728 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d00ca8c-9b39-4535-a9e0-eb30fa5e68eb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d00ca8c-9b39-4535-a9e0-eb30fa5e68eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:29,783 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:29,784 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8166fb1-f108-40c5-83fb-7c838df28718', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8166fb1-f108-40c5-83fb-7c838df28718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:30,841 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:41:30,841 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d9dfd69-09b7-4de2-ad10-a84568c7eb3b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d9dfd69-09b7-4de2-ad10-a84568c7eb3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:31,898 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:41:31,898 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcce8ebe-8338-474a-80fd-711b5cb17613', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcce8ebe-8338-474a-80fd-711b5cb17613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:32,956 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:41:32,956 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44200ea4-20bf-4928-b0b0-f7d6225c1833', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44200ea4-20bf-4928-b0b0-f7d6225c1833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:34,011 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:41:34,012 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ed3956-7e92-4eeb-9154-4044ef879004', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ed3956-7e92-4eeb-9154-4044ef879004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:35,070 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:41:35,070 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d33e0877-b545-4c1e-a239-f842f1ce510b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d33e0877-b545-4c1e-a239-f842f1ce510b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:36,124 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:36,124 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46f4d69-61bb-4146-bed2-a0a41e254299', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46f4d69-61bb-4146-bed2-a0a41e254299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:37,173 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:41:37,173 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a526258-493c-4044-a9f9-7c4015e5f368', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a526258-493c-4044-a9f9-7c4015e5f368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:38,229 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:41:38,229 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-055c679a-e8ef-4c19-8070-0900ecefffce', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-055c679a-e8ef-4c19-8070-0900ecefffce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:39,286 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:41:39,286 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343dcb0b-0058-43a7-8538-7d06dc4d3c6f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343dcb0b-0058-43a7-8538-7d06dc4d3c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:40,334 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:41:40,335 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d22f37f-5485-4c56-9efd-c19782ae558a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d22f37f-5485-4c56-9efd-c19782ae558a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:41,394 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:41:41,395 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59faca4f-c90d-49a2-8121-83189ddf5db2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59faca4f-c90d-49a2-8121-83189ddf5db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:42,448 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:41:42,448 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4e3176-53b9-49fa-8477-8757793d8def', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f4e3176-53b9-49fa-8477-8757793d8def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:43,506 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:41:43,507 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e89f9bb-3a22-445d-b781-6a8d7d397544', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e89f9bb-3a22-445d-b781-6a8d7d397544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:44,558 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:41:44,559 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c8ce629-e0ff-4505-99a0-93b2ba24a8c9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c8ce629-e0ff-4505-99a0-93b2ba24a8c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:45,613 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:45,614 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db55e71f-403b-4753-9c20-5736b8c6381f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db55e71f-403b-4753-9c20-5736b8c6381f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:46,672 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:41:46,672 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ab23d7-d21c-4b5c-9c74-00ccd20929f4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ab23d7-d21c-4b5c-9c74-00ccd20929f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:47,738 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:41:47,738 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-297f18a5-8067-4a84-ba3f-bdb597441780', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-297f18a5-8067-4a84-ba3f-bdb597441780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:48,789 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:41:48,790 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22f7fac3-6908-4004-9621-278f341139a0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22f7fac3-6908-4004-9621-278f341139a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:49,843 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:41:49,843 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cca0d711-f197-42be-8cc8-01bc461ade51', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cca0d711-f197-42be-8cc8-01bc461ade51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:50,901 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:41:50,902 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144bbab3-7e3c-47a6-815e-a0600c621f56', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144bbab3-7e3c-47a6-815e-a0600c621f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:51,958 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:41:51,958 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d2cf173-48c2-485c-9f61-96fb496d291b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d2cf173-48c2-485c-9f61-96fb496d291b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:53,013 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:41:53,013 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9837ceea-f2b2-426c-96c0-302037ab6224', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9837ceea-f2b2-426c-96c0-302037ab6224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:54,060 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:41:54,060 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9da0386-5e65-4e55-9db8-a740e1af3d83', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9da0386-5e65-4e55-9db8-a740e1af3d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:55,122 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:41:55,122 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d8dfd42-79a3-4b7b-b781-3b8b7cf8523b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d8dfd42-79a3-4b7b-b781-3b8b7cf8523b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:56,175 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:41:56,176 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66f185e-921e-4405-a8b3-89c045d312ff', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66f185e-921e-4405-a8b3-89c045d312ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:57,229 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:41:57,229 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-571d5473-644d-4552-9e7f-060e6c04bcb4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-571d5473-644d-4552-9e7f-060e6c04bcb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:58,282 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:41:58,282 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12287031-03f6-40f9-883b-5059cf3aed34', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12287031-03f6-40f9-883b-5059cf3aed34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:41:59,333 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:41:59,333 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29ed9c6-d3c0-4122-8702-9cabe431234d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29ed9c6-d3c0-4122-8702-9cabe431234d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:00,386 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:42:00,386 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94799116-b1dc-4045-9fb0-b4e95f528417', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94799116-b1dc-4045-9fb0-b4e95f528417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:01,449 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:42:01,450 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed83558b-3756-4101-95d5-12fa1c3742c9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed83558b-3756-4101-95d5-12fa1c3742c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:02,502 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:42:02,502 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72c3fb95-ff7c-4a56-b6e7-8a4f37d54e10', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72c3fb95-ff7c-4a56-b6e7-8a4f37d54e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:03,566 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:42:03,567 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c23f799-e22f-4da7-a6a6-2f298c7b4915', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c23f799-e22f-4da7-a6a6-2f298c7b4915', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:04,625 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:42:04,626 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e2223fc-b498-4e09-90eb-d1eb143ca363', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e2223fc-b498-4e09-90eb-d1eb143ca363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:05,684 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:42:05,684 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7281f58-e930-4fe7-a890-77d9f5c85146', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7281f58-e930-4fe7-a890-77d9f5c85146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:06,735 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:42:06,736 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59a1f4f0-470b-4c31-b222-7c3934464ee1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59a1f4f0-470b-4c31-b222-7c3934464ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:07,798 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:42:07,798 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ce28c7-6856-421d-8b28-8e317179754a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ce28c7-6856-421d-8b28-8e317179754a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:08,847 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:42:08,847 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef7794d3-34d8-44e1-b4cd-511a9def42a3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef7794d3-34d8-44e1-b4cd-511a9def42a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:09,899 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:42:09,900 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62be9460-41e3-4d5f-a8b8-c5202c4ff01f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62be9460-41e3-4d5f-a8b8-c5202c4ff01f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:10,956 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:42:10,956 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-258df65f-8ba8-4e14-ae0f-5463e111a1d2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-258df65f-8ba8-4e14-ae0f-5463e111a1d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:12,013 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:42:12,013 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9822c0e-ddbe-4ec4-8fca-09207ecf9cf5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9822c0e-ddbe-4ec4-8fca-09207ecf9cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:13,068 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:42:13,069 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64baa514-6d21-49f6-b03d-27f0902f71e6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64baa514-6d21-49f6-b03d-27f0902f71e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:14,124 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:42:14,124 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b908ddcb-9371-44a3-94f2-e1010756ba59', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b908ddcb-9371-44a3-94f2-e1010756ba59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:15,183 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:42:15,184 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10d555f4-5df5-46b5-9f66-04f44ecac46c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10d555f4-5df5-46b5-9f66-04f44ecac46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:16,243 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:42:16,243 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b04f4a8-26ea-4106-947c-d01446ea03d7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b04f4a8-26ea-4106-947c-d01446ea03d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:17,301 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:42:17,302 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5ecba22-bb92-484d-a0f2-fe92e13a064e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5ecba22-bb92-484d-a0f2-fe92e13a064e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:18,350 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:42:18,350 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c02b423-be1a-496d-a14d-f9d8ced276ea', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c02b423-be1a-496d-a14d-f9d8ced276ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:19,410 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:42:19,410 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5dd4c1e-429e-4198-8317-b27571b92140', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5dd4c1e-429e-4198-8317-b27571b92140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:20,467 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:42:20,467 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da34fb3f-d4d1-4bb3-9778-3b5a3997de38', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da34fb3f-d4d1-4bb3-9778-3b5a3997de38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:21,525 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:42:21,526 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5e3997-1262-4e7e-a116-d5032210cfb5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5e3997-1262-4e7e-a116-d5032210cfb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:22,573 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:42:22,573 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-091f6c43-6e56-4d07-b5f6-3b7d49ace453', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-091f6c43-6e56-4d07-b5f6-3b7d49ace453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:23,635 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:42:23,636 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1161c319-1f1f-4739-be75-776e66e22a62', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1161c319-1f1f-4739-be75-776e66e22a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:24,691 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:42:24,691 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e29ed37-d801-4727-a599-612d978064d3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e29ed37-d801-4727-a599-612d978064d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:25,744 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:42:25,744 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b97fdfc-40ce-4132-abd1-4233b085ea68', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b97fdfc-40ce-4132-abd1-4233b085ea68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:26,806 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:42:26,807 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14153b7-2fa5-4c7b-9fd2-9df5b2da8ef9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14153b7-2fa5-4c7b-9fd2-9df5b2da8ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:27,860 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:42:27,860 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b3c75f3-87ea-4c53-bfca-2fd6390dc3ec', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b3c75f3-87ea-4c53-bfca-2fd6390dc3ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:28,931 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.067s 2022-03-23 17:42:28,931 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b283120-3d04-417f-a0a3-660bb7547bb3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b283120-3d04-417f-a0a3-660bb7547bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:29,976 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:42:29,977 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0eddb98-4ceb-4450-be02-473d1cce395a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0eddb98-4ceb-4450-be02-473d1cce395a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:31,028 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:42:31,028 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5843674b-8681-4ae3-acfd-18259171da79', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5843674b-8681-4ae3-acfd-18259171da79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:32,091 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:42:32,091 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3bf739-2144-4c94-a307-020ddc693235', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3bf739-2144-4c94-a307-020ddc693235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:33,148 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:42:33,148 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273063d1-3608-440e-9181-aa83e9019b8b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273063d1-3608-440e-9181-aa83e9019b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:34,228 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.075s 2022-03-23 17:42:34,228 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed16cd6-3714-4c98-9ea3-771e89279bd2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed16cd6-3714-4c98-9ea3-771e89279bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:35,281 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:42:35,281 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e08c201-4f70-4770-93f7-b0fc75e363c2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e08c201-4f70-4770-93f7-b0fc75e363c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:36,332 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:42:36,332 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13f217f5-9327-4986-b3f0-78f3db8fbf52', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13f217f5-9327-4986-b3f0-78f3db8fbf52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:37,382 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:42:37,382 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a2b223-b3bd-4fda-9cf2-b00e0a41b98b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a2b223-b3bd-4fda-9cf2-b00e0a41b98b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:38,434 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:42:38,434 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324b067d-706b-4ad1-9bfe-a1014de6c7ee', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324b067d-706b-4ad1-9bfe-a1014de6c7ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:39,484 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:42:39,484 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-508ef748-590b-4f74-b288-38b304b04ab3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-508ef748-590b-4f74-b288-38b304b04ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:40,535 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:42:40,535 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9654bec0-f2d7-43f4-9875-658932bbb454', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9654bec0-f2d7-43f4-9875-658932bbb454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:41,591 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:42:41,592 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44304194-ae0c-4e4b-9b9e-1e8e48828932', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44304194-ae0c-4e4b-9b9e-1e8e48828932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:42,639 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:42:42,639 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aac7f27-81de-4981-a448-5c141cfad370', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aac7f27-81de-4981-a448-5c141cfad370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:43,695 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:42:43,695 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abb0733-52cc-472a-a6bc-a510df7d9406', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abb0733-52cc-472a-a6bc-a510df7d9406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:44,756 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:42:44,756 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f064d9c-9537-4000-a48a-866961b8ceb5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f064d9c-9537-4000-a48a-866961b8ceb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:45,813 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:42:45,813 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b6ee1dc-c660-4baa-83b1-68e3f51f8944', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6ee1dc-c660-4baa-83b1-68e3f51f8944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:46,865 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:42:46,866 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d7978d4-77e6-4ee6-aced-34869da6aadc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d7978d4-77e6-4ee6-aced-34869da6aadc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:47,922 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:42:47,923 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d8ed9af-9635-4bbf-ab8c-51c766d7fc4c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d8ed9af-9635-4bbf-ab8c-51c766d7fc4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:48,979 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:42:48,979 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce6e7617-db4f-401b-911c-84fddd56b8e0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce6e7617-db4f-401b-911c-84fddd56b8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:50,042 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:42:50,042 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33068252-d950-48aa-a11e-de4661fc6f40', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33068252-d950-48aa-a11e-de4661fc6f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:51,094 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:42:51,094 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c835e10-3379-40c1-af24-d165f8059687', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c835e10-3379-40c1-af24-d165f8059687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:52,156 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:42:52,156 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf34a43-86ac-497f-9d0c-d6620fa3c38f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf34a43-86ac-497f-9d0c-d6620fa3c38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:53,215 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:42:53,216 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db9b7171-0c22-4220-81f3-a735713448e6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db9b7171-0c22-4220-81f3-a735713448e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:54,275 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:42:54,276 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac31951-b429-4d19-b3b3-40e9026e12c8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac31951-b429-4d19-b3b3-40e9026e12c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:55,331 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:42:55,332 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bda27fbb-4c30-4a75-b8b4-893662c9a3f4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bda27fbb-4c30-4a75-b8b4-893662c9a3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:56,379 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:42:56,380 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb24228b-9e0d-4d21-b258-60c435ab31af', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb24228b-9e0d-4d21-b258-60c435ab31af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:57,432 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:42:57,432 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-077af4b0-0cd6-4aef-9940-60aa51b7e5ce', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-077af4b0-0cd6-4aef-9940-60aa51b7e5ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:58,499 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.064s 2022-03-23 17:42:58,500 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e27afc1-d13b-4abf-a544-4801e6febbf3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e27afc1-d13b-4abf-a544-4801e6febbf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:42:59,547 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:42:59,548 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49a1a364-5348-426d-8ec1-69ed60eb5878', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49a1a364-5348-426d-8ec1-69ed60eb5878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:00,609 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:43:00,609 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b7ccf8d-4136-4ae5-bffe-8428ee6ce7f0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b7ccf8d-4136-4ae5-bffe-8428ee6ce7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:01,668 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:43:01,669 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4599206-2ae4-4ead-b4fd-743418f3a45c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4599206-2ae4-4ead-b4fd-743418f3a45c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:02,719 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:43:02,719 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabbbbad-9d97-4efe-b6c3-ab94bef7a3d3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabbbbad-9d97-4efe-b6c3-ab94bef7a3d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:03,773 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:43:03,774 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e93c1b-fe5d-4d30-825a-41fcff1f9aa4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e93c1b-fe5d-4d30-825a-41fcff1f9aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:04,832 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:43:04,832 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bb6f73-0a30-4a6e-a907-b5ffd564dff2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bb6f73-0a30-4a6e-a907-b5ffd564dff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:05,887 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:43:05,887 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4abf220d-ba43-430c-bcae-0748518034f8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4abf220d-ba43-430c-bcae-0748518034f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:06,947 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:43:06,948 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ced0b4-9fd9-49d1-b65b-e053f57c85e2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ced0b4-9fd9-49d1-b65b-e053f57c85e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:08,002 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:43:08,002 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fb13e5-8479-4d07-b9c3-17c64d5d3764', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fb13e5-8479-4d07-b9c3-17c64d5d3764', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:09,057 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:43:09,057 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f078a3-5e0e-4807-a821-25b679d22fc1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f078a3-5e0e-4807-a821-25b679d22fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:10,110 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:43:10,111 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc03b6c7-e21f-40c1-8347-fb7a2cb4f9d6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc03b6c7-e21f-40c1-8347-fb7a2cb4f9d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:11,172 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:43:11,173 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c704fd33-ceee-4aa2-935b-ec07b8368b6f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c704fd33-ceee-4aa2-935b-ec07b8368b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:12,233 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:43:12,234 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f3dee1-fa37-4178-88d3-f58af7e20b71', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f3dee1-fa37-4178-88d3-f58af7e20b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:13,285 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:43:13,285 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daac79c1-aacb-491b-a202-62149fe80a3e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daac79c1-aacb-491b-a202-62149fe80a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:14,344 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:43:14,345 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a7642b-d609-4c57-b5ed-1d1e4a0e334b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a7642b-d609-4c57-b5ed-1d1e4a0e334b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:15,400 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:43:15,401 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cdd24eb-0196-4df4-8312-fb19d852f14e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cdd24eb-0196-4df4-8312-fb19d852f14e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:16,473 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.069s 2022-03-23 17:43:16,473 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abaffda-0d40-45b9-aea5-be9d59f35352', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1abaffda-0d40-45b9-aea5-be9d59f35352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:17,519 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:43:17,520 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd38c2cd-ca0a-4a18-b357-1d518776c942', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd38c2cd-ca0a-4a18-b357-1d518776c942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:18,567 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:43:18,567 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc05356-e1a5-49da-a4f3-14e069bb5794', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc05356-e1a5-49da-a4f3-14e069bb5794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:19,622 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:43:19,623 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72ee9846-9724-44ba-b72b-b543403978b3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72ee9846-9724-44ba-b72b-b543403978b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:20,678 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:43:20,678 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b877e4f-e24d-4aab-bf41-acabc9e501cb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b877e4f-e24d-4aab-bf41-acabc9e501cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:21,730 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:43:21,730 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6100fa-427c-4430-9824-eb4f22fc3811', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6100fa-427c-4430-9824-eb4f22fc3811', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:22,787 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:43:22,787 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14eb086f-89cd-4cb6-8038-8eeb6cd54a9c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14eb086f-89cd-4cb6-8038-8eeb6cd54a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:23,842 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:43:23,842 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-930c282e-69f2-4f73-8ffa-f58a43439010', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-930c282e-69f2-4f73-8ffa-f58a43439010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:24,900 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:43:24,901 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b68cf468-27da-49d0-9e03-de6c67f77cd6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b68cf468-27da-49d0-9e03-de6c67f77cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:25,956 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:43:25,957 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d64e2b56-fe05-4557-8000-2cfaee0d3a5a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d64e2b56-fe05-4557-8000-2cfaee0d3a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:27,017 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:43:27,017 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971993fe-ecf7-44cc-8e2f-bbfb3a8c2676', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971993fe-ecf7-44cc-8e2f-bbfb3a8c2676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:28,072 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:43:28,072 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85482f38-a4f8-4ab8-b53b-dbc9ef5b76d7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85482f38-a4f8-4ab8-b53b-dbc9ef5b76d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:29,125 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:43:29,126 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e07b2e6-9010-42b2-80c7-dc58d874b63a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e07b2e6-9010-42b2-80c7-dc58d874b63a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:30,192 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:43:30,192 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4822e21-2a9e-47c0-8f55-4c0a53108ed4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4822e21-2a9e-47c0-8f55-4c0a53108ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:31,244 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:43:31,245 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfdc3549-06b8-40a3-afba-c0adf3e1d170', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfdc3549-06b8-40a3-afba-c0adf3e1d170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:32,299 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:43:32,300 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f6f2e17-5e99-438c-b087-c93ccff25145', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f6f2e17-5e99-438c-b087-c93ccff25145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:33,354 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:43:33,355 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-003c216d-9ece-4f73-b3e6-4344fa8687d5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-003c216d-9ece-4f73-b3e6-4344fa8687d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:34,405 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:43:34,406 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed339ae-6493-483e-875e-965b300b685d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed339ae-6493-483e-875e-965b300b685d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:35,461 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:43:35,461 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f814144-5086-4dd9-b424-1071743e1858', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f814144-5086-4dd9-b424-1071743e1858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:36,518 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:43:36,518 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e3ba97-7f21-46e4-b764-db22e497b79c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e3ba97-7f21-46e4-b764-db22e497b79c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:37,565 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:43:37,566 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-810437f8-8be6-4358-9df2-8ac4ce6ce6b2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-810437f8-8be6-4358-9df2-8ac4ce6ce6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:38,626 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:43:38,627 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe4f8f0-01d4-4eca-b841-69654ce81122', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe4f8f0-01d4-4eca-b841-69654ce81122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:39,681 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:43:39,682 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c7dff6-d6ec-4afc-82fc-51aa584a762f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c7dff6-d6ec-4afc-82fc-51aa584a762f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:40,740 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:43:40,740 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98843ee1-acaf-4c82-b258-605dea59aa27', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98843ee1-acaf-4c82-b258-605dea59aa27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:41,798 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:43:41,798 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c79ac3c-2229-4e9d-8c46-c10fc8a158d0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c79ac3c-2229-4e9d-8c46-c10fc8a158d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:42,867 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.065s 2022-03-23 17:43:42,868 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2494ca-bce1-42b9-b152-29670e0b220f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2494ca-bce1-42b9-b152-29670e0b220f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:43,924 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:43:43,925 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91e96b2b-7960-4bca-98ae-ca2342c1caef', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e96b2b-7960-4bca-98ae-ca2342c1caef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:44,972 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:43:44,972 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c98aad-7b28-428f-b374-7c37f757e736', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c98aad-7b28-428f-b374-7c37f757e736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:46,028 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:43:46,029 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6928cf65-107a-46c7-93c9-0cb2f739d0ff', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6928cf65-107a-46c7-93c9-0cb2f739d0ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:47,085 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:43:47,085 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2bc0d01-c586-4d4b-af71-6c4f195f3996', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2bc0d01-c586-4d4b-af71-6c4f195f3996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:48,135 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:43:48,135 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1243101f-bd0e-4d66-bf25-7c8eda048ae8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1243101f-bd0e-4d66-bf25-7c8eda048ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:49,197 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:43:49,197 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c82e2d75-03d9-4d9a-8cb8-1be68f5ccdcf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c82e2d75-03d9-4d9a-8cb8-1be68f5ccdcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:50,252 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:43:50,253 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb72417-6932-4968-9b3e-1a6664e67a5b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb72417-6932-4968-9b3e-1a6664e67a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:51,370 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.113s 2022-03-23 17:43:51,370 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-353fa898-c479-438e-b0ba-c9c0bb23f2ac', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-353fa898-c479-438e-b0ba-c9c0bb23f2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:52,416 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:43:52,417 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4fe50c9-bf15-43a3-a333-cfc0de8915ab', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4fe50c9-bf15-43a3-a333-cfc0de8915ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:53,471 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:43:53,471 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c62d09-9f9a-4df5-abcc-cd81cd19be03', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c62d09-9f9a-4df5-abcc-cd81cd19be03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:54,526 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:43:54,527 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d232a2-4bf1-4b30-851d-bbf4e528cbad', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d232a2-4bf1-4b30-851d-bbf4e528cbad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:55,578 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:43:55,579 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9ace74-4f5f-4d18-a4b0-cdaf7de37f04', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9ace74-4f5f-4d18-a4b0-cdaf7de37f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:56,623 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.040s 2022-03-23 17:43:56,623 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d8fc4d6-3cf2-47ab-be07-98fe573005a1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d8fc4d6-3cf2-47ab-be07-98fe573005a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:57,731 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.104s 2022-03-23 17:43:57,731 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a310e1d-160a-45da-86c1-fa7f214879ba', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a310e1d-160a-45da-86c1-fa7f214879ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:58,756 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.021s 2022-03-23 17:43:58,756 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7bde844-6a24-4c07-a228-0a817bbfbde9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7bde844-6a24-4c07-a228-0a817bbfbde9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:43:59,782 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:43:59,782 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061b21c6-96d2-4bf6-a1e5-1d8b9dc7eff3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061b21c6-96d2-4bf6-a1e5-1d8b9dc7eff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:00,834 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:44:00,834 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b863427b-d887-4c00-a248-a799ecfa2db9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b863427b-d887-4c00-a248-a799ecfa2db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:01,898 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:44:01,898 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73f63351-c6c7-4da4-8124-ef40a452a81c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73f63351-c6c7-4da4-8124-ef40a452a81c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:02,961 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:44:02,961 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d074f79e-e62d-465f-bd7e-f237d03ecf48', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d074f79e-e62d-465f-bd7e-f237d03ecf48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:04,018 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:44:04,018 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe7984d6-1872-4d2f-970f-6618cba3656e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe7984d6-1872-4d2f-970f-6618cba3656e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:05,071 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:44:05,072 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec954ad-0d8b-4edd-8d05-1f25a2f2f888', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec954ad-0d8b-4edd-8d05-1f25a2f2f888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:06,132 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:44:06,132 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d500678f-8d38-4e51-90f4-8cce7877906f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d500678f-8d38-4e51-90f4-8cce7877906f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:07,196 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:44:07,196 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff6def1-6027-420d-9733-e9d199c056bf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff6def1-6027-420d-9733-e9d199c056bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:08,260 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:44:08,261 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa521e9-b9f3-46e6-80f3-cbe84ed7f611', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa521e9-b9f3-46e6-80f3-cbe84ed7f611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:09,308 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:44:09,308 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f4719c-35fb-4823-a22a-01e2b20f6ecd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f4719c-35fb-4823-a22a-01e2b20f6ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:10,357 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:44:10,357 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8e2459-3ad4-4b56-817f-a33898aaf74f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8e2459-3ad4-4b56-817f-a33898aaf74f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:11,408 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:44:11,408 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07c3f195-dddd-451f-bde1-8706ba0864a8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07c3f195-dddd-451f-bde1-8706ba0864a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:12,461 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:44:12,462 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d2c6a9c-3c6d-4ebe-9ba5-d54c1d287139', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d2c6a9c-3c6d-4ebe-9ba5-d54c1d287139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:13,510 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:44:13,510 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ca53256-ad30-4714-b055-69a236bee94a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ca53256-ad30-4714-b055-69a236bee94a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:14,570 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:44:14,571 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350c212f-2e00-4b76-b08b-bb6407f66f22', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350c212f-2e00-4b76-b08b-bb6407f66f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:15,627 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:44:15,627 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61c648ef-0cfc-4388-81f2-044fac38e1e7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61c648ef-0cfc-4388-81f2-044fac38e1e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:16,684 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:44:16,685 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-585b2496-9521-4e3e-812e-db6e25a9fa8c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-585b2496-9521-4e3e-812e-db6e25a9fa8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:17,739 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:44:17,739 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f20e92f2-5149-4032-bbe2-0dfc42c4eaa4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f20e92f2-5149-4032-bbe2-0dfc42c4eaa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:18,791 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:44:18,792 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aad4810-14c2-497a-92df-65445b620fc6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aad4810-14c2-497a-92df-65445b620fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:19,853 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:44:19,853 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdfffbf5-fc5c-43c5-84df-acd0bc319c61', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdfffbf5-fc5c-43c5-84df-acd0bc319c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:20,925 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.068s 2022-03-23 17:44:20,926 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82bccddb-096e-4e0f-bf05-45019ccea730', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82bccddb-096e-4e0f-bf05-45019ccea730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:21,974 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:44:21,974 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9833c196-5f0c-4163-b3b2-433e4e61d3e1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9833c196-5f0c-4163-b3b2-433e4e61d3e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:23,027 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:44:23,028 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb173234-be6c-4484-91e1-f48349afedc9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb173234-be6c-4484-91e1-f48349afedc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:24,084 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:44:24,085 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40691ba9-79f1-4d73-aee1-b49a893700b5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40691ba9-79f1-4d73-aee1-b49a893700b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:25,137 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:44:25,137 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f747d7b3-917e-42f2-920a-33846ef45644', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f747d7b3-917e-42f2-920a-33846ef45644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:26,189 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:44:26,189 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-524081de-36ed-4819-9d23-53af1fb4863b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-524081de-36ed-4819-9d23-53af1fb4863b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:27,239 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:44:27,239 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c997072c-9e07-4897-99c8-d5cb1acc7c71', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c997072c-9e07-4897-99c8-d5cb1acc7c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:28,292 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:44:28,292 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42395398-c450-4075-977e-cd91e3a0d423', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42395398-c450-4075-977e-cd91e3a0d423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:29,353 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:44:29,354 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d2caf5-ed99-4b29-afcf-1457e9eb24fb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d2caf5-ed99-4b29-afcf-1457e9eb24fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:30,467 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.110s 2022-03-23 17:44:30,468 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c1a5d9c-db06-42ac-b6a4-5fa34623f89c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c1a5d9c-db06-42ac-b6a4-5fa34623f89c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:31,516 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:44:31,516 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed90b9e-7668-419f-a7af-48310a34a511', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed90b9e-7668-419f-a7af-48310a34a511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:32,569 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:44:32,569 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4958728-a240-439f-9619-92a1f4ac65ed', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4958728-a240-439f-9619-92a1f4ac65ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:33,623 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:44:33,623 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b298d8f-b472-41b0-ae0e-05c3ba3cd8be', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b298d8f-b472-41b0-ae0e-05c3ba3cd8be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:34,664 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.037s 2022-03-23 17:44:34,665 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e7f38bb-d4ad-477b-8980-a71dbd243476', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e7f38bb-d4ad-477b-8980-a71dbd243476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:35,712 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:44:35,712 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76b3f665-e750-4294-b1b7-2d1bb2e39703', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76b3f665-e750-4294-b1b7-2d1bb2e39703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:36,761 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:44:36,761 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6e44a2-f8f7-4810-967c-0bcab43f8554', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6e44a2-f8f7-4810-967c-0bcab43f8554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:37,814 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:44:37,814 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3165927-9d51-4f8d-8dc3-a714467b6b4e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3165927-9d51-4f8d-8dc3-a714467b6b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:38,861 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:44:38,862 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e69f891-f61a-4961-a08c-2e2da3c7a4f3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e69f891-f61a-4961-a08c-2e2da3c7a4f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:39,908 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:44:39,908 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b27e35c-69f9-44f4-80c9-d4951fb37f05', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b27e35c-69f9-44f4-80c9-d4951fb37f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:40,965 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:44:40,966 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4164f51e-25b7-4d3f-923e-4efb8f0eaaaf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4164f51e-25b7-4d3f-923e-4efb8f0eaaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:42,023 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:44:42,024 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20bf5a03-6dad-4565-bc8b-5b08f36e76c2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20bf5a03-6dad-4565-bc8b-5b08f36e76c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:43,075 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:44:43,076 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ea3d85a-416f-4e33-b45f-0b624d56db0d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ea3d85a-416f-4e33-b45f-0b624d56db0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:44,127 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:44:44,128 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-129d91a4-669f-4fa5-ac3b-460a30a004ff', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-129d91a4-669f-4fa5-ac3b-460a30a004ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:45,195 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:44:45,195 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7663c07d-35b2-4fe6-904a-f33d36e785dc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7663c07d-35b2-4fe6-904a-f33d36e785dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:46,241 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:44:46,241 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5eaa92-33f4-4430-8b8f-df78d7e6b4ee', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5eaa92-33f4-4430-8b8f-df78d7e6b4ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:47,285 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:44:47,285 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f97e3444-3518-48f3-b2ce-7f0afb97d6bc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f97e3444-3518-48f3-b2ce-7f0afb97d6bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:48,342 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:44:48,342 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e121828-dfcb-4b51-95ea-02255ecd31a3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e121828-dfcb-4b51-95ea-02255ecd31a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:49,397 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:44:49,397 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a227f89-2f75-4eba-bd98-46dfc494cc6e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a227f89-2f75-4eba-bd98-46dfc494cc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:50,456 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:44:50,457 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b786843f-eecb-4223-90f6-f53538c35089', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b786843f-eecb-4223-90f6-f53538c35089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:51,513 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:44:51,513 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400c3be0-192e-4919-a004-ac2dfe4e4c22', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400c3be0-192e-4919-a004-ac2dfe4e4c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:52,576 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:44:52,577 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-651154a3-ed13-4824-910b-596fcb499e0a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-651154a3-ed13-4824-910b-596fcb499e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:53,628 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:44:53,628 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5714721a-dfc7-46e3-b880-3055a5e777f2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5714721a-dfc7-46e3-b880-3055a5e777f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:54,681 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:44:54,682 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80487758-e3e8-43e6-a868-13435059ae68', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80487758-e3e8-43e6-a868-13435059ae68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:55,739 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:44:55,739 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-606f282d-91c4-481b-b0d1-d395aaef273e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-606f282d-91c4-481b-b0d1-d395aaef273e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:56,794 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:44:56,794 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d8eb2d0-9f58-4521-81d8-c1dd65ad5444', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d8eb2d0-9f58-4521-81d8-c1dd65ad5444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:57,853 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:44:57,853 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b607b35b-151c-4527-8f17-8ebcfc4e59d5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b607b35b-151c-4527-8f17-8ebcfc4e59d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:57,913 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:44:57,913 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '137', 'content-type': 'application/json', 'x-compute-request-id': 'req-060edf0f-f28f-42a7-94ed-503ec8a60a7b', 'x-openstack-request-id': 'req-060edf0f-f28f-42a7-94ed-503ec8a60a7b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2022-03-23 17:44:57,935 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.020s 2022-03-23 17:44:57,935 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026bfd3d-ccf7-4857-93f1-c4332438d624', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026bfd3d-ccf7-4857-93f1-c4332438d624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:58,970 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:44:58,970 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffffffe7-96f6-4a69-9d50-117811c8884c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffffffe7-96f6-4a69-9d50-117811c8884c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:44:59,996 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.021s 2022-03-23 17:44:59,997 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23558432-5d93-4664-b45b-6c29d8369176', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23558432-5d93-4664-b45b-6c29d8369176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:01,023 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:45:01,023 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa129b25-27a1-4610-9483-ed6be926b096', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa129b25-27a1-4610-9483-ed6be926b096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:02,076 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:45:02,077 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84322784-096c-4319-bedc-edcbd1acb4b3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84322784-096c-4319-bedc-edcbd1acb4b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:03,130 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:45:03,131 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0652e00b-d536-4863-ab3d-3f6b4b2eb933', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0652e00b-d536-4863-ab3d-3f6b4b2eb933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:04,182 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:45:04,182 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dffdb4be-d974-47e3-aac4-406e3633412a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dffdb4be-d974-47e3-aac4-406e3633412a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:05,237 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:45:05,238 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd85a1d9-fdaa-4a8c-a3dc-d341f9ead626', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd85a1d9-fdaa-4a8c-a3dc-d341f9ead626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:06,290 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:45:06,290 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cc0715-d6ec-4cb5-8d16-03f9ba1ff9b2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cc0715-d6ec-4cb5-8d16-03f9ba1ff9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:07,347 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:45:07,347 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05bde651-1415-4a44-86ed-5d7431b58751', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05bde651-1415-4a44-86ed-5d7431b58751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:08,401 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:45:08,401 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63635ed6-6aba-4508-8f0d-76cf5c56b2b2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63635ed6-6aba-4508-8f0d-76cf5c56b2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:09,461 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:45:09,461 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a042eaf3-0c63-4ff5-adae-75efe0cc070f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a042eaf3-0c63-4ff5-adae-75efe0cc070f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:10,516 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:45:10,516 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9aa8ce-5a2c-4f79-8c20-519ffa4972ea', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9aa8ce-5a2c-4f79-8c20-519ffa4972ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:11,554 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.033s 2022-03-23 17:45:11,554 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9981a8a8-a404-478c-87e8-dbaf3f5358c0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9981a8a8-a404-478c-87e8-dbaf3f5358c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:12,590 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:45:12,591 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c70672-6651-4fb4-b3e5-53a3adfd2bba', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c70672-6651-4fb4-b3e5-53a3adfd2bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:13,619 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:45:13,620 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bbc4111-826a-4c54-9a55-c3d0cd34a94d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bbc4111-826a-4c54-9a55-c3d0cd34a94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:14,651 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:45:14,651 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a39123-7f73-44ac-b785-bbf17631549a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a39123-7f73-44ac-b785-bbf17631549a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:15,681 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.026s 2022-03-23 17:45:15,682 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ea3490-689f-49f2-adaf-412a8433f156', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ea3490-689f-49f2-adaf-412a8433f156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:16,719 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:45:16,719 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c719af20-2d11-4a3f-91da-4d6db95eb508', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c719af20-2d11-4a3f-91da-4d6db95eb508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:17,752 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:45:17,753 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8569c41e-98af-431c-a273-a52ef662f8e4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8569c41e-98af-431c-a273-a52ef662f8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:18,787 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:45:18,788 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b05a7e-a611-49fc-97c4-bd48bf2aec33', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b05a7e-a611-49fc-97c4-bd48bf2aec33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:19,820 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:45:19,821 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41a372f-6611-4480-994d-164450e651bd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41a372f-6611-4480-994d-164450e651bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:20,847 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:45:20,847 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f7819f-b00b-4acb-973b-0a5e85cd74fb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f7819f-b00b-4acb-973b-0a5e85cd74fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:21,877 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:45:21,877 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af4e922-192f-4724-9adb-cf0dc941447d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af4e922-192f-4724-9adb-cf0dc941447d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:22,902 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.021s 2022-03-23 17:45:22,903 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ba2589c-4824-4e17-b403-a6d05817a70b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ba2589c-4824-4e17-b403-a6d05817a70b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:23,929 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:45:23,929 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c69532c5-687a-4e40-8e6e-915cb3bd569a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c69532c5-687a-4e40-8e6e-915cb3bd569a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:24,979 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:45:24,979 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507a018f-1663-4c4d-a66c-ddaa11452f34', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-507a018f-1663-4c4d-a66c-ddaa11452f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:26,034 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:45:26,034 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ea32452-52f5-4f1a-856f-6e633c18e109', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ea32452-52f5-4f1a-856f-6e633c18e109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:27,088 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:45:27,088 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c29c1d6-b6ea-4213-9972-116dbdb5ae0f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c29c1d6-b6ea-4213-9972-116dbdb5ae0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:28,152 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:45:28,152 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51bb0724-e383-40bd-aed4-4b729fc32088', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51bb0724-e383-40bd-aed4-4b729fc32088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:29,206 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:45:29,206 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1acbd0-0aeb-4983-b447-0c35b72b1171', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1acbd0-0aeb-4983-b447-0c35b72b1171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:30,258 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:45:30,259 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7105991a-11ca-4534-b512-e23bc966e1e2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7105991a-11ca-4534-b512-e23bc966e1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:31,307 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:45:31,308 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95f40487-a3eb-430b-a350-d229de5f7104', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95f40487-a3eb-430b-a350-d229de5f7104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:32,360 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:45:32,361 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51aa151d-2838-4c0c-8ddc-f426254e1a31', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51aa151d-2838-4c0c-8ddc-f426254e1a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:33,423 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:45:33,424 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adef6178-07c2-4b6e-ad5b-cc8ecf189b59', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adef6178-07c2-4b6e-ad5b-cc8ecf189b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:34,476 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:45:34,476 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d9a109-bbe2-4d81-9b24-c65de0ec6f1b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d9a109-bbe2-4d81-9b24-c65de0ec6f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:35,524 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:45:35,524 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83ea3e41-adaa-4026-a8f9-dadf2aca97f9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83ea3e41-adaa-4026-a8f9-dadf2aca97f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:36,593 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.065s 2022-03-23 17:45:36,594 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee9616e-c7c0-4e5c-839e-c80204717512', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee9616e-c7c0-4e5c-839e-c80204717512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:37,643 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:45:37,644 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a376bf-0915-4603-9040-6986d234e898', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1a376bf-0915-4603-9040-6986d234e898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:38,702 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:45:38,702 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75db89d2-66d7-4ef7-acc0-b310a25412a0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75db89d2-66d7-4ef7-acc0-b310a25412a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:39,758 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:45:39,758 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed034b6f-edd1-4956-a7ae-a7885f9d19e1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed034b6f-edd1-4956-a7ae-a7885f9d19e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:40,812 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:45:40,812 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-173fc971-ef4f-4ec7-805d-f140380e21b3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-173fc971-ef4f-4ec7-805d-f140380e21b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:41,877 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:45:41,877 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aadd3e6b-8cfc-461f-9d60-31a2c9a51746', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aadd3e6b-8cfc-461f-9d60-31a2c9a51746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:42,931 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:45:42,931 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43abc261-17dd-41cb-b9fa-9974eeba5c45', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43abc261-17dd-41cb-b9fa-9974eeba5c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:43,990 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:45:43,990 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce10828-ca8f-4d10-b3c4-4df5c7242cfe', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce10828-ca8f-4d10-b3c4-4df5c7242cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:45,045 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:45:45,045 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31df3c95-d1ce-489b-835a-ee739f61633f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31df3c95-d1ce-489b-835a-ee739f61633f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:46,107 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:45:46,108 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf235f4c-fde7-4632-b97e-c538019459ae', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf235f4c-fde7-4632-b97e-c538019459ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:47,172 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:45:47,173 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46285be6-46bf-459e-82f7-46d5b65371c7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46285be6-46bf-459e-82f7-46d5b65371c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:48,233 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:45:48,234 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b26a4c3-9f67-401d-9358-7149524d7a66', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b26a4c3-9f67-401d-9358-7149524d7a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:49,298 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:45:49,298 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7797c520-854c-4caa-9042-30a285e95757', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7797c520-854c-4caa-9042-30a285e95757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:50,346 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:45:50,346 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64b28133-a3ce-4265-897d-4676b386662e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64b28133-a3ce-4265-897d-4676b386662e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:51,374 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:45:51,374 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad32488-3a30-4624-8710-a99d312ae28b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad32488-3a30-4624-8710-a99d312ae28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:52,401 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:45:52,401 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c170650b-2121-4151-a7be-7fd442e2da01', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c170650b-2121-4151-a7be-7fd442e2da01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:53,429 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:45:53,429 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7687692-a8b5-42cf-afff-6afe704f1dbb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7687692-a8b5-42cf-afff-6afe704f1dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:54,456 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:45:54,457 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4910d5cb-5ce2-45c7-86dd-1bf712f0e65f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4910d5cb-5ce2-45c7-86dd-1bf712f0e65f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:55,483 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:45:55,483 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a82f10fc-6ade-4f98-b3c3-a1975127d980', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a82f10fc-6ade-4f98-b3c3-a1975127d980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:56,519 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:45:56,519 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73432a1a-cfcf-4b66-b980-85d13d2ebe38', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73432a1a-cfcf-4b66-b980-85d13d2ebe38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:57,559 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.035s 2022-03-23 17:45:57,559 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d6ce4c-f862-4986-b46b-67c31c499142', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d6ce4c-f862-4986-b46b-67c31c499142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:58,593 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:45:58,594 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331ecf51-9b36-423b-a10a-4d6cfd08f725', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331ecf51-9b36-423b-a10a-4d6cfd08f725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:45:59,625 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:45:59,626 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2589ee3-e199-4202-86aa-1fecf8910d3d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2589ee3-e199-4202-86aa-1fecf8910d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:00,662 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:46:00,663 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4417b2d1-6d61-434c-b3e0-9a653fb7803f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4417b2d1-6d61-434c-b3e0-9a653fb7803f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:01,701 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:46:01,702 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08c5cb3-21ce-4cf3-a439-7a4fe951afbc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08c5cb3-21ce-4cf3-a439-7a4fe951afbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:02,733 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:46:02,733 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc72bad6-cb80-48d3-a79a-7d014eaae556', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc72bad6-cb80-48d3-a79a-7d014eaae556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:03,769 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:46:03,769 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91008213-ce3b-4bf3-9e8f-968466dcb5c8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91008213-ce3b-4bf3-9e8f-968466dcb5c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:04,797 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:46:04,798 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ad1c3ab-73a6-49e6-9300-f77f3c28f402', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ad1c3ab-73a6-49e6-9300-f77f3c28f402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:05,821 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.020s 2022-03-23 17:46:05,822 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba6be199-f130-4c21-bfd4-13cec84149c2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba6be199-f130-4c21-bfd4-13cec84149c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:06,865 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.040s 2022-03-23 17:46:06,865 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf6b08d8-ec2b-462e-9ea0-97fcc1098742', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf6b08d8-ec2b-462e-9ea0-97fcc1098742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:07,930 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:46:07,930 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9910fbaf-6165-437a-a4e7-e70d35b733a9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9910fbaf-6165-437a-a4e7-e70d35b733a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:08,979 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:46:08,979 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc79742b-c673-4760-a598-53bab00a1a56', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc79742b-c673-4760-a598-53bab00a1a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:10,040 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:46:10,041 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d439816e-d0ad-4e03-b03f-cc6de5caf303', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d439816e-d0ad-4e03-b03f-cc6de5caf303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:11,102 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:46:11,102 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85beb8f0-537b-44cc-8eb7-3b93eceb4b9f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85beb8f0-537b-44cc-8eb7-3b93eceb4b9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:12,166 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:46:12,167 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-254e93e3-8d17-4660-8a57-37b7bbd6b6bf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-254e93e3-8d17-4660-8a57-37b7bbd6b6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:13,228 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:46:13,229 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-280e2df0-8b4e-430f-95bf-9e8f55c07055', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-280e2df0-8b4e-430f-95bf-9e8f55c07055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:14,286 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:46:14,286 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7944c2ba-7741-4196-b698-fa75e38edccc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7944c2ba-7741-4196-b698-fa75e38edccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:15,342 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:46:15,343 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f229403-954f-4180-a7e9-68a79e6657cc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f229403-954f-4180-a7e9-68a79e6657cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:16,397 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:46:16,398 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf4cdc1-b979-4182-9083-5b0948f969f0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf4cdc1-b979-4182-9083-5b0948f969f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:17,462 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:46:17,462 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95cc1aa8-6e0d-4a10-a3c3-cb8cd80b9d88', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95cc1aa8-6e0d-4a10-a3c3-cb8cd80b9d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:18,523 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:46:18,523 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ebac45-8a02-4308-b161-098932e89f51', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79ebac45-8a02-4308-b161-098932e89f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:19,581 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:46:19,581 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c23f725-f673-428a-a9af-97899e9c46d8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c23f725-f673-428a-a9af-97899e9c46d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:20,648 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:46:20,648 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b458b6c-21ec-4dd9-8578-ee502385618a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b458b6c-21ec-4dd9-8578-ee502385618a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:21,707 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:46:21,708 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042f805f-45d7-45ee-ba5c-225ca0c42ae7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042f805f-45d7-45ee-ba5c-225ca0c42ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:22,762 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:46:22,763 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1b5bc85-926d-435b-be56-94c754b107f2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1b5bc85-926d-435b-be56-94c754b107f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:23,832 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.066s 2022-03-23 17:46:23,833 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb228c6-18ac-41ed-8fe2-8035883e432a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb228c6-18ac-41ed-8fe2-8035883e432a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:24,894 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:46:24,895 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa4fadfa-58ee-4955-81cd-e5418eda8654', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa4fadfa-58ee-4955-81cd-e5418eda8654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:25,946 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:46:25,946 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b4f8695-4858-4072-a29c-640169d9ef6d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b4f8695-4858-4072-a29c-640169d9ef6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:27,005 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:46:27,005 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab36369d-f31f-48df-bb10-5ee19f00e3a2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab36369d-f31f-48df-bb10-5ee19f00e3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:28,066 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:46:28,066 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1995651-ace9-4937-9fba-0387f805ddb4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1995651-ace9-4937-9fba-0387f805ddb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:29,130 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:46:29,131 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62d6cf82-42d5-4a6a-a5d9-0bf432af15db', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62d6cf82-42d5-4a6a-a5d9-0bf432af15db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:30,211 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.077s 2022-03-23 17:46:30,211 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c50bb827-352c-4d42-8186-d7522be77bf8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c50bb827-352c-4d42-8186-d7522be77bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:31,266 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:46:31,266 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ed204d-60b0-4c15-889a-90410f7c9ae8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ed204d-60b0-4c15-889a-90410f7c9ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:32,314 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:46:32,314 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9687ac77-c826-40b2-96de-8b22c4465a50', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9687ac77-c826-40b2-96de-8b22c4465a50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:33,368 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:46:33,368 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b8a15ef-f563-4392-bcce-fab94624bc9c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b8a15ef-f563-4392-bcce-fab94624bc9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:34,424 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:46:34,424 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645b34c8-2db7-4011-837d-9a541134ad61', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645b34c8-2db7-4011-837d-9a541134ad61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:35,484 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:46:35,485 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-345e00b2-bad2-44b3-b653-7adae510deb5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-345e00b2-bad2-44b3-b653-7adae510deb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:36,553 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:46:36,554 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a9839a-7a27-459c-bbf8-1caa3ee4af62', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a9839a-7a27-459c-bbf8-1caa3ee4af62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:37,610 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:46:37,611 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141bd730-b6b8-4ad9-b492-bcb0c4e20966', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141bd730-b6b8-4ad9-b492-bcb0c4e20966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:38,666 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:46:38,667 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-187ab33b-bb93-4f5b-8491-0973e5747cd3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-187ab33b-bb93-4f5b-8491-0973e5747cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:39,720 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:46:39,720 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294f878a-8bb0-4e16-b633-c6587e8747f6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294f878a-8bb0-4e16-b633-c6587e8747f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:40,784 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:46:40,784 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9aec50-4875-432d-9616-0923a7f62905', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9aec50-4875-432d-9616-0923a7f62905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:41,844 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:46:41,844 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5bc8dc-3bba-4b64-88f9-2bf35627fe9b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5bc8dc-3bba-4b64-88f9-2bf35627fe9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:42,908 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:46:42,908 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08336493-9e42-4862-9dcc-0a44949ac03f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08336493-9e42-4862-9dcc-0a44949ac03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:43,966 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:46:43,966 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d65106a-7934-4606-87ff-edf2b034fc10', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d65106a-7934-4606-87ff-edf2b034fc10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:45,030 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:46:45,030 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53581276-217d-4b6c-9fc7-693d6fae297f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53581276-217d-4b6c-9fc7-693d6fae297f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:46,079 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:46:46,079 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda2ac23-89cd-4d83-a8a5-0b6482c8ac99', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda2ac23-89cd-4d83-a8a5-0b6482c8ac99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:47,142 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:46:47,142 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601dd9f4-301b-4956-8eb9-73623b5ab79f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601dd9f4-301b-4956-8eb9-73623b5ab79f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:48,195 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:46:48,195 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f1fd63-8ad9-48ee-a3d6-e5411121f2a4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f1fd63-8ad9-48ee-a3d6-e5411121f2a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:49,273 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.074s 2022-03-23 17:46:49,273 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e54f982e-029f-4f9c-956b-d07fbcf85b5e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e54f982e-029f-4f9c-956b-d07fbcf85b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:50,323 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:46:50,323 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7689c631-ff77-4c06-8e5d-aa31515da6c1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7689c631-ff77-4c06-8e5d-aa31515da6c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:51,383 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:46:51,383 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19057cd9-f291-4292-9727-17831bb3a0d9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19057cd9-f291-4292-9727-17831bb3a0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:52,461 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.073s 2022-03-23 17:46:52,461 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9b067e-257b-4ea5-9c1c-69c2819b31a8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9b067e-257b-4ea5-9c1c-69c2819b31a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:53,512 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:46:53,513 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8edab853-0607-440d-875a-4df084ff5233', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8edab853-0607-440d-875a-4df084ff5233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:54,563 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:46:54,564 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea2403d0-575b-4534-bde5-33266acf7ea1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea2403d0-575b-4534-bde5-33266acf7ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:55,634 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.066s 2022-03-23 17:46:55,634 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a2b632-72a3-4eab-9a85-fc41ae9fd036', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a2b632-72a3-4eab-9a85-fc41ae9fd036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:56,690 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:46:56,691 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd165d49-4ab6-4a0f-bc4e-eae27456521e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd165d49-4ab6-4a0f-bc4e-eae27456521e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:57,744 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:46:57,744 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e714a635-c0b9-4719-b8c3-cecd06ae1071', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e714a635-c0b9-4719-b8c3-cecd06ae1071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:58,811 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:46:58,811 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48175aa8-ba90-43d0-aad6-b4b642e57c00', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48175aa8-ba90-43d0-aad6-b4b642e57c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:46:59,869 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:46:59,869 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e73206-8a26-4d23-8940-68b580dbaa69', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e73206-8a26-4d23-8940-68b580dbaa69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:00,935 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:47:00,936 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca486a0d-5dbb-42f4-9382-f9e6f79da0e3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca486a0d-5dbb-42f4-9382-f9e6f79da0e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:01,996 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:47:01,996 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-052c69e2-3466-4e07-abab-c1847d49bd39', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-052c69e2-3466-4e07-abab-c1847d49bd39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:03,062 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:47:03,063 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c88b577d-35d0-40f8-972b-f1a8829a2347', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c88b577d-35d0-40f8-972b-f1a8829a2347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:04,128 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:47:04,129 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a640b3-9a4f-482b-a011-f9b9bb108b28', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a640b3-9a4f-482b-a011-f9b9bb108b28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:05,189 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:47:05,189 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b5e215-0505-469e-94e1-85a9352ad7d6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b5e215-0505-469e-94e1-85a9352ad7d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:06,254 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:47:06,254 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-538f7d47-9df4-409d-8b7a-1b1a33099a4b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-538f7d47-9df4-409d-8b7a-1b1a33099a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:07,316 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:47:07,316 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2d2262-bbfb-443e-85df-7406c88527dc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2d2262-bbfb-443e-85df-7406c88527dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:08,392 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.072s 2022-03-23 17:47:08,393 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1cd0466-47d1-4f3b-8060-cc9e9de1ef05', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1cd0466-47d1-4f3b-8060-cc9e9de1ef05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:09,449 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:47:09,450 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b16d1bb5-e4ea-4cea-9004-5bd2ded89b19', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b16d1bb5-e4ea-4cea-9004-5bd2ded89b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:10,508 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:47:10,508 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05489332-bbce-434d-9cf1-06dfd732e492', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05489332-bbce-434d-9cf1-06dfd732e492', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:11,560 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:47:11,561 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5501ebf0-83a7-4ffc-8881-4dc5465e4b1b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5501ebf0-83a7-4ffc-8881-4dc5465e4b1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:12,636 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.071s 2022-03-23 17:47:12,636 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155a6e48-f7ec-49b7-9db3-7d6fbc0e2df2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155a6e48-f7ec-49b7-9db3-7d6fbc0e2df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:13,687 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:47:13,687 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a53e60-f081-4c0c-9639-082b0552d30b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4a53e60-f081-4c0c-9639-082b0552d30b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:14,747 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:47:14,747 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c51b488f-23b5-44f8-bc63-d499b11b8eb6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c51b488f-23b5-44f8-bc63-d499b11b8eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:15,811 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:47:15,811 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e34261-8d7d-4571-b9e6-4a17aa51a45c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e34261-8d7d-4571-b9e6-4a17aa51a45c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:16,868 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:16,868 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f5d89e7-b111-40c2-a160-65f8491dc139', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f5d89e7-b111-40c2-a160-65f8491dc139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:17,929 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:47:17,929 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9251956a-a9f7-496b-a6a5-ffc506b9af44', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9251956a-a9f7-496b-a6a5-ffc506b9af44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:18,983 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:47:18,983 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7e2d4c-d74b-4080-a447-77766f2569ec', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7e2d4c-d74b-4080-a447-77766f2569ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:20,048 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:47:20,048 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b59b817-1874-436b-a27c-b49e3d3e6f78', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b59b817-1874-436b-a27c-b49e3d3e6f78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:21,114 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:47:21,115 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bb9b66-5d58-4e55-a48a-fb15ed97dab2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bb9b66-5d58-4e55-a48a-fb15ed97dab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:22,180 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:47:22,180 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d95f91-5a31-4cc2-b55e-f55f23dc4c06', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d95f91-5a31-4cc2-b55e-f55f23dc4c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:23,237 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:47:23,238 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-768a8023-8419-4e3d-bb0c-eed9e3d2a86c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-768a8023-8419-4e3d-bb0c-eed9e3d2a86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:24,316 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.075s 2022-03-23 17:47:24,316 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d263f90-8cd7-45b9-873c-33663df7d719', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d263f90-8cd7-45b9-873c-33663df7d719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:25,374 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:47:25,375 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d2488d-7a2f-4a1f-a273-d688599af683', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d2488d-7a2f-4a1f-a273-d688599af683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:26,424 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:47:26,424 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac4c589e-417f-4b9f-a140-28b09354091d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac4c589e-417f-4b9f-a140-28b09354091d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:27,491 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:47:27,492 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d193c6e3-b7af-43bd-9673-b60f901dbfad', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d193c6e3-b7af-43bd-9673-b60f901dbfad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:28,549 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:28,550 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac4cce8c-aa24-4be3-9320-01fb735737dd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac4cce8c-aa24-4be3-9320-01fb735737dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:29,616 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:47:29,616 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be217a0-3b67-4721-99df-890a4f432bd5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be217a0-3b67-4721-99df-890a4f432bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:30,852 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.232s 2022-03-23 17:47:30,852 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccff3ea7-8b4d-4b1a-a6c7-2e0fb4f5dacc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccff3ea7-8b4d-4b1a-a6c7-2e0fb4f5dacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:31,908 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:31,908 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-611786be-46bb-4e73-852a-4efbcb83a350', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-611786be-46bb-4e73-852a-4efbcb83a350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:32,951 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.038s 2022-03-23 17:47:32,951 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a728eb82-5da5-4f7b-9ff8-a94f2df75339', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a728eb82-5da5-4f7b-9ff8-a94f2df75339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:34,014 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:47:34,014 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a3f5a6-56d7-440d-8f8b-db375fc0a075', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4a3f5a6-56d7-440d-8f8b-db375fc0a075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:35,065 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:47:35,066 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ff0415-ff25-4038-ae38-098f33cfd55d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7ff0415-ff25-4038-ae38-098f33cfd55d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:36,124 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:47:36,124 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7498741b-bfd9-4ddc-a274-42a5c05f5837', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7498741b-bfd9-4ddc-a274-42a5c05f5837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:37,181 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:37,182 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82400248-5801-40fd-8b1a-ce740ea53d98', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82400248-5801-40fd-8b1a-ce740ea53d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:38,229 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:47:38,229 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75cfe6ae-a3af-4932-8935-56dd574035eb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75cfe6ae-a3af-4932-8935-56dd574035eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:39,287 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:39,287 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d104b4df-105d-4779-af38-01cc90c70857', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d104b4df-105d-4779-af38-01cc90c70857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:40,336 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:47:40,336 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158d8586-3b3a-4954-87ca-562e509ffeb4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158d8586-3b3a-4954-87ca-562e509ffeb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:41,393 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:41,394 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-744275f4-7c8a-496c-b1f2-ffd441b488ed', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-744275f4-7c8a-496c-b1f2-ffd441b488ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:42,449 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:47:42,450 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bbabab3-129e-4431-be25-7244177d5a7f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bbabab3-129e-4431-be25-7244177d5a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:43,502 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:47:43,502 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c1759a-2b03-49c5-a552-c6227069231e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c1759a-2b03-49c5-a552-c6227069231e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:44,544 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.038s 2022-03-23 17:47:44,544 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c26f4219-c950-43ee-842b-00723ee363bd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c26f4219-c950-43ee-842b-00723ee363bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:45,590 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:47:45,590 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a11152-9c1f-42dc-a6b7-88e55f1fcaf6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a11152-9c1f-42dc-a6b7-88e55f1fcaf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:46,646 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:47:46,647 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebbbb956-d5a0-4fe0-8a8c-9342bd09a87f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebbbb956-d5a0-4fe0-8a8c-9342bd09a87f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:47,698 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:47:47,699 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24cc7f82-78ae-491e-be00-af145fec76be', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24cc7f82-78ae-491e-be00-af145fec76be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:48,741 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.036s 2022-03-23 17:47:48,741 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3c18c6-864c-4122-8b90-4ecf502eaec7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3c18c6-864c-4122-8b90-4ecf502eaec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:49,806 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:47:49,806 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12105b20-6968-4ddd-8e6f-a7621ffa4a26', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12105b20-6968-4ddd-8e6f-a7621ffa4a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:50,865 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:47:50,865 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d80df47-ba99-4013-a244-a00c1012ac87', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d80df47-ba99-4013-a244-a00c1012ac87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:51,921 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:47:51,921 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89fcc1ff-dd5c-485b-a499-1b15d39342a5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89fcc1ff-dd5c-485b-a499-1b15d39342a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:52,979 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:52,979 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f716e851-8bc5-4925-82ba-a77e90a791ca', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f716e851-8bc5-4925-82ba-a77e90a791ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:54,038 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:47:54,038 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2ecd1a-421d-447d-a431-2f9450d6c391', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2ecd1a-421d-447d-a431-2f9450d6c391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:55,095 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:47:55,095 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2799be79-e1b5-43b9-b2c5-474602304507', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2799be79-e1b5-43b9-b2c5-474602304507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:56,147 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:47:56,148 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8c718a-0b7e-4e7d-a82a-8fbe6ee1f88b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8c718a-0b7e-4e7d-a82a-8fbe6ee1f88b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:57,211 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:47:57,212 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400c59e3-1a46-43b5-af0c-1542a0acf013', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400c59e3-1a46-43b5-af0c-1542a0acf013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:58,262 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:47:58,263 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db93e340-5102-4507-baf6-23218cdf5410', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db93e340-5102-4507-baf6-23218cdf5410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:47:59,341 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.074s 2022-03-23 17:47:59,341 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee1b52f-ddb0-446d-bdbc-0c0ad88ffe0a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee1b52f-ddb0-446d-bdbc-0c0ad88ffe0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:00,399 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:48:00,400 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5dfaefc-75f9-4e2b-9d2f-3d62320b6dfa', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5dfaefc-75f9-4e2b-9d2f-3d62320b6dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:01,450 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:48:01,451 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e54d88-f768-4fbd-ab85-6e85134c5a80', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e54d88-f768-4fbd-ab85-6e85134c5a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:02,518 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:48:02,518 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0689aa12-6f9b-48e7-8246-37d48294e8e5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0689aa12-6f9b-48e7-8246-37d48294e8e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:03,570 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:48:03,571 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f765228-7656-4ab8-9d40-f402779a53bf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f765228-7656-4ab8-9d40-f402779a53bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:04,629 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:48:04,629 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30712927-c25d-4bb7-9a3c-a57004ed9525', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30712927-c25d-4bb7-9a3c-a57004ed9525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:05,722 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.089s 2022-03-23 17:48:05,722 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7a901e7-9972-4081-8123-c8f45c42fedf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7a901e7-9972-4081-8123-c8f45c42fedf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:06,766 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.040s 2022-03-23 17:48:06,767 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3362d67c-98da-40e8-a921-116984638011', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3362d67c-98da-40e8-a921-116984638011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:07,818 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:48:07,819 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-397bd63c-16d8-4db6-9e1b-a87d52fa710a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-397bd63c-16d8-4db6-9e1b-a87d52fa710a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:08,878 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:48:08,879 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6275765-a352-4397-8212-bed8c1a79ec0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6275765-a352-4397-8212-bed8c1a79ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:09,939 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:48:09,939 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03d9191a-63b6-4826-a18d-4c87cc1fde2f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03d9191a-63b6-4826-a18d-4c87cc1fde2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:11,004 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:48:11,004 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd799f2-6956-44fb-8cef-b845fc1eadde', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd799f2-6956-44fb-8cef-b845fc1eadde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:12,073 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.064s 2022-03-23 17:48:12,073 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1d442d-1e53-457a-8356-2c7d1f96a60d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1d442d-1e53-457a-8356-2c7d1f96a60d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:13,131 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:48:13,131 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fced3bb4-6753-472c-bce8-fcee51a78c8e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fced3bb4-6753-472c-bce8-fcee51a78c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:14,183 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:48:14,183 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0612cc-0917-44a1-93f2-1ab6764c6afe', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0612cc-0917-44a1-93f2-1ab6764c6afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:15,252 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.065s 2022-03-23 17:48:15,253 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56cd3d11-bd79-490d-93ba-b1774a55bd05', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56cd3d11-bd79-490d-93ba-b1774a55bd05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:16,313 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:48:16,313 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d360bc3-3f6a-40fd-877e-55d8fbaa1b19', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d360bc3-3f6a-40fd-877e-55d8fbaa1b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:17,367 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:48:17,367 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a5cd7a-b019-4fcf-b6dd-8896e4a0191d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a5cd7a-b019-4fcf-b6dd-8896e4a0191d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:18,428 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:48:18,429 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-125477b4-9cf1-4fbc-b000-2b332ccee2ae', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-125477b4-9cf1-4fbc-b000-2b332ccee2ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:19,498 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.065s 2022-03-23 17:48:19,498 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b3c45a-618f-41da-864b-ff725f0cd3ac', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b3c45a-618f-41da-864b-ff725f0cd3ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:20,553 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:48:20,553 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3265b88-2f6e-41d2-b979-408ef94405ef', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3265b88-2f6e-41d2-b979-408ef94405ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:21,618 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:48:21,619 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7588f850-da8b-4a3d-a93e-bb7a865883a3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7588f850-da8b-4a3d-a93e-bb7a865883a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:22,670 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:48:22,671 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ff41a92-331f-49cf-874a-2946ba591be6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ff41a92-331f-49cf-874a-2946ba591be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:23,730 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:48:23,730 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a8b74c4-36ec-4769-8999-a5d3d85e6b21', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a8b74c4-36ec-4769-8999-a5d3d85e6b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:24,793 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:48:24,793 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8f65773-7b2c-4f6a-9fcd-2c9b747a8075', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8f65773-7b2c-4f6a-9fcd-2c9b747a8075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:25,853 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:48:25,854 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7076db-d8e0-48dd-ae0c-59225d7b383d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7076db-d8e0-48dd-ae0c-59225d7b383d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:26,920 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:48:26,921 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25cf8700-7eb7-4973-93ed-7d3ebe8aa39e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25cf8700-7eb7-4973-93ed-7d3ebe8aa39e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:27,981 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:48:27,981 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bffd16-3b28-4aaa-87d5-d4e0c129705a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bffd16-3b28-4aaa-87d5-d4e0c129705a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:29,047 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:48:29,048 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2320da1d-c92a-46dc-bda6-92453f80b0bb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2320da1d-c92a-46dc-bda6-92453f80b0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:30,099 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:48:30,099 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a96a2014-20b2-496b-85f6-11a04ee78274', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a96a2014-20b2-496b-85f6-11a04ee78274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:31,165 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.062s 2022-03-23 17:48:31,166 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2345a629-3295-4f9e-95ee-2433c9502b37', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2345a629-3295-4f9e-95ee-2433c9502b37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:32,228 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:48:32,228 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3ee905-e7a6-4cad-b578-922aae497285', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3ee905-e7a6-4cad-b578-922aae497285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:33,285 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:48:33,286 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-380c0752-0641-47d3-8d1c-7a4ba741e493', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-380c0752-0641-47d3-8d1c-7a4ba741e493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:34,344 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:48:34,344 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50db33c9-813e-4b22-8efb-43f4b047aaf8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50db33c9-813e-4b22-8efb-43f4b047aaf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:35,406 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:48:35,407 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61447f99-253c-4307-a16d-01966a890a1f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61447f99-253c-4307-a16d-01966a890a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:36,461 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:48:36,461 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae571126-129e-479a-92b5-6a2c7f80b611', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae571126-129e-479a-92b5-6a2c7f80b611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:37,519 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.054s 2022-03-23 17:48:37,519 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4b6cdb-2d0d-42fd-ad7f-f28cfc2e89eb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4b6cdb-2d0d-42fd-ad7f-f28cfc2e89eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:38,579 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:48:38,579 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18b5297b-ae24-4016-964f-d359948ed4c4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18b5297b-ae24-4016-964f-d359948ed4c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:39,635 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:48:39,636 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd5dff6-9a23-4bbe-96cd-5d64c2ae54b9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd5dff6-9a23-4bbe-96cd-5d64c2ae54b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:40,697 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:48:40,697 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72644c77-4b96-4921-ab8f-9f9cf0cddaea', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72644c77-4b96-4921-ab8f-9f9cf0cddaea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:41,766 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.065s 2022-03-23 17:48:41,767 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e870cde7-e4bc-42ba-8956-54c19a09dcea', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e870cde7-e4bc-42ba-8956-54c19a09dcea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:42,836 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.066s 2022-03-23 17:48:42,837 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579913a8-79a0-444b-967d-4992925a3b49', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579913a8-79a0-444b-967d-4992925a3b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:43,908 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.067s 2022-03-23 17:48:43,908 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cebe3d4-db19-45e5-89be-64f0fedd89fd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cebe3d4-db19-45e5-89be-64f0fedd89fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:44,956 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.044s 2022-03-23 17:48:44,957 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30cfc6c8-013a-4887-a54c-04bc635412c8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cfc6c8-013a-4887-a54c-04bc635412c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:46,014 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:48:46,015 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e19070a-e196-4403-93e3-7b32ebd52bda', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e19070a-e196-4403-93e3-7b32ebd52bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:47,082 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.063s 2022-03-23 17:48:47,082 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2337bfb8-9fdd-41bb-8f92-ca54dbabe155', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2337bfb8-9fdd-41bb-8f92-ca54dbabe155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:48,144 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:48:48,144 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5a4ad2e-6e83-4c5c-bf7c-1c7563388608', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5a4ad2e-6e83-4c5c-bf7c-1c7563388608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:49,208 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:48:49,208 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724621d3-87ea-4b48-8abf-81f0b862ff8b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724621d3-87ea-4b48-8abf-81f0b862ff8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:50,281 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.069s 2022-03-23 17:48:50,282 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e61ef5-8a70-4813-aaa5-f53acbb9fc95', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e61ef5-8a70-4813-aaa5-f53acbb9fc95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:51,482 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.194s 2022-03-23 17:48:51,482 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36cf35e9-85ac-4584-aa01-407c29d73f3c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36cf35e9-85ac-4584-aa01-407c29d73f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:52,534 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:48:52,534 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6ceb7db-a66f-40e5-a623-7728e206932d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6ceb7db-a66f-40e5-a623-7728e206932d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:53,591 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:48:53,591 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0524d60-912b-4572-8c44-aa8c2311dd29', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0524d60-912b-4572-8c44-aa8c2311dd29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:54,644 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.049s 2022-03-23 17:48:54,644 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3a14b08-8e29-47d0-a6bf-15df865fdd48', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a14b08-8e29-47d0-a6bf-15df865fdd48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:55,697 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:48:55,697 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c585ce-219d-4ee3-b4ec-224127c1f227', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c585ce-219d-4ee3-b4ec-224127c1f227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:56,754 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:48:56,754 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6271e74d-6f5c-4aa8-b0cd-1468b45e0559', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6271e74d-6f5c-4aa8-b0cd-1468b45e0559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:57,962 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.204s 2022-03-23 17:48:57,962 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f0f95e0-7b8c-4733-a085-215fc74e0c82', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f0f95e0-7b8c-4733-a085-215fc74e0c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:48:59,000 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.033s 2022-03-23 17:48:59,000 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350f9ab9-88b0-4a2c-8bd4-f8df161f6bbe', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350f9ab9-88b0-4a2c-8bd4-f8df161f6bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:00,032 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:49:00,033 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f01b4d-a429-4f4c-be5a-7bdc7ff8e68f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f01b4d-a429-4f4c-be5a-7bdc7ff8e68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:01,062 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:49:01,062 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f7288d-f586-4916-a3ac-f2d9491e8d57', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f7288d-f586-4916-a3ac-f2d9491e8d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:02,097 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:49:02,097 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cf0f374-358c-4df8-ba42-5f585b1329d8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cf0f374-358c-4df8-ba42-5f585b1329d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:03,123 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:49:03,124 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e77cf73-346a-452f-9157-96a1896b1730', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e77cf73-346a-452f-9157-96a1896b1730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:04,157 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:49:04,157 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85184b4f-58c5-4c55-baf2-40a369f22c26', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85184b4f-58c5-4c55-baf2-40a369f22c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:05,188 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:49:05,189 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0493590f-3f94-40f0-8a81-e11919dff446', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0493590f-3f94-40f0-8a81-e11919dff446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:06,245 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:49:06,245 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ebffe7-4814-4dba-97a5-71b40e54f396', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ebffe7-4814-4dba-97a5-71b40e54f396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:07,292 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:49:07,293 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-153cc7e7-826a-4e7a-bf99-ed8850c82222', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-153cc7e7-826a-4e7a-bf99-ed8850c82222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:08,348 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:49:08,348 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45eef8c-d8fb-48f7-af02-0a4fdc0753b0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45eef8c-d8fb-48f7-af02-0a4fdc0753b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:09,395 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:49:09,396 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11555382-8943-4176-8e9c-aa1be1b76a7c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11555382-8943-4176-8e9c-aa1be1b76a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:10,441 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.040s 2022-03-23 17:49:10,441 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc67c69e-0fd3-4acc-bc8a-120ef5ce12cf', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc67c69e-0fd3-4acc-bc8a-120ef5ce12cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:11,496 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:49:11,496 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75d79f8b-150e-4527-beb8-a63e5c6a3f7b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75d79f8b-150e-4527-beb8-a63e5c6a3f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:12,558 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:49:12,558 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d87afe9-9433-4952-b264-9ea8eee13406', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d87afe9-9433-4952-b264-9ea8eee13406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:13,619 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:49:13,619 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02000f65-4fd2-4eb9-9dc8-1072c3fda386', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02000f65-4fd2-4eb9-9dc8-1072c3fda386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:14,688 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.064s 2022-03-23 17:49:14,688 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee4e648-20a0-4d09-97ef-a7316e5b1c7e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee4e648-20a0-4d09-97ef-a7316e5b1c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:15,751 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:49:15,752 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b031c6-a093-4446-a6d3-0f481b66efff', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b031c6-a093-4446-a6d3-0f481b66efff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:16,808 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:49:16,809 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bee67bb7-68a5-4d98-bc70-d9339ac51ff2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bee67bb7-68a5-4d98-bc70-d9339ac51ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:17,873 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.060s 2022-03-23 17:49:17,873 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c4acd8-d2a0-48af-a200-813a0636ff76', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57c4acd8-d2a0-48af-a200-813a0636ff76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:18,929 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:49:18,930 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3303652-7424-4af5-b47b-d739364dc110', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3303652-7424-4af5-b47b-d739364dc110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:20,003 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.070s 2022-03-23 17:49:20,004 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-187d6ba2-ebc5-4457-b6a3-55a75a9723d4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-187d6ba2-ebc5-4457-b6a3-55a75a9723d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:21,047 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.039s 2022-03-23 17:49:21,047 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f8d66c-0418-4160-8d1e-745d43b69c00', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f8d66c-0418-4160-8d1e-745d43b69c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:22,118 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.067s 2022-03-23 17:49:22,118 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60d3698-2607-4a94-bfab-81f165ed611a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60d3698-2607-4a94-bfab-81f165ed611a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:23,171 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:49:23,171 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8c1717-15ff-4223-8f71-64629754e08e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8c1717-15ff-4223-8f71-64629754e08e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:24,237 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:49:24,237 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-857df1c1-556a-4e52-8853-466328df7a27', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-857df1c1-556a-4e52-8853-466328df7a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:25,299 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:49:25,299 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e8a00e-fbcd-4c55-9c24-e703d954b23e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e8a00e-fbcd-4c55-9c24-e703d954b23e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:26,378 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.075s 2022-03-23 17:49:26,378 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80405f5-955d-4110-a42c-cd10a9b695e1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80405f5-955d-4110-a42c-cd10a9b695e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:27,429 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:49:27,430 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d0eb1f-e616-445b-aedd-bb9e0cd14eee', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d0eb1f-e616-445b-aedd-bb9e0cd14eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:28,472 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.039s 2022-03-23 17:49:28,473 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f65d89-9090-4e20-bf62-ea0f1305f2dd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f65d89-9090-4e20-bf62-ea0f1305f2dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:29,706 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.230s 2022-03-23 17:49:29,707 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daf0861f-e836-4903-a947-73109f2447dd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daf0861f-e836-4903-a947-73109f2447dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:30,873 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.163s 2022-03-23 17:49:30,874 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b50d7ec2-790f-43e6-bb2a-6edb44c6da7c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b50d7ec2-790f-43e6-bb2a-6edb44c6da7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:31,925 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.047s 2022-03-23 17:49:31,925 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d8d803-378a-43db-87a8-4a1806d68fd8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d8d803-378a-43db-87a8-4a1806d68fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:32,982 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:49:32,982 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc2295c-8174-4fae-aeee-e933a3d188dc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc2295c-8174-4fae-aeee-e933a3d188dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:34,031 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:49:34,031 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f06d88-31b9-4aa7-8e37-2b793fae5fd9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f06d88-31b9-4aa7-8e37-2b793fae5fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:35,092 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:49:35,092 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fea6509-0432-4318-b96b-56b9eb28a039', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fea6509-0432-4318-b96b-56b9eb28a039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:36,143 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.046s 2022-03-23 17:49:36,143 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecee3dc9-3bdb-44da-8874-95647a35fbf2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecee3dc9-3bdb-44da-8874-95647a35fbf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:37,188 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.040s 2022-03-23 17:49:37,188 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da516e05-678e-4743-8579-698d7a198bcc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da516e05-678e-4743-8579-698d7a198bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:38,248 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.056s 2022-03-23 17:49:38,248 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-386c287e-d7e9-4223-8c8d-8e5cc7f19216', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-386c287e-d7e9-4223-8c8d-8e5cc7f19216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:39,296 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.043s 2022-03-23 17:49:39,296 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40585d81-44a6-4a6f-ab0a-db9c6462f400', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40585d81-44a6-4a6f-ab0a-db9c6462f400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:40,341 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.042s 2022-03-23 17:49:40,341 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75bd15bc-b59f-4443-8bc2-5e9837a77d0f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75bd15bc-b59f-4443-8bc2-5e9837a77d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:41,390 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.045s 2022-03-23 17:49:41,390 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9576e8d-a259-43ee-bf9d-a359b3f2f5eb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9576e8d-a259-43ee-bf9d-a359b3f2f5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:42,444 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.051s 2022-03-23 17:49:42,445 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788e7ce8-ed5a-48e7-aace-530f0608f138', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788e7ce8-ed5a-48e7-aace-530f0608f138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:43,510 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.061s 2022-03-23 17:49:43,510 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7219f59b-6455-4824-ad46-b7fda172b75f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7219f59b-6455-4824-ad46-b7fda172b75f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:44,566 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.053s 2022-03-23 17:49:44,567 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b66ec912-79fb-4e4a-9dd1-82a4a9b81620', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b66ec912-79fb-4e4a-9dd1-82a4a9b81620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:45,647 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.076s 2022-03-23 17:49:45,648 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda5c5dd-2b89-496f-a39d-370c6d2de2fd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda5c5dd-2b89-496f-a39d-370c6d2de2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:46,702 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:49:46,702 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a4679e0-6d0d-4690-b6e4-2fa6fbd49842', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a4679e0-6d0d-4690-b6e4-2fa6fbd49842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:47,763 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.057s 2022-03-23 17:49:47,764 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86362b31-8c6c-4c4a-8d55-99da223ab329', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86362b31-8c6c-4c4a-8d55-99da223ab329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:48,826 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.058s 2022-03-23 17:49:48,826 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c50a6fb4-7017-4cc2-9810-606f27ba34f2', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c50a6fb4-7017-4cc2-9810-606f27ba34f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:49,851 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.021s 2022-03-23 17:49:49,852 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee80976-51f7-42e5-8251-1257cc07dd83', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee80976-51f7-42e5-8251-1257cc07dd83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:50,878 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:49:50,878 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee916d3-6def-4844-9e75-245fc32dc318', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee916d3-6def-4844-9e75-245fc32dc318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:51,942 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.059s 2022-03-23 17:49:51,942 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea45640-6446-4778-9164-1279e2a02185', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea45640-6446-4778-9164-1279e2a02185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:52,993 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:49:52,993 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54101fe5-c330-4d8a-9d9e-1038d4785121', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54101fe5-c330-4d8a-9d9e-1038d4785121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:54,046 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.048s 2022-03-23 17:49:54,046 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4fdfb2-60dd-4a96-b6f8-a152da148c23', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4fdfb2-60dd-4a96-b6f8-a152da148c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:55,074 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:49:55,075 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44448188-8671-49f1-bbb1-10135f3a08e1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44448188-8671-49f1-bbb1-10135f3a08e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:56,116 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.036s 2022-03-23 17:49:56,116 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1581fdcd-aba0-417c-bc7d-5ed7f668238b', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1581fdcd-aba0-417c-bc7d-5ed7f668238b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:57,148 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:49:57,149 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b64b77-3944-473a-ba16-ab75269df407', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b64b77-3944-473a-ba16-ab75269df407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:58,186 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.033s 2022-03-23 17:49:58,186 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc3dc14-c36d-43b4-badb-a622b31e5d36', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc3dc14-c36d-43b4-badb-a622b31e5d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:49:59,220 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:49:59,221 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d39eee15-f00b-4995-b789-70b46b9b1d5c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d39eee15-f00b-4995-b789-70b46b9b1d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:00,248 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:50:00,249 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f9e159-adec-4b30-8a81-4df6d8dbcf2a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f9e159-adec-4b30-8a81-4df6d8dbcf2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:01,283 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:50:01,283 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae45d02-035a-46b4-9a7f-9ae88a389aa1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae45d02-035a-46b4-9a7f-9ae88a389aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:02,312 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:50:02,313 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dffcdb18-1cf9-451d-af48-618f0d1e1a27', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dffcdb18-1cf9-451d-af48-618f0d1e1a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:03,352 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.035s 2022-03-23 17:50:03,352 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6edadb2a-cbca-479f-9c6b-f751f2b429ee', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6edadb2a-cbca-479f-9c6b-f751f2b429ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:04,383 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:50:04,383 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fbbea74-395a-492f-b569-784e609b2da9', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fbbea74-395a-492f-b569-784e609b2da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:05,419 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:50:05,420 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558f0115-987f-43bd-b124-fbf5ea0b3dcc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558f0115-987f-43bd-b124-fbf5ea0b3dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:06,448 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:50:06,448 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627e0c32-52a2-4709-a038-3900aac8efc5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627e0c32-52a2-4709-a038-3900aac8efc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:07,475 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:50:07,475 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-126a2c08-a6c1-49c1-9165-69a01228c145', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-126a2c08-a6c1-49c1-9165-69a01228c145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:08,512 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.033s 2022-03-23 17:50:08,513 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317eaa00-d32b-47a0-9208-8c70fc6f7426', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317eaa00-d32b-47a0-9208-8c70fc6f7426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:09,542 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.025s 2022-03-23 17:50:09,542 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-114942fb-377f-4775-88fc-8b822287e365', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-114942fb-377f-4775-88fc-8b822287e365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:10,577 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:50:10,578 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58740537-9b3a-4a17-bdf6-f34301031093', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58740537-9b3a-4a17-bdf6-f34301031093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:11,610 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:50:11,611 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78d8d15-f661-47d5-ba89-d7246e4d35a3', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78d8d15-f661-47d5-ba89-d7246e4d35a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:12,651 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.035s 2022-03-23 17:50:12,651 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11dc357-809b-4641-8506-f96d276867f7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11dc357-809b-4641-8506-f96d276867f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:13,684 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:50:13,685 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2461407-e1d6-4d8f-bdbb-c7da9f52099e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2461407-e1d6-4d8f-bdbb-c7da9f52099e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:14,720 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:50:14,720 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b5e4b5f-1e32-4cad-874f-1a50619ee644', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b5e4b5f-1e32-4cad-874f-1a50619ee644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:15,760 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.036s 2022-03-23 17:50:15,760 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c43864ca-f4b8-4d1f-a0de-f0102cf91429', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c43864ca-f4b8-4d1f-a0de-f0102cf91429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:16,796 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.032s 2022-03-23 17:50:16,797 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dc14045-d02e-4fd5-8556-d643960f13a1', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dc14045-d02e-4fd5-8556-d643960f13a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:17,825 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.024s 2022-03-23 17:50:17,825 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a974229a-c8a4-4ba2-816a-c613fb0b1a2f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a974229a-c8a4-4ba2-816a-c613fb0b1a2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:18,860 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:50:18,861 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8d56dd-d452-45fd-8a78-52c549cbe218', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8d56dd-d452-45fd-8a78-52c549cbe218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:19,900 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.035s 2022-03-23 17:50:19,900 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d855cb7e-c8d0-494a-9333-b64905e11cc5', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d855cb7e-c8d0-494a-9333-b64905e11cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:20,942 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.037s 2022-03-23 17:50:20,942 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6f88eb-1a4a-46ef-93fe-5a78081cf694', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6f88eb-1a4a-46ef-93fe-5a78081cf694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:21,980 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:50:21,981 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989b5fd9-f420-4fe7-804b-9c1aa6f4aa71', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989b5fd9-f420-4fe7-804b-9c1aa6f4aa71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:23,015 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:50:23,015 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccaa4c9b-4b7f-4286-a477-5c87d72f3417', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccaa4c9b-4b7f-4286-a477-5c87d72f3417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:24,051 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:50:24,051 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a15b24-84fd-498b-9847-100d88d4dcbb', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a15b24-84fd-498b-9847-100d88d4dcbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:25,083 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:50:25,084 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f9c1b06-ae33-4134-89d8-fd123f8b1750', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f9c1b06-ae33-4134-89d8-fd123f8b1750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:26,122 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:50:26,122 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e97806-3cd8-4155-9fa6-ef2b12a7458e', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e97806-3cd8-4155-9fa6-ef2b12a7458e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:27,152 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:50:27,153 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a402b67a-e91a-43e0-9283-250da181908c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a402b67a-e91a-43e0-9283-250da181908c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:28,189 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.033s 2022-03-23 17:50:28,190 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cc878bf-278a-4ae4-8def-4810cc5dfbdc', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cc878bf-278a-4ae4-8def-4810cc5dfbdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:29,224 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:50:29,225 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8c9ad78-6ba7-4f67-8f58-c652730596d0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8c9ad78-6ba7-4f67-8f58-c652730596d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:30,267 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.037s 2022-03-23 17:50:30,267 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6042a224-110a-4153-b398-028c0e5e4434', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6042a224-110a-4153-b398-028c0e5e4434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:31,296 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.026s 2022-03-23 17:50:31,297 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0147b611-690f-4a82-8439-516f3cd8d87d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0147b611-690f-4a82-8439-516f3cd8d87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:32,323 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:50:32,324 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6287df-7c76-4194-86ad-d5cd492c638d', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6287df-7c76-4194-86ad-d5cd492c638d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:33,350 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:50:33,350 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d76bdb-8e68-41f8-8b27-affdff38ce46', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d76bdb-8e68-41f8-8b27-affdff38ce46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:34,381 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:50:34,382 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc5ca6a-e345-4a21-b513-e268c5a6f68f', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc5ca6a-e345-4a21-b513-e268c5a6f68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:35,420 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:50:35,420 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de71d6c-b8f9-4369-b9b4-40e7de9fcb2c', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de71d6c-b8f9-4369-b9b4-40e7de9fcb2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:36,446 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:50:36,447 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a005902-6688-4d4d-8d2a-a0f5b814db81', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a005902-6688-4d4d-8d2a-a0f5b814db81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:37,474 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:50:37,475 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6cf140-0841-4ac9-a9f5-64fb81002f49', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6cf140-0841-4ac9-a9f5-64fb81002f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:38,510 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.031s 2022-03-23 17:50:38,511 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132b0919-3162-42d6-981c-863a31a8fff7', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132b0919-3162-42d6-981c-863a31a8fff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:39,544 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.029s 2022-03-23 17:50:39,544 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdcf84d2-1b3d-4277-b25f-04e63e0d1417', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdcf84d2-1b3d-4277-b25f-04e63e0d1417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:40,577 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.028s 2022-03-23 17:50:40,577 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ecde77f-4328-4f4a-9e27-7b6b7b54b555', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ecde77f-4328-4f4a-9e27-7b6b7b54b555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:41,603 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:50:41,603 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f451e725-81ca-4768-8b21-9f8801d67fc4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f451e725-81ca-4768-8b21-9f8801d67fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:42,638 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.030s 2022-03-23 17:50:42,638 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fbeabcc-abe9-4017-b69e-94256f67f2bd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fbeabcc-abe9-4017-b69e-94256f67f2bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:43,664 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.022s 2022-03-23 17:50:43,664 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1c7fba-593c-413d-ace9-84d7bdb890a0', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1c7fba-593c-413d-ace9-84d7bdb890a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:44,708 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.040s 2022-03-23 17:50:44,709 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d54be443-8505-45bc-aaa6-5a207a9e3bf8', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d54be443-8505-45bc-aaa6-5a207a9e3bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:45,753 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:50:45,754 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aff5c62-3b0d-4358-9c0c-f425e624e403', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aff5c62-3b0d-4358-9c0c-f425e624e403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:46,822 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.065s 2022-03-23 17:50:46,822 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53838152-daf2-4212-b2fb-f3641c00e0a4', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53838152-daf2-4212-b2fb-f3641c00e0a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:47,876 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.050s 2022-03-23 17:50:47,876 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a4b0bb7-7ade-4e38-a480-323ab84755cd', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a4b0bb7-7ade-4e38-a480-323ab84755cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:48,932 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.052s 2022-03-23 17:50:48,933 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98aed56b-ab11-4229-8bbe-5bb0cab45129', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98aed56b-ab11-4229-8bbe-5bb0cab45129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:49,992 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.055s 2022-03-23 17:50:49,992 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6866a048-14a1-4011-be4a-abdd4d2f6946', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6866a048-14a1-4011-be4a-abdd4d2f6946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:51,037 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.041s 2022-03-23 17:50:51,037 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4ee685-85b1-4a3b-8a91-e5afe3e6af41', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4ee685-85b1-4a3b-8a91-e5afe3e6af41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:52,064 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:50:52,064 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d941c4-5908-4803-b0e9-ec39084e1179', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d941c4-5908-4803-b0e9-ec39084e1179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:53,092 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.023s 2022-03-23 17:50:53,092 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aacbb758-3f81-4443-b8cd-329b460de935', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aacbb758-3f81-4443-b8cd-329b460de935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:54,124 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:50:54,124 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c60308-15c5-4de8-a199-722f259b065a', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c60308-15c5-4de8-a199-722f259b065a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:55,162 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.034s 2022-03-23 17:50:55,163 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54b6f908-e444-48db-accd-cf95a35c8d68', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54b6f908-e444-48db-accd-cf95a35c8d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:56,202 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.035s 2022-03-23 17:50:56,203 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c8df38-4f13-4361-8197-675add9bbeff', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c8df38-4f13-4361-8197-675add9bbeff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:57,235 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f 0.027s 2022-03-23 17:50:57,235 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee83325b-c59c-4e9d-a7a1-4861259938e6', 'content-length': '440', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee83325b-c59c-4e9d-a7a1-4861259938e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/snapshots/7c0030a3-90f5-4934-b8bb-d07b65b8328f'} Body: b'{"snapshot": {"id": "7c0030a3-90f5-4934-b8bb-d07b65b8328f", "created_at": "2022-03-23T17:38:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-snapshot-1492625035", "description": null, "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "2aa787500053466faed7680c3c3b3f20", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-03-23 17:50:58,347 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/floatingips/02c26516-6478-4144-b6d5-92e20986c07a 1.109s 2022-03-23 17:50:58,347 117770 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-608b854c-1615-4731-bdce-15ba9493a54f', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:50:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/02c26516-6478-4144-b6d5-92e20986c07a'} Body: b'' 2022-03-23 17:50:58,503 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.155s 2022-03-23 17:50:58,503 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:58 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-756f2b65-98a6-4a35-8a29-4bff4b42313e', 'x-compute-request-id': 'req-756f2b65-98a6-4a35-8a29-4bff4b42313e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'' 2022-03-23 17:50:58,782 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.278s 2022-03-23 17:50:58,782 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1580', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a03330e-9a93-4303-8112-ed4558df1a6c', 'x-compute-request-id': 'req-4a03330e-9a93-4303-8112-ed4558df1a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:d7:b2"}, {"version": 4, "addr": "172.27.2.210", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:d7:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1472276391"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:50:59,942 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.150s 2022-03-23 17:50:59,943 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1393', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-761db4e9-3951-44f6-a54c-a90aedd2ae58', 'x-compute-request-id': 'req-761db4e9-3951-44f6-a54c-a90aedd2ae58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {"tempest-TestVolumeBootPattern-1168565444-network": [{"version": 4, "addr": "172.20.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:d7:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:01,046 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:51:01,047 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a23c46a2-5125-4b20-951e-90766f505a7f', 'x-compute-request-id': 'req-a23c46a2-5125-4b20-951e-90766f505a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:02,160 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:51:02,161 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4088a4ca-9a5b-41b5-81ae-d2c7fcc3192b', 'x-compute-request-id': 'req-4088a4ca-9a5b-41b5-81ae-d2c7fcc3192b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:03,266 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:51:03,266 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0fd24b4-395d-40f1-b4a5-c31f5b7d1ea1', 'x-compute-request-id': 'req-e0fd24b4-395d-40f1-b4a5-c31f5b7d1ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:04,366 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:51:04,367 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4be560e1-522d-4062-a944-4e148195f189', 'x-compute-request-id': 'req-4be560e1-522d-4062-a944-4e148195f189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:05,466 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:51:05,467 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e08b71c5-0d3b-4d6b-9521-dcd324b81d56', 'x-compute-request-id': 'req-e08b71c5-0d3b-4d6b-9521-dcd324b81d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:06,577 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.101s 2022-03-23 17:51:06,577 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91bbcc43-58b6-4062-9f4a-3ae3e5045422', 'x-compute-request-id': 'req-91bbcc43-58b6-4062-9f4a-3ae3e5045422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:07,684 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:51:07,684 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a8f4c3d-5679-4a93-a90b-74464d6ae072', 'x-compute-request-id': 'req-4a8f4c3d-5679-4a93-a90b-74464d6ae072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:08,799 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.106s 2022-03-23 17:51:08,800 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc9732ba-0fda-4556-9715-376323981f64', 'x-compute-request-id': 'req-dc9732ba-0fda-4556-9715-376323981f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:09,907 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:51:09,907 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19a33f98-5854-484a-b29e-beb2f5ecb3de', 'x-compute-request-id': 'req-19a33f98-5854-484a-b29e-beb2f5ecb3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:11,016 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:51:11,017 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62029892-0b7e-4d7e-a8a3-58d282f1676a', 'x-compute-request-id': 'req-62029892-0b7e-4d7e-a8a3-58d282f1676a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:12,115 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:51:12,115 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbaafa30-c3fd-44a5-941e-dbc78f2531f3', 'x-compute-request-id': 'req-bbaafa30-c3fd-44a5-941e-dbc78f2531f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:13,211 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:51:13,211 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aba3ed8-ab6e-4cad-b31e-2da4d1cd48b6', 'x-compute-request-id': 'req-9aba3ed8-ab6e-4cad-b31e-2da4d1cd48b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:14,310 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:51:14,311 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe36c457-98db-4109-9b99-0a2a4c4205b9', 'x-compute-request-id': 'req-fe36c457-98db-4109-9b99-0a2a4c4205b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:15,408 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:51:15,409 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bae2cde-b847-4439-b946-a6ca11a0914a', 'x-compute-request-id': 'req-8bae2cde-b847-4439-b946-a6ca11a0914a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:16,501 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.084s 2022-03-23 17:51:16,502 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00677d03-c1a9-4d74-811b-b8e9cef2b25e', 'x-compute-request-id': 'req-00677d03-c1a9-4d74-811b-b8e9cef2b25e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:17,599 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:51:17,600 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be44b2fc-25e1-43a1-b2af-da288aba23d5', 'x-compute-request-id': 'req-be44b2fc-25e1-43a1-b2af-da288aba23d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:18,706 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:51:18,706 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8244619-58b2-4e6e-a4c5-e1034d48d319', 'x-compute-request-id': 'req-b8244619-58b2-4e6e-a4c5-e1034d48d319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:19,806 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:51:19,807 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1fc519e-f54a-45d4-9b3d-248d73f5107d', 'x-compute-request-id': 'req-c1fc519e-f54a-45d4-9b3d-248d73f5107d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:20,899 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.084s 2022-03-23 17:51:20,899 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d285220-072b-4f05-9b4c-5c4efd781b43', 'x-compute-request-id': 'req-9d285220-072b-4f05-9b4c-5c4efd781b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:21,997 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:51:21,998 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b48126-715d-4c11-a0cc-7553c2d593ed', 'x-compute-request-id': 'req-d8b48126-715d-4c11-a0cc-7553c2d593ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:23,104 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:51:23,104 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a751a462-3b01-4fcf-884c-b50ce7434f0a', 'x-compute-request-id': 'req-a751a462-3b01-4fcf-884c-b50ce7434f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:24,205 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:51:24,205 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a31b808-b4ed-4e6f-8d78-edce6c17518f', 'x-compute-request-id': 'req-1a31b808-b4ed-4e6f-8d78-edce6c17518f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:25,318 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:51:25,319 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e190b8b3-fad7-4728-845c-bfc2fb7c12d5', 'x-compute-request-id': 'req-e190b8b3-fad7-4728-845c-bfc2fb7c12d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:26,417 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:51:26,418 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d98e41b8-e285-4fbf-80f5-9386256d17f2', 'x-compute-request-id': 'req-d98e41b8-e285-4fbf-80f5-9386256d17f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:27,512 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.085s 2022-03-23 17:51:27,512 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afb4d5c0-5fd6-4b1e-b5b9-993b212e961e', 'x-compute-request-id': 'req-afb4d5c0-5fd6-4b1e-b5b9-993b212e961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:28,625 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:51:28,625 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2ff1e3d-4e3c-4d18-a2bc-a49095d770ef', 'x-compute-request-id': 'req-a2ff1e3d-4e3c-4d18-a2bc-a49095d770ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:29,725 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:51:29,725 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf184ba8-f6d4-466b-938c-a74018721ee5', 'x-compute-request-id': 'req-cf184ba8-f6d4-466b-938c-a74018721ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:30,829 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:51:30,829 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c547e9f-967c-47ad-94f5-b242e453a4f8', 'x-compute-request-id': 'req-0c547e9f-967c-47ad-94f5-b242e453a4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:31,931 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:51:31,932 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9f0f3c9-f59f-4660-98cd-85f3d2f61dcb', 'x-compute-request-id': 'req-f9f0f3c9-f59f-4660-98cd-85f3d2f61dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:33,037 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:51:33,038 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-221daf61-f602-4541-803d-060c62e0b127', 'x-compute-request-id': 'req-221daf61-f602-4541-803d-060c62e0b127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:34,142 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:51:34,142 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96865e3d-9c83-46f4-b3d4-79a865e4272e', 'x-compute-request-id': 'req-96865e3d-9c83-46f4-b3d4-79a865e4272e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:35,265 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.113s 2022-03-23 17:51:35,265 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62afa691-1814-4bbe-88a0-8733c9e0a3fe', 'x-compute-request-id': 'req-62afa691-1814-4bbe-88a0-8733c9e0a3fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:36,374 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:51:36,374 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2446620f-2ae7-4141-9465-83e73ef347a1', 'x-compute-request-id': 'req-2446620f-2ae7-4141-9465-83e73ef347a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:37,476 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:51:37,476 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cb97723-623e-4ba1-b194-89af6bc1a27c', 'x-compute-request-id': 'req-9cb97723-623e-4ba1-b194-89af6bc1a27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:38,571 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:51:38,572 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb80d7cf-6394-49cc-a821-1cd38df91d88', 'x-compute-request-id': 'req-fb80d7cf-6394-49cc-a821-1cd38df91d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:39,671 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:51:39,671 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4c2eb2e-5551-49b7-a8ce-c8a5d5f6a3c0', 'x-compute-request-id': 'req-b4c2eb2e-5551-49b7-a8ce-c8a5d5f6a3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:40,773 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:51:40,773 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dab209cc-adb5-48fb-baf7-ba43031ed8d1', 'x-compute-request-id': 'req-dab209cc-adb5-48fb-baf7-ba43031ed8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:41,870 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:51:41,871 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3f5c50-547f-411d-a240-7efd38dbadd4', 'x-compute-request-id': 'req-fc3f5c50-547f-411d-a240-7efd38dbadd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:42,988 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.109s 2022-03-23 17:51:42,989 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad2f9356-17b9-4bf4-8d5d-671006d78049', 'x-compute-request-id': 'req-ad2f9356-17b9-4bf4-8d5d-671006d78049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:44,095 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:51:44,095 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee4f1262-2422-4ae0-96b0-0a48607b29c2', 'x-compute-request-id': 'req-ee4f1262-2422-4ae0-96b0-0a48607b29c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:45,202 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:51:45,202 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00a48809-3be6-4e27-9909-0be54709c72b', 'x-compute-request-id': 'req-00a48809-3be6-4e27-9909-0be54709c72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:46,302 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:51:46,302 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ed804b6-bb9f-4525-aae4-d330ba352e6a', 'x-compute-request-id': 'req-2ed804b6-bb9f-4525-aae4-d330ba352e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:47,403 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:51:47,404 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0864aa9f-be51-4107-a1df-8058ebdf2dfc', 'x-compute-request-id': 'req-0864aa9f-be51-4107-a1df-8058ebdf2dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:48,499 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:51:48,500 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29d4f29a-eec0-4404-9f7e-d8fde4e93ec4', 'x-compute-request-id': 'req-29d4f29a-eec0-4404-9f7e-d8fde4e93ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:49,599 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:51:49,599 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de7a265b-1a8e-41f1-969d-ec42d680dc17', 'x-compute-request-id': 'req-de7a265b-1a8e-41f1-969d-ec42d680dc17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:50,695 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:51:50,695 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83544bee-587c-4464-9760-21a71171501f', 'x-compute-request-id': 'req-83544bee-587c-4464-9760-21a71171501f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:51,806 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.103s 2022-03-23 17:51:51,807 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49389c1f-7e77-4d45-af60-40abd2bebc67', 'x-compute-request-id': 'req-49389c1f-7e77-4d45-af60-40abd2bebc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:52,918 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.103s 2022-03-23 17:51:52,919 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f43b226-6050-48c5-9f5d-527a8d9f5f5a', 'x-compute-request-id': 'req-8f43b226-6050-48c5-9f5d-527a8d9f5f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:54,015 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:51:54,015 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b19abcce-471d-424c-85da-1acb401c79b6', 'x-compute-request-id': 'req-b19abcce-471d-424c-85da-1acb401c79b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:55,117 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:51:55,117 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fe856bf-cc7f-46a0-b5a9-9dadacdedda7', 'x-compute-request-id': 'req-2fe856bf-cc7f-46a0-b5a9-9dadacdedda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:56,219 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:51:56,219 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a502d784-3f73-44e2-9ac8-cc70a1436d49', 'x-compute-request-id': 'req-a502d784-3f73-44e2-9ac8-cc70a1436d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:57,323 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:51:57,323 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-104f8b81-6b56-4b03-bbc4-e11e4e3c81cf', 'x-compute-request-id': 'req-104f8b81-6b56-4b03-bbc4-e11e4e3c81cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:58,430 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.099s 2022-03-23 17:51:58,431 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c45adf22-077f-4b67-b4fc-dd0c60661df4', 'x-compute-request-id': 'req-c45adf22-077f-4b67-b4fc-dd0c60661df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:51:59,536 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:51:59,537 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5af6a21-9145-4ded-bff1-fe9ddf1c6aa7', 'x-compute-request-id': 'req-d5af6a21-9145-4ded-bff1-fe9ddf1c6aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:00,645 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:52:00,645 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-034774e7-6ebd-476a-bfb2-0e600e584593', 'x-compute-request-id': 'req-034774e7-6ebd-476a-bfb2-0e600e584593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:01,749 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:52:01,749 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6efa4e05-eeed-4a77-b401-b7ec09f874cc', 'x-compute-request-id': 'req-6efa4e05-eeed-4a77-b401-b7ec09f874cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:02,847 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:52:02,847 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae10789-9622-4ade-8565-5936c7b5de69', 'x-compute-request-id': 'req-1ae10789-9622-4ade-8565-5936c7b5de69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:03,952 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:52:03,952 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a5cc5b1-adfc-4c69-9f95-d534edc15ff3', 'x-compute-request-id': 'req-8a5cc5b1-adfc-4c69-9f95-d534edc15ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:05,056 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:52:05,056 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2d36e16-dbdf-419f-b559-c6d262c37998', 'x-compute-request-id': 'req-d2d36e16-dbdf-419f-b559-c6d262c37998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:06,171 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.106s 2022-03-23 17:52:06,171 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bfd38cb-cdea-4456-bf1f-03c92da4fe9d', 'x-compute-request-id': 'req-0bfd38cb-cdea-4456-bf1f-03c92da4fe9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:07,291 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.110s 2022-03-23 17:52:07,291 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b03fd4-009c-4c75-9841-67377ad43aec', 'x-compute-request-id': 'req-c0b03fd4-009c-4c75-9841-67377ad43aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:08,407 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.108s 2022-03-23 17:52:08,408 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7a18b4b-ae12-48ab-9c1a-cbe942ca1b4f', 'x-compute-request-id': 'req-f7a18b4b-ae12-48ab-9c1a-cbe942ca1b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:09,525 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.109s 2022-03-23 17:52:09,526 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b3eabed-2ff6-4a1d-8b3d-4dd5b9d67dcb', 'x-compute-request-id': 'req-3b3eabed-2ff6-4a1d-8b3d-4dd5b9d67dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:10,642 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.107s 2022-03-23 17:52:10,642 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82569e40-6785-4c90-9e62-5a75f85c664e', 'x-compute-request-id': 'req-82569e40-6785-4c90-9e62-5a75f85c664e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:11,742 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:52:11,742 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58bb04f0-6784-43d6-a32f-a6253b4fd942', 'x-compute-request-id': 'req-58bb04f0-6784-43d6-a32f-a6253b4fd942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:12,838 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:52:12,838 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73c60a64-da0d-447e-ab47-8b3decbde354', 'x-compute-request-id': 'req-73c60a64-da0d-447e-ab47-8b3decbde354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:13,935 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:52:13,936 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04aae49b-fb9d-4bf4-91d7-b99d81428807', 'x-compute-request-id': 'req-04aae49b-fb9d-4bf4-91d7-b99d81428807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:15,040 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:52:15,040 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0615323e-b412-4a87-ab57-5092a92785bb', 'x-compute-request-id': 'req-0615323e-b412-4a87-ab57-5092a92785bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:16,146 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:52:16,147 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a36e1cd-5a82-4286-8145-3cdde6f2d1f4', 'x-compute-request-id': 'req-3a36e1cd-5a82-4286-8145-3cdde6f2d1f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:17,253 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:52:17,254 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77eaf6e1-a537-44a6-aa35-9f4f84e8005f', 'x-compute-request-id': 'req-77eaf6e1-a537-44a6-aa35-9f4f84e8005f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:18,369 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.108s 2022-03-23 17:52:18,370 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-811f8056-8c17-415b-86ec-19650fbdb790', 'x-compute-request-id': 'req-811f8056-8c17-415b-86ec-19650fbdb790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:19,482 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:52:19,483 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98e5cab1-8009-46fd-a9c6-b0afa2494696', 'x-compute-request-id': 'req-98e5cab1-8009-46fd-a9c6-b0afa2494696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:20,603 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.105s 2022-03-23 17:52:20,604 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113df0c9-97f0-49a1-b39e-222f92e769d8', 'x-compute-request-id': 'req-113df0c9-97f0-49a1-b39e-222f92e769d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:21,721 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.106s 2022-03-23 17:52:21,721 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed12511c-dd06-4f4d-b877-cb45109e2c01', 'x-compute-request-id': 'req-ed12511c-dd06-4f4d-b877-cb45109e2c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:22,850 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.120s 2022-03-23 17:52:22,851 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a04333-e38f-475d-8051-71b488c32a19', 'x-compute-request-id': 'req-62a04333-e38f-475d-8051-71b488c32a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:23,952 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:52:23,953 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5f8fcb8-6ff2-41dc-bc49-16778fd1b059', 'x-compute-request-id': 'req-c5f8fcb8-6ff2-41dc-bc49-16778fd1b059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:25,051 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:52:25,052 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-511a4ce7-d1fc-4229-8861-31305326f006', 'x-compute-request-id': 'req-511a4ce7-d1fc-4229-8861-31305326f006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:26,167 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.107s 2022-03-23 17:52:26,167 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fdcdad3-c558-46b3-a852-0fc475dbf609', 'x-compute-request-id': 'req-3fdcdad3-c558-46b3-a852-0fc475dbf609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:27,265 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:52:27,266 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09f1d7e5-893e-4340-baf9-d31b3c820e84', 'x-compute-request-id': 'req-09f1d7e5-893e-4340-baf9-d31b3c820e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:28,373 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:52:28,374 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d05d8522-5f39-45ce-ba4f-e52bccd151b1', 'x-compute-request-id': 'req-d05d8522-5f39-45ce-ba4f-e52bccd151b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:29,481 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:52:29,481 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb742da-0462-472d-8a0f-2c0e3de6b54d', 'x-compute-request-id': 'req-efb742da-0462-472d-8a0f-2c0e3de6b54d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:30,577 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:52:30,577 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0c1a37e-1e92-462c-8f46-5bdeabf668e9', 'x-compute-request-id': 'req-c0c1a37e-1e92-462c-8f46-5bdeabf668e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:31,674 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:52:31,674 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04431470-881b-4fc1-8fb3-b2a0aa9eafc3', 'x-compute-request-id': 'req-04431470-881b-4fc1-8fb3-b2a0aa9eafc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:32,769 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:52:32,769 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfafa629-cfad-4370-bbd4-2cf092b63df2', 'x-compute-request-id': 'req-dfafa629-cfad-4370-bbd4-2cf092b63df2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:33,865 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:52:33,866 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f6b225-577d-4c93-bbc8-abd3f49b9e73', 'x-compute-request-id': 'req-62f6b225-577d-4c93-bbc8-abd3f49b9e73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:34,978 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.105s 2022-03-23 17:52:34,978 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b66ca2ab-3764-451b-9ab0-9a4eb39283e4', 'x-compute-request-id': 'req-b66ca2ab-3764-451b-9ab0-9a4eb39283e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:36,106 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.119s 2022-03-23 17:52:36,106 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bba80615-f272-4c7e-9a63-0f4da5eef488', 'x-compute-request-id': 'req-bba80615-f272-4c7e-9a63-0f4da5eef488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:37,215 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:52:37,216 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a173945-9058-4e7f-972a-a375a62f0bfe', 'x-compute-request-id': 'req-3a173945-9058-4e7f-972a-a375a62f0bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:38,317 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:52:38,317 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8372a80d-9137-4759-86eb-dec6ee26f212', 'x-compute-request-id': 'req-8372a80d-9137-4759-86eb-dec6ee26f212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:39,419 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:52:39,419 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12bb83f2-e494-4e25-99b7-5c32790844cb', 'x-compute-request-id': 'req-12bb83f2-e494-4e25-99b7-5c32790844cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:40,524 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:52:40,524 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36a0afb2-1946-4af5-96cf-ceb449721db3', 'x-compute-request-id': 'req-36a0afb2-1946-4af5-96cf-ceb449721db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:41,627 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:52:41,628 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67994617-d651-48a9-b930-5ec4d2113b90', 'x-compute-request-id': 'req-67994617-d651-48a9-b930-5ec4d2113b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:42,739 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:52:42,740 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5bad4d5-8ec4-4d14-8dbf-35677bae2a68', 'x-compute-request-id': 'req-f5bad4d5-8ec4-4d14-8dbf-35677bae2a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:43,840 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:52:43,840 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f37c26db-3662-42b7-93b6-d35a23a1796c', 'x-compute-request-id': 'req-f37c26db-3662-42b7-93b6-d35a23a1796c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:44,957 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.108s 2022-03-23 17:52:44,957 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74dc2768-3f8b-4a0e-962a-a3ecdf751b3e', 'x-compute-request-id': 'req-74dc2768-3f8b-4a0e-962a-a3ecdf751b3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:46,061 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:52:46,061 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85904127-1816-46f1-8e13-3417b3c79d29', 'x-compute-request-id': 'req-85904127-1816-46f1-8e13-3417b3c79d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:47,181 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.111s 2022-03-23 17:52:47,181 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb3dde75-e696-498a-97ec-46f887ed569d', 'x-compute-request-id': 'req-bb3dde75-e696-498a-97ec-46f887ed569d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:48,282 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:52:48,282 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d1e977b-22eb-4fe0-9718-f66525be6415', 'x-compute-request-id': 'req-9d1e977b-22eb-4fe0-9718-f66525be6415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:49,395 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:52:49,396 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15d207f7-9db4-4ab0-b9ae-fac14876d2fb', 'x-compute-request-id': 'req-15d207f7-9db4-4ab0-b9ae-fac14876d2fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:50,511 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.106s 2022-03-23 17:52:50,511 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b22ebf5b-bfae-484c-8159-63895ac0740b', 'x-compute-request-id': 'req-b22ebf5b-bfae-484c-8159-63895ac0740b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:51,624 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:52:51,624 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-152c9e1f-39a6-4b68-bf2b-033e6d175ea2', 'x-compute-request-id': 'req-152c9e1f-39a6-4b68-bf2b-033e6d175ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:52,719 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.085s 2022-03-23 17:52:52,719 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8d2ed3b-03a2-4e19-aa07-b084eeba121e', 'x-compute-request-id': 'req-e8d2ed3b-03a2-4e19-aa07-b084eeba121e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:53,813 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:52:53,814 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d31e3973-3264-443d-b085-cf2b24317725', 'x-compute-request-id': 'req-d31e3973-3264-443d-b085-cf2b24317725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:54,928 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:52:54,928 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf3e034c-ccfa-4431-bb3a-4ef0e1912577', 'x-compute-request-id': 'req-bf3e034c-ccfa-4431-bb3a-4ef0e1912577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:56,031 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:52:56,032 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecf42611-d639-41d8-9fce-72e06c0db164', 'x-compute-request-id': 'req-ecf42611-d639-41d8-9fce-72e06c0db164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:57,125 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.085s 2022-03-23 17:52:57,126 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b76a3283-75bd-44d9-a1af-641984dce789', 'x-compute-request-id': 'req-b76a3283-75bd-44d9-a1af-641984dce789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:58,235 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:52:58,236 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6e9928d-2f8a-40bb-aa5e-31ecbf43baa6', 'x-compute-request-id': 'req-e6e9928d-2f8a-40bb-aa5e-31ecbf43baa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:52:59,349 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:52:59,349 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86dfbbe1-a6cc-4dc7-a877-1799b3a573c3', 'x-compute-request-id': 'req-86dfbbe1-a6cc-4dc7-a877-1799b3a573c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:00,461 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.103s 2022-03-23 17:53:00,461 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bf9774a-4b94-4640-b0ad-baf476ba634c', 'x-compute-request-id': 'req-8bf9774a-4b94-4640-b0ad-baf476ba634c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:01,562 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:53:01,562 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95da01cf-79f2-4e3a-b09b-ef1b95d2ba71', 'x-compute-request-id': 'req-95da01cf-79f2-4e3a-b09b-ef1b95d2ba71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:02,661 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:53:02,661 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98835232-8578-478a-a67b-c1cb249b62f8', 'x-compute-request-id': 'req-98835232-8578-478a-a67b-c1cb249b62f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:03,765 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:53:03,766 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb6a0c34-fb87-481d-a09b-1087fcb1c983', 'x-compute-request-id': 'req-bb6a0c34-fb87-481d-a09b-1087fcb1c983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:04,868 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:53:04,869 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb8bdb81-06c5-421a-a9ef-901c4eff758d', 'x-compute-request-id': 'req-bb8bdb81-06c5-421a-a9ef-901c4eff758d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:05,974 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:53:05,975 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9786acec-be20-4b0c-8d1e-5a60c35c03dc', 'x-compute-request-id': 'req-9786acec-be20-4b0c-8d1e-5a60c35c03dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:07,070 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:53:07,070 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88c67a12-9f7e-42b1-95e7-e672b537c0d9', 'x-compute-request-id': 'req-88c67a12-9f7e-42b1-95e7-e672b537c0d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:08,174 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:53:08,174 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b752969-88e5-4bee-b0b1-60a8cdf45bf0', 'x-compute-request-id': 'req-5b752969-88e5-4bee-b0b1-60a8cdf45bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:09,274 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:53:09,274 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e8dfa96-004a-43c1-8de5-f52489092cd4', 'x-compute-request-id': 'req-9e8dfa96-004a-43c1-8de5-f52489092cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:10,382 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.099s 2022-03-23 17:53:10,383 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46804e87-1948-4ee5-bbe7-392c09dfb6bd', 'x-compute-request-id': 'req-46804e87-1948-4ee5-bbe7-392c09dfb6bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:11,486 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:53:11,486 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eda198b3-ec8e-4134-b64b-0b11c9bc9ed0', 'x-compute-request-id': 'req-eda198b3-ec8e-4134-b64b-0b11c9bc9ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:12,586 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:53:12,586 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7715cff8-5e4e-4b0f-b0f7-93adb61139ac', 'x-compute-request-id': 'req-7715cff8-5e4e-4b0f-b0f7-93adb61139ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:13,692 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:53:13,692 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1088bc07-f349-4700-b01e-a3b8487dd99f', 'x-compute-request-id': 'req-1088bc07-f349-4700-b01e-a3b8487dd99f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:14,794 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:53:14,795 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3509df83-278a-416a-97d2-53e1a8d81f43', 'x-compute-request-id': 'req-3509df83-278a-416a-97d2-53e1a8d81f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:15,902 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:53:15,903 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a07702b0-2f1a-4884-b9d8-bba4a48acb50', 'x-compute-request-id': 'req-a07702b0-2f1a-4884-b9d8-bba4a48acb50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:17,012 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:53:17,012 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c22381a3-5094-4fe3-b2c6-06e89a443a8b', 'x-compute-request-id': 'req-c22381a3-5094-4fe3-b2c6-06e89a443a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:18,370 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.349s 2022-03-23 17:53:18,371 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb9d1952-4411-4478-9872-09aac8f388bf', 'x-compute-request-id': 'req-eb9d1952-4411-4478-9872-09aac8f388bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:19,478 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:53:19,479 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4405dcaa-4244-430d-aa0e-f966e7ab1965', 'x-compute-request-id': 'req-4405dcaa-4244-430d-aa0e-f966e7ab1965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:20,589 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:53:20,590 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a0d0272-f220-47fa-b00e-7610fc92c30c', 'x-compute-request-id': 'req-0a0d0272-f220-47fa-b00e-7610fc92c30c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:21,695 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:53:21,695 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-444bc0e3-6b25-4676-a149-c23e5c39410c', 'x-compute-request-id': 'req-444bc0e3-6b25-4676-a149-c23e5c39410c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:22,801 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:53:22,801 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e466b4ae-1a64-4a9b-8989-689609172ab6', 'x-compute-request-id': 'req-e466b4ae-1a64-4a9b-8989-689609172ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:23,897 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:53:23,897 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b90d61fb-8343-4ab8-9cf2-eae36772ff0d', 'x-compute-request-id': 'req-b90d61fb-8343-4ab8-9cf2-eae36772ff0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:25,006 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.101s 2022-03-23 17:53:25,006 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a716a58-4970-4e3d-9771-2fe281ce798c', 'x-compute-request-id': 'req-2a716a58-4970-4e3d-9771-2fe281ce798c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:26,118 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.103s 2022-03-23 17:53:26,118 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5c145f3-0af8-44e5-aef4-84cfed79bc52', 'x-compute-request-id': 'req-f5c145f3-0af8-44e5-aef4-84cfed79bc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:27,220 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:53:27,221 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57c598da-0075-4efa-8999-a84f0a967fca', 'x-compute-request-id': 'req-57c598da-0075-4efa-8999-a84f0a967fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:28,327 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:53:28,328 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82ff7e64-cdf3-4045-baef-c0cd0fda4fc6', 'x-compute-request-id': 'req-82ff7e64-cdf3-4045-baef-c0cd0fda4fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:29,433 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:53:29,433 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fee195f-d468-4462-bc19-1dfa7480d283', 'x-compute-request-id': 'req-7fee195f-d468-4462-bc19-1dfa7480d283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:30,545 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:53:30,545 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1184fe57-60ea-4c2a-812b-b981f9a0cc5a', 'x-compute-request-id': 'req-1184fe57-60ea-4c2a-812b-b981f9a0cc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:31,643 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:53:31,643 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21a81ac4-5565-48b0-89db-10d7577c891d', 'x-compute-request-id': 'req-21a81ac4-5565-48b0-89db-10d7577c891d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:32,752 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:53:32,753 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69aaf254-68bc-40b4-8c9e-67bbe24d87ce', 'x-compute-request-id': 'req-69aaf254-68bc-40b4-8c9e-67bbe24d87ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:33,858 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:53:33,859 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc27d6fa-0931-4a96-91ea-2ccbbfaa15cb', 'x-compute-request-id': 'req-cc27d6fa-0931-4a96-91ea-2ccbbfaa15cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:34,956 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:53:34,956 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ef732e7-b8e3-4993-8233-50eaa866011d', 'x-compute-request-id': 'req-7ef732e7-b8e3-4993-8233-50eaa866011d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:36,063 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:53:36,063 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8048d961-140b-4ab4-92b9-6c32426f19aa', 'x-compute-request-id': 'req-8048d961-140b-4ab4-92b9-6c32426f19aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:37,176 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.104s 2022-03-23 17:53:37,176 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe5a750b-37c1-4f73-852d-5237d3e3235e', 'x-compute-request-id': 'req-fe5a750b-37c1-4f73-852d-5237d3e3235e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:38,272 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:53:38,273 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e040c3d-c085-466e-a20a-df12dd098d67', 'x-compute-request-id': 'req-9e040c3d-c085-466e-a20a-df12dd098d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:39,374 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:53:39,374 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2e57328-269e-489c-b94c-e85e7abc15d0', 'x-compute-request-id': 'req-b2e57328-269e-489c-b94c-e85e7abc15d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:40,475 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:53:40,475 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d79f0906-4c67-4956-a3f0-bee6cdc9b949', 'x-compute-request-id': 'req-d79f0906-4c67-4956-a3f0-bee6cdc9b949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:41,586 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:53:41,586 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15cc4496-3e49-43b9-841c-4cd846c8f196', 'x-compute-request-id': 'req-15cc4496-3e49-43b9-841c-4cd846c8f196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:42,704 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.110s 2022-03-23 17:53:42,704 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-814d807e-e45b-48de-bd61-03159971fc99', 'x-compute-request-id': 'req-814d807e-e45b-48de-bd61-03159971fc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:43,803 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:53:43,803 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c530cd55-8aec-4b54-85ee-62a2e3ecdd40', 'x-compute-request-id': 'req-c530cd55-8aec-4b54-85ee-62a2e3ecdd40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:44,913 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.099s 2022-03-23 17:53:44,913 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f92fab5-b67c-4ddc-8101-5e43cf81ab2c', 'x-compute-request-id': 'req-5f92fab5-b67c-4ddc-8101-5e43cf81ab2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:46,015 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:53:46,015 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9e431fb-db3e-4604-9aa8-afefe37ff6c6', 'x-compute-request-id': 'req-f9e431fb-db3e-4604-9aa8-afefe37ff6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:47,110 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:53:47,110 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1213b64d-1628-4b26-bd40-2aee9fe1ab6b', 'x-compute-request-id': 'req-1213b64d-1628-4b26-bd40-2aee9fe1ab6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:48,213 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:53:48,213 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddbfef28-5c25-44a7-97d6-0e04cc420175', 'x-compute-request-id': 'req-ddbfef28-5c25-44a7-97d6-0e04cc420175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:49,335 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.112s 2022-03-23 17:53:49,335 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb6bcaaf-0222-47fa-af55-3ca75cd018d8', 'x-compute-request-id': 'req-bb6bcaaf-0222-47fa-af55-3ca75cd018d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:50,435 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:53:50,435 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d98a5ae7-f3a6-4f0b-ba2e-9a86e7dd5a3e', 'x-compute-request-id': 'req-d98a5ae7-f3a6-4f0b-ba2e-9a86e7dd5a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:51,539 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:53:51,540 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9925c7d4-038a-430d-90e1-a8c777ef6feb', 'x-compute-request-id': 'req-9925c7d4-038a-430d-90e1-a8c777ef6feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:52,644 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:53:52,644 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-350a8580-5093-4933-91d3-70415a533ac2', 'x-compute-request-id': 'req-350a8580-5093-4933-91d3-70415a533ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:53,743 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:53:53,743 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abd5bb90-a5bd-42bf-ae1b-f90d9be7be2d', 'x-compute-request-id': 'req-abd5bb90-a5bd-42bf-ae1b-f90d9be7be2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:54,848 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:53:54,848 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee49328d-a2f4-4a03-aade-a06792f6489e', 'x-compute-request-id': 'req-ee49328d-a2f4-4a03-aade-a06792f6489e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:55,957 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:53:55,957 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f2a891f-723f-403f-be5a-542a72400030', 'x-compute-request-id': 'req-7f2a891f-723f-403f-be5a-542a72400030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:57,074 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.108s 2022-03-23 17:53:57,075 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96a64431-9a68-4931-bb93-01d8dfc2d4d7', 'x-compute-request-id': 'req-96a64431-9a68-4931-bb93-01d8dfc2d4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:58,347 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.263s 2022-03-23 17:53:58,348 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dceef3f-ec96-4382-ab51-658e4f3144c9', 'x-compute-request-id': 'req-0dceef3f-ec96-4382-ab51-658e4f3144c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:53:59,449 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:53:59,450 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f98c8e22-c687-48f3-9826-c09847fe3b39', 'x-compute-request-id': 'req-f98c8e22-c687-48f3-9826-c09847fe3b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:00,551 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:54:00,551 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2c011bc-02f7-498f-87de-9b534bd01860', 'x-compute-request-id': 'req-a2c011bc-02f7-498f-87de-9b534bd01860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:01,655 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:54:01,656 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-069aff62-418e-443a-bab9-0f03430e03ad', 'x-compute-request-id': 'req-069aff62-418e-443a-bab9-0f03430e03ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:02,763 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:54:02,763 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7dc8829-5455-46f0-af97-cb1472dd1d16', 'x-compute-request-id': 'req-c7dc8829-5455-46f0-af97-cb1472dd1d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:03,866 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:54:03,867 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d768c17c-677c-49f0-947b-e378c4bc6d11', 'x-compute-request-id': 'req-d768c17c-677c-49f0-947b-e378c4bc6d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:04,976 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:54:04,976 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651437b9-d8ab-419d-87c3-a209007f9621', 'x-compute-request-id': 'req-651437b9-d8ab-419d-87c3-a209007f9621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:06,075 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:54:06,076 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3add0a6f-a943-4d84-afbc-10165f5b9218', 'x-compute-request-id': 'req-3add0a6f-a943-4d84-afbc-10165f5b9218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:07,181 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:54:07,182 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d8c5d3d-da49-4c21-b113-af9cd1f0953d', 'x-compute-request-id': 'req-1d8c5d3d-da49-4c21-b113-af9cd1f0953d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:08,285 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:54:08,285 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-956607d0-c9bd-4d2b-be9c-db8adef850b5', 'x-compute-request-id': 'req-956607d0-c9bd-4d2b-be9c-db8adef850b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:09,392 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:54:09,392 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a6c3ce7-6880-45a5-be6c-5ff02f48a40a', 'x-compute-request-id': 'req-0a6c3ce7-6880-45a5-be6c-5ff02f48a40a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:10,495 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:54:10,495 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-334f2bd1-1af9-4f59-9a47-bd942955d4d6', 'x-compute-request-id': 'req-334f2bd1-1af9-4f59-9a47-bd942955d4d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:11,607 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.103s 2022-03-23 17:54:11,607 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8032f404-116c-4dd9-8d22-2fa350ec74a1', 'x-compute-request-id': 'req-8032f404-116c-4dd9-8d22-2fa350ec74a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:12,703 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:54:12,703 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8717e653-e5da-4364-a4d6-616bca30c715', 'x-compute-request-id': 'req-8717e653-e5da-4364-a4d6-616bca30c715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:13,808 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:54:13,809 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76b060be-309b-49ad-a83f-9986a5baba8f', 'x-compute-request-id': 'req-76b060be-309b-49ad-a83f-9986a5baba8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:14,913 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:54:14,914 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-781cb728-f736-4631-a335-b4e5c5b66532', 'x-compute-request-id': 'req-781cb728-f736-4631-a335-b4e5c5b66532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:16,020 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:54:16,021 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-817cb4b1-ac43-4c94-9380-ebc2e07bb712', 'x-compute-request-id': 'req-817cb4b1-ac43-4c94-9380-ebc2e07bb712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:17,118 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:54:17,119 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36085da2-91cc-4858-bfd6-196a135c9a81', 'x-compute-request-id': 'req-36085da2-91cc-4858-bfd6-196a135c9a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:18,229 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.101s 2022-03-23 17:54:18,229 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24936689-c492-46b9-8eef-032b476f6f83', 'x-compute-request-id': 'req-24936689-c492-46b9-8eef-032b476f6f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:19,335 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:54:19,335 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-472a5056-bb92-4175-96aa-ab36c00cb07c', 'x-compute-request-id': 'req-472a5056-bb92-4175-96aa-ab36c00cb07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:20,436 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:54:20,436 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a9e6077-c888-49ed-9592-d9caa6f09be3', 'x-compute-request-id': 'req-4a9e6077-c888-49ed-9592-d9caa6f09be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:21,541 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:54:21,541 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a6e4246-0f39-4123-ad36-7b5041875a20', 'x-compute-request-id': 'req-5a6e4246-0f39-4123-ad36-7b5041875a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:22,641 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:54:22,641 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8361dad-4e95-40ad-9e55-6cc7be68e41d', 'x-compute-request-id': 'req-d8361dad-4e95-40ad-9e55-6cc7be68e41d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:23,744 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:54:23,744 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7905cc6-9f72-4879-a450-cd88829dd707', 'x-compute-request-id': 'req-f7905cc6-9f72-4879-a450-cd88829dd707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:24,843 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:54:24,844 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf3cf14-3f5f-48d4-b12b-08169e2c49a4', 'x-compute-request-id': 'req-ebf3cf14-3f5f-48d4-b12b-08169e2c49a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:25,948 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:54:25,948 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b87f4af-7192-4495-aac7-1084b221b150', 'x-compute-request-id': 'req-4b87f4af-7192-4495-aac7-1084b221b150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:27,043 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.085s 2022-03-23 17:54:27,043 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df690f07-f351-4974-b6eb-c1e6cb898efc', 'x-compute-request-id': 'req-df690f07-f351-4974-b6eb-c1e6cb898efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:28,139 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:54:28,139 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3dccf5e-6762-419a-a2d2-0b44454b4cdc', 'x-compute-request-id': 'req-f3dccf5e-6762-419a-a2d2-0b44454b4cdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:29,243 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:54:29,244 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ce0cf30-7eee-4968-b87c-71a32e66c32b', 'x-compute-request-id': 'req-4ce0cf30-7eee-4968-b87c-71a32e66c32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:30,339 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:54:30,339 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f211ba9-0a4c-4a6a-a8e2-7f37a7e1e036', 'x-compute-request-id': 'req-3f211ba9-0a4c-4a6a-a8e2-7f37a7e1e036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:31,446 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:54:31,446 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75e76eb-750e-41ce-af3c-452a81f96601', 'x-compute-request-id': 'req-d75e76eb-750e-41ce-af3c-452a81f96601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:32,551 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:54:32,551 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc2719b0-5f3f-4dff-99cd-98ccbc60758d', 'x-compute-request-id': 'req-fc2719b0-5f3f-4dff-99cd-98ccbc60758d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:33,652 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:54:33,652 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc30e836-882d-4596-967f-640d017723be', 'x-compute-request-id': 'req-cc30e836-882d-4596-967f-640d017723be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:34,763 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.103s 2022-03-23 17:54:34,764 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-240c4842-d0fb-4ce9-b672-9d1ac0996fa0', 'x-compute-request-id': 'req-240c4842-d0fb-4ce9-b672-9d1ac0996fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:35,865 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:54:35,865 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dd40d64-922e-42f7-8a7e-880e1d7e7842', 'x-compute-request-id': 'req-4dd40d64-922e-42f7-8a7e-880e1d7e7842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:36,972 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:54:36,972 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ae191b3-547a-4cf9-873e-9d7244b12b59', 'x-compute-request-id': 'req-4ae191b3-547a-4cf9-873e-9d7244b12b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:38,078 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:54:38,078 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9666bd79-954f-432e-83cb-4cdde03e1e42', 'x-compute-request-id': 'req-9666bd79-954f-432e-83cb-4cdde03e1e42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:39,185 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:54:39,185 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-339bce00-b7d9-42c5-b5d5-2c8933f67e18', 'x-compute-request-id': 'req-339bce00-b7d9-42c5-b5d5-2c8933f67e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:40,283 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:54:40,284 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7321a01e-1ba3-41c9-8ec1-7276e83efce3', 'x-compute-request-id': 'req-7321a01e-1ba3-41c9-8ec1-7276e83efce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:41,384 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:54:41,384 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5a6a81-3fe8-4d69-9faf-4d55e51d8b1c', 'x-compute-request-id': 'req-3c5a6a81-3fe8-4d69-9faf-4d55e51d8b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:42,483 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:54:42,483 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58e6759a-2364-4066-b0a4-eace1a74556c', 'x-compute-request-id': 'req-58e6759a-2364-4066-b0a4-eace1a74556c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:43,586 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:54:43,587 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-819df556-357d-469e-a51d-2c4a0e094344', 'x-compute-request-id': 'req-819df556-357d-469e-a51d-2c4a0e094344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:44,686 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:54:44,686 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10f5719b-d211-42aa-840d-aa843e3bd09a', 'x-compute-request-id': 'req-10f5719b-d211-42aa-840d-aa843e3bd09a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:45,782 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:54:45,783 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21fe2ef1-eabc-464b-99c1-264ab7862234', 'x-compute-request-id': 'req-21fe2ef1-eabc-464b-99c1-264ab7862234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:46,886 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:54:46,886 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7edac00c-1745-4b27-affc-4abd404dd959', 'x-compute-request-id': 'req-7edac00c-1745-4b27-affc-4abd404dd959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:47,984 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:54:47,985 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6767bb6-9bc2-4590-bfe5-4363a465891c', 'x-compute-request-id': 'req-d6767bb6-9bc2-4590-bfe5-4363a465891c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:49,080 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:54:49,080 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d2e65da-85bf-408a-b9a9-9daaf6fa12ca', 'x-compute-request-id': 'req-3d2e65da-85bf-408a-b9a9-9daaf6fa12ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:50,177 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:54:50,178 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e10578a2-d60c-4d9c-a8d7-961f149537ef', 'x-compute-request-id': 'req-e10578a2-d60c-4d9c-a8d7-961f149537ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:51,277 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:54:51,277 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-783cf2c2-9e93-4629-a3fc-82ab5ba6d21a', 'x-compute-request-id': 'req-783cf2c2-9e93-4629-a3fc-82ab5ba6d21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:52,377 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:54:52,377 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84951dc8-bcd1-4377-903d-34cfc041a104', 'x-compute-request-id': 'req-84951dc8-bcd1-4377-903d-34cfc041a104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:53,479 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:54:53,480 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f49fa200-5b2c-4834-8a11-315b3dbe03e5', 'x-compute-request-id': 'req-f49fa200-5b2c-4834-8a11-315b3dbe03e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:54,585 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:54:54,585 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f10600b-3039-4cf8-8a09-c3083e5b5f17', 'x-compute-request-id': 'req-8f10600b-3039-4cf8-8a09-c3083e5b5f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:55,692 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:54:55,692 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dbb9d51-2150-408b-9982-e2b200983a3b', 'x-compute-request-id': 'req-4dbb9d51-2150-408b-9982-e2b200983a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:56,790 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:54:56,790 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50a35184-da5c-49db-98fe-a5fb6baae2d1', 'x-compute-request-id': 'req-50a35184-da5c-49db-98fe-a5fb6baae2d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:57,889 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:54:57,890 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-779e28e9-3804-4217-83a1-1136cc6f5e6f', 'x-compute-request-id': 'req-779e28e9-3804-4217-83a1-1136cc6f5e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:54:58,993 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:54:58,993 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca0cabd8-4ad0-4e06-b71a-e3d09b815113', 'x-compute-request-id': 'req-ca0cabd8-4ad0-4e06-b71a-e3d09b815113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:00,090 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:55:00,091 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d46cc32-39b4-4efa-ae3d-2d5afd4e4cf1', 'x-compute-request-id': 'req-5d46cc32-39b4-4efa-ae3d-2d5afd4e4cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:01,200 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:55:01,200 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-019f676c-92d3-4816-9617-4348f3c040c9', 'x-compute-request-id': 'req-019f676c-92d3-4816-9617-4348f3c040c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:02,308 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:55:02,308 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cbea62d-133e-406f-b854-d87cab41d7b6', 'x-compute-request-id': 'req-2cbea62d-133e-406f-b854-d87cab41d7b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:03,412 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:55:03,412 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea73edea-d211-4a8c-8286-079a459d2f67', 'x-compute-request-id': 'req-ea73edea-d211-4a8c-8286-079a459d2f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:04,508 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:55:04,508 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd23063-e814-480b-b3dc-41433ce4a48f', 'x-compute-request-id': 'req-3dd23063-e814-480b-b3dc-41433ce4a48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:05,606 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:55:05,606 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-705638e0-1872-49fa-b93c-36eba44618c7', 'x-compute-request-id': 'req-705638e0-1872-49fa-b93c-36eba44618c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:06,700 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:55:06,701 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-822f9efb-278e-4e24-81b9-b7f75d66a379', 'x-compute-request-id': 'req-822f9efb-278e-4e24-81b9-b7f75d66a379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:07,807 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:55:07,807 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c148a93f-ef3b-49db-923b-c0401ba10cd5', 'x-compute-request-id': 'req-c148a93f-ef3b-49db-923b-c0401ba10cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:08,907 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:55:08,907 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d15cc3a-07b7-4cae-b00d-6446c799783e', 'x-compute-request-id': 'req-2d15cc3a-07b7-4cae-b00d-6446c799783e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:10,005 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:55:10,006 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b7714f5-c2a5-41b3-b557-a8899844051b', 'x-compute-request-id': 'req-2b7714f5-c2a5-41b3-b557-a8899844051b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:11,112 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:55:11,113 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25540c91-9168-4eac-91b6-307200ae5815', 'x-compute-request-id': 'req-25540c91-9168-4eac-91b6-307200ae5815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:12,220 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.099s 2022-03-23 17:55:12,221 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90015de6-89ac-462f-a2b7-02e22dd3ec7d', 'x-compute-request-id': 'req-90015de6-89ac-462f-a2b7-02e22dd3ec7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:13,329 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.099s 2022-03-23 17:55:13,329 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c66e7b80-64ed-45e0-ba06-68797d04fcbf', 'x-compute-request-id': 'req-c66e7b80-64ed-45e0-ba06-68797d04fcbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:14,425 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:55:14,426 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8042472c-5a47-48df-82ed-9f00313ace6e', 'x-compute-request-id': 'req-8042472c-5a47-48df-82ed-9f00313ace6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:15,521 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:55:15,521 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eee5a1e-4ba9-436d-a9e3-5827c9cdb0fe', 'x-compute-request-id': 'req-9eee5a1e-4ba9-436d-a9e3-5827c9cdb0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:16,624 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:55:16,625 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb1151df-c6cd-4092-ad29-ac6a294b629d', 'x-compute-request-id': 'req-cb1151df-c6cd-4092-ad29-ac6a294b629d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:17,732 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:55:17,732 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46112559-e244-4cfb-b64c-ed25e8b42534', 'x-compute-request-id': 'req-46112559-e244-4cfb-b64c-ed25e8b42534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:18,831 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:55:18,832 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71b30c34-7a3f-4ef2-807f-1b9fcc9ff428', 'x-compute-request-id': 'req-71b30c34-7a3f-4ef2-807f-1b9fcc9ff428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:19,933 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:55:19,934 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510bb021-389a-48e7-916f-5f0743fc1393', 'x-compute-request-id': 'req-510bb021-389a-48e7-916f-5f0743fc1393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:21,038 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:55:21,039 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7693bb7a-534f-45eb-a5dd-139330e97b6e', 'x-compute-request-id': 'req-7693bb7a-534f-45eb-a5dd-139330e97b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:22,144 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:55:22,144 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3106324-c609-4411-935c-10be94e397be', 'x-compute-request-id': 'req-c3106324-c609-4411-935c-10be94e397be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:23,251 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:55:23,252 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59b0a3a8-3874-4ba9-91ed-7bcc92096c72', 'x-compute-request-id': 'req-59b0a3a8-3874-4ba9-91ed-7bcc92096c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:24,351 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:55:24,352 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8084af98-32f4-4def-bb31-31c3a4f9b906', 'x-compute-request-id': 'req-8084af98-32f4-4def-bb31-31c3a4f9b906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:25,452 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:55:25,453 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2c4574c-c30a-4335-a268-056fd719e87c', 'x-compute-request-id': 'req-c2c4574c-c30a-4335-a268-056fd719e87c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:26,558 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:55:26,559 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7f70464-b6bf-4b6c-8d24-b0e88132d107', 'x-compute-request-id': 'req-f7f70464-b6bf-4b6c-8d24-b0e88132d107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:27,667 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.099s 2022-03-23 17:55:27,667 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-721579f8-54ce-4711-a2f4-e304e03cb0ea', 'x-compute-request-id': 'req-721579f8-54ce-4711-a2f4-e304e03cb0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:28,763 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:55:28,763 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50e3122c-b353-4f4a-8732-432d8b0f59f9', 'x-compute-request-id': 'req-50e3122c-b353-4f4a-8732-432d8b0f59f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:29,869 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:55:29,870 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22f63700-9729-4fe5-b6be-34f16b5adc07', 'x-compute-request-id': 'req-22f63700-9729-4fe5-b6be-34f16b5adc07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:30,968 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:55:30,969 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-288a833d-9477-4fb3-9807-5f36cf4eaeee', 'x-compute-request-id': 'req-288a833d-9477-4fb3-9807-5f36cf4eaeee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:32,071 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:55:32,071 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a412c0c8-f8a9-45b6-850f-e0b3ea334bd4', 'x-compute-request-id': 'req-a412c0c8-f8a9-45b6-850f-e0b3ea334bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:33,180 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:55:33,181 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fef677d-94c1-4b05-9c45-de8da2fced3f', 'x-compute-request-id': 'req-4fef677d-94c1-4b05-9c45-de8da2fced3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:34,276 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:55:34,276 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d038a17f-79d3-47b7-8166-1482ef635b4f', 'x-compute-request-id': 'req-d038a17f-79d3-47b7-8166-1482ef635b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:35,375 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:55:35,375 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99824a03-9dcb-4193-8aa8-fbd63485e77c', 'x-compute-request-id': 'req-99824a03-9dcb-4193-8aa8-fbd63485e77c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:36,470 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:55:36,471 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a99ab30a-65b0-4dfb-9ca9-e596a78b4170', 'x-compute-request-id': 'req-a99ab30a-65b0-4dfb-9ca9-e596a78b4170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:37,574 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:55:37,575 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10b43c2e-f402-4a4f-873d-f6698db11160', 'x-compute-request-id': 'req-10b43c2e-f402-4a4f-873d-f6698db11160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:38,677 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:55:38,677 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45bf2832-f531-4759-ba08-bd9dc1ef3848', 'x-compute-request-id': 'req-45bf2832-f531-4759-ba08-bd9dc1ef3848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:39,800 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.115s 2022-03-23 17:55:39,801 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b38e071-46d0-4e5b-8f37-b14a818d6f56', 'x-compute-request-id': 'req-9b38e071-46d0-4e5b-8f37-b14a818d6f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:40,901 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:55:40,901 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d3418a7-a538-4784-8072-263094db404d', 'x-compute-request-id': 'req-6d3418a7-a538-4784-8072-263094db404d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:42,004 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:55:42,005 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e495d53-ef34-4eb7-88da-b77bb6acf723', 'x-compute-request-id': 'req-3e495d53-ef34-4eb7-88da-b77bb6acf723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:43,112 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:55:43,112 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91849b9b-2893-448e-8c19-bd67b51012d7', 'x-compute-request-id': 'req-91849b9b-2893-448e-8c19-bd67b51012d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:44,219 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:55:44,219 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d5625a5-296c-4236-b24f-18862d182cd7', 'x-compute-request-id': 'req-1d5625a5-296c-4236-b24f-18862d182cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:45,322 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:55:45,322 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cb21807-d6ea-473e-be01-281ef22057e3', 'x-compute-request-id': 'req-1cb21807-d6ea-473e-be01-281ef22057e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:46,427 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:55:46,427 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cfc514e-0709-431c-88c3-ee33c292600f', 'x-compute-request-id': 'req-5cfc514e-0709-431c-88c3-ee33c292600f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:47,525 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:55:47,525 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a05e8fa-d300-4dbb-96b0-afc6d64afee0', 'x-compute-request-id': 'req-5a05e8fa-d300-4dbb-96b0-afc6d64afee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:48,627 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:55:48,627 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f18fd525-3d93-4f6b-90d1-5cd33d6f424e', 'x-compute-request-id': 'req-f18fd525-3d93-4f6b-90d1-5cd33d6f424e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:49,741 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.105s 2022-03-23 17:55:49,742 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-536a903b-0ec7-44df-a61d-cbd10902bc38', 'x-compute-request-id': 'req-536a903b-0ec7-44df-a61d-cbd10902bc38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:50,845 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:55:50,846 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d043e64d-9203-4a8a-ad59-703b324cf459', 'x-compute-request-id': 'req-d043e64d-9203-4a8a-ad59-703b324cf459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:51,953 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:55:51,953 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90098bdb-8751-4e2c-96f9-09fca3257fc8', 'x-compute-request-id': 'req-90098bdb-8751-4e2c-96f9-09fca3257fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:53,052 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:55:53,053 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7ada7f4-ea0e-41e8-afe2-1e031d171b7a', 'x-compute-request-id': 'req-e7ada7f4-ea0e-41e8-afe2-1e031d171b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:54,157 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:55:54,157 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-952b737c-6320-4d83-a5fc-9d5ac16afcd4', 'x-compute-request-id': 'req-952b737c-6320-4d83-a5fc-9d5ac16afcd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:55,252 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:55:55,252 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c813d88-49c3-4f4b-a0c6-589275958749', 'x-compute-request-id': 'req-7c813d88-49c3-4f4b-a0c6-589275958749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:56,363 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:55:56,364 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68c7a6c0-4d9e-4a3d-9ec7-d402ee6a7df4', 'x-compute-request-id': 'req-68c7a6c0-4d9e-4a3d-9ec7-d402ee6a7df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:57,466 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:55:57,466 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9433197-fe92-4933-8b37-fb43bcd9c3f7', 'x-compute-request-id': 'req-a9433197-fe92-4933-8b37-fb43bcd9c3f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:58,619 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.143s 2022-03-23 17:55:58,619 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-942425d4-aa11-48f1-8803-b35eceb1f55f', 'x-compute-request-id': 'req-942425d4-aa11-48f1-8803-b35eceb1f55f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:55:59,723 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:55:59,723 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1203ec17-b5dd-483a-aaab-21f8e918a11d', 'x-compute-request-id': 'req-1203ec17-b5dd-483a-aaab-21f8e918a11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:00,821 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:56:00,822 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a435bd-0642-41dc-bcfb-40335647bb39', 'x-compute-request-id': 'req-80a435bd-0642-41dc-bcfb-40335647bb39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:01,917 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:56:01,917 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dde57283-66e8-4bc2-8358-b5cce627d96a', 'x-compute-request-id': 'req-dde57283-66e8-4bc2-8358-b5cce627d96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:03,015 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:56:03,015 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18ef070f-81f3-461d-83b3-aeead4f42b07', 'x-compute-request-id': 'req-18ef070f-81f3-461d-83b3-aeead4f42b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:04,113 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:56:04,113 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73df9450-5e56-4dfc-98a8-3c555fd60bcb', 'x-compute-request-id': 'req-73df9450-5e56-4dfc-98a8-3c555fd60bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:05,212 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:56:05,213 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83885a7e-c063-42a8-a6bc-f75722c9273c', 'x-compute-request-id': 'req-83885a7e-c063-42a8-a6bc-f75722c9273c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:06,309 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:56:06,309 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc3725fc-d030-4ae4-ba4f-7d43a323cb4e', 'x-compute-request-id': 'req-cc3725fc-d030-4ae4-ba4f-7d43a323cb4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:07,409 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:56:07,409 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ac74008-5e0c-47dd-9143-6f85a3296261', 'x-compute-request-id': 'req-9ac74008-5e0c-47dd-9143-6f85a3296261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:08,505 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:56:08,506 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb730b4b-caf5-4a58-91da-0313319382af', 'x-compute-request-id': 'req-eb730b4b-caf5-4a58-91da-0313319382af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:09,611 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:56:09,611 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47300030-b42c-49ed-9d98-2731ff0342b5', 'x-compute-request-id': 'req-47300030-b42c-49ed-9d98-2731ff0342b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:10,712 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:56:10,712 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca52e2b2-84dc-47ed-a056-a9349e543f0d', 'x-compute-request-id': 'req-ca52e2b2-84dc-47ed-a056-a9349e543f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:11,819 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.098s 2022-03-23 17:56:11,819 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98c5de8b-95b7-4d8f-9342-3e318e971288', 'x-compute-request-id': 'req-98c5de8b-95b7-4d8f-9342-3e318e971288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:12,918 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:56:12,919 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43a5cb9b-1c8a-40e4-b6a8-07f56ecbc0cb', 'x-compute-request-id': 'req-43a5cb9b-1c8a-40e4-b6a8-07f56ecbc0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:14,023 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:56:14,023 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-149cffb7-59f1-43f2-a144-e89c073b5efb', 'x-compute-request-id': 'req-149cffb7-59f1-43f2-a144-e89c073b5efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:15,127 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:56:15,128 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b48127-5096-494d-9779-eb89e71c8382', 'x-compute-request-id': 'req-01b48127-5096-494d-9779-eb89e71c8382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:16,237 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:56:16,238 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ce93ac5-525f-4871-ac16-e9f2ef6d27e1', 'x-compute-request-id': 'req-5ce93ac5-525f-4871-ac16-e9f2ef6d27e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:17,353 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.106s 2022-03-23 17:56:17,353 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d4db3c4-8197-4863-a9df-2df3efc71e69', 'x-compute-request-id': 'req-7d4db3c4-8197-4863-a9df-2df3efc71e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:18,459 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:56:18,460 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cbec88c-90ae-49c1-8527-f138ece12341', 'x-compute-request-id': 'req-1cbec88c-90ae-49c1-8527-f138ece12341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:19,569 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.101s 2022-03-23 17:56:19,569 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26465cc3-da45-4b8a-a42a-f8e49a52549c', 'x-compute-request-id': 'req-26465cc3-da45-4b8a-a42a-f8e49a52549c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:20,670 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:56:20,670 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78563a34-3233-40a0-874a-40c813b7763a', 'x-compute-request-id': 'req-78563a34-3233-40a0-874a-40c813b7763a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:21,787 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.108s 2022-03-23 17:56:21,787 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebe4da44-d455-4fda-a938-427a40535f4a', 'x-compute-request-id': 'req-ebe4da44-d455-4fda-a938-427a40535f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:22,887 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.092s 2022-03-23 17:56:22,888 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d3eddc0-4316-400b-b0a9-d3e6ca0d1495', 'x-compute-request-id': 'req-0d3eddc0-4316-400b-b0a9-d3e6ca0d1495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:23,997 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:56:23,998 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a16c15f6-6ee0-412c-9e77-78ff5c22a4ed', 'x-compute-request-id': 'req-a16c15f6-6ee0-412c-9e77-78ff5c22a4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:25,105 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:56:25,105 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c40727b-3618-4ea0-a6e0-e6ff3f4d4924', 'x-compute-request-id': 'req-4c40727b-3618-4ea0-a6e0-e6ff3f4d4924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:26,211 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:56:26,212 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ce1ea5b-7117-4962-856c-4c5bbeba3709', 'x-compute-request-id': 'req-6ce1ea5b-7117-4962-856c-4c5bbeba3709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:27,326 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.105s 2022-03-23 17:56:27,326 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a889d8cf-5c8c-4434-bdd5-e0b35a21c05a', 'x-compute-request-id': 'req-a889d8cf-5c8c-4434-bdd5-e0b35a21c05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:28,429 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:56:28,429 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c1ef70-8e0c-4bba-a1a8-b3067a6efdef', 'x-compute-request-id': 'req-76c1ef70-8e0c-4bba-a1a8-b3067a6efdef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:29,533 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:56:29,533 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6449878a-2838-42e7-a795-4630fb133f2f', 'x-compute-request-id': 'req-6449878a-2838-42e7-a795-4630fb133f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:30,636 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.094s 2022-03-23 17:56:30,637 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3af282fa-534f-4e5f-9587-d4e87d1742bc', 'x-compute-request-id': 'req-3af282fa-534f-4e5f-9587-d4e87d1742bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:31,734 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:56:31,735 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52b64b65-4d10-438d-85a0-e925735f7ab1', 'x-compute-request-id': 'req-52b64b65-4d10-438d-85a0-e925735f7ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:32,832 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:56:32,832 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3bf1adc-a211-4f3c-a22e-827ac0415962', 'x-compute-request-id': 'req-b3bf1adc-a211-4f3c-a22e-827ac0415962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:33,934 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:56:33,935 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acb6a787-730d-4d8c-8239-dba193d6e306', 'x-compute-request-id': 'req-acb6a787-730d-4d8c-8239-dba193d6e306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:35,032 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.088s 2022-03-23 17:56:35,032 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65f49d6d-3d7f-4171-91f0-ec1e2561aefd', 'x-compute-request-id': 'req-65f49d6d-3d7f-4171-91f0-ec1e2561aefd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:36,136 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:56:36,137 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adfeb881-98e5-476e-a26c-a90a4cb4cef3', 'x-compute-request-id': 'req-adfeb881-98e5-476e-a26c-a90a4cb4cef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:37,237 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:56:37,237 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbd63602-859a-44b1-968b-3e735a1a54b9', 'x-compute-request-id': 'req-cbd63602-859a-44b1-968b-3e735a1a54b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:38,343 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:56:38,344 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01546262-0c3b-481c-a598-d722b0a5bed0', 'x-compute-request-id': 'req-01546262-0c3b-481c-a598-d722b0a5bed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:39,453 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.101s 2022-03-23 17:56:39,453 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-006686b3-3dbb-42a6-82be-aac4835358aa', 'x-compute-request-id': 'req-006686b3-3dbb-42a6-82be-aac4835358aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:40,551 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:56:40,551 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7cc1509-7254-4e5f-97c6-bfc7ac9c9b50', 'x-compute-request-id': 'req-e7cc1509-7254-4e5f-97c6-bfc7ac9c9b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:41,649 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:56:41,649 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a87d326d-4203-4155-9149-a4641bbd7e85', 'x-compute-request-id': 'req-a87d326d-4203-4155-9149-a4641bbd7e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:42,751 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.093s 2022-03-23 17:56:42,751 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d71647b-c058-462a-ae26-eeddf8559ad5', 'x-compute-request-id': 'req-9d71647b-c058-462a-ae26-eeddf8559ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:43,849 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.090s 2022-03-23 17:56:43,850 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e49c075-c40c-4c00-9440-9f4f316b0b86', 'x-compute-request-id': 'req-1e49c075-c40c-4c00-9440-9f4f316b0b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:44,944 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.086s 2022-03-23 17:56:44,945 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80ea1702-7f29-46c8-bf64-8f2487e526e0', 'x-compute-request-id': 'req-80ea1702-7f29-46c8-bf64-8f2487e526e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:46,055 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.102s 2022-03-23 17:56:46,056 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8108ce7f-34b6-4a77-9eeb-d916c29f4142', 'x-compute-request-id': 'req-8108ce7f-34b6-4a77-9eeb-d916c29f4142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:47,162 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.096s 2022-03-23 17:56:47,163 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4afe3f82-ab57-4987-ae7d-b3f2210ceecc', 'x-compute-request-id': 'req-4afe3f82-ab57-4987-ae7d-b3f2210ceecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:48,259 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.087s 2022-03-23 17:56:48,259 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36c4bc83-a313-48fa-92c4-47e6ca55a37a', 'x-compute-request-id': 'req-36c4bc83-a313-48fa-92c4-47e6ca55a37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:49,362 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.095s 2022-03-23 17:56:49,363 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e531fee5-0494-4cb7-90ce-918289c1beb8', 'x-compute-request-id': 'req-e531fee5-0494-4cb7-90ce-918289c1beb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:50,471 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.100s 2022-03-23 17:56:50,472 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08b05b84-a3d8-4af7-8f46-371a60e51d97', 'x-compute-request-id': 'req-08b05b84-a3d8-4af7-8f46-371a60e51d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:51,582 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.101s 2022-03-23 17:56:51,583 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-261a0d15-cf12-4867-b80c-6fbdbb0fd3da', 'x-compute-request-id': 'req-261a0d15-cf12-4867-b80c-6fbdbb0fd3da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:52,698 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.105s 2022-03-23 17:56:52,699 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8395bfb-f995-4223-9aed-5f56d62f2f3f', 'x-compute-request-id': 'req-c8395bfb-f995-4223-9aed-5f56d62f2f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:53,801 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.089s 2022-03-23 17:56:53,801 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56da05f2-2d46-4277-af83-c771c393b9bd', 'x-compute-request-id': 'req-56da05f2-2d46-4277-af83-c771c393b9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:54,901 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:56:54,901 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8c7227-a55b-452d-9f16-8e14019f981b', 'x-compute-request-id': 'req-1a8c7227-a55b-452d-9f16-8e14019f981b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:56,000 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:56:56,001 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbd2f016-2ad9-40f7-8c7c-8bb131411652', 'x-compute-request-id': 'req-fbd2f016-2ad9-40f7-8c7c-8bb131411652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:57,100 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.091s 2022-03-23 17:56:57,101 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87b072f2-cf6e-4132-a0fb-8330f93cf127', 'x-compute-request-id': 'req-87b072f2-cf6e-4132-a0fb-8330f93cf127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:58,206 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d 0.097s 2022-03-23 17:56:58,206 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f6771d8-e0fc-43db-811c-8fa7686cc2c6', 'x-compute-request-id': 'req-8f6771d8-e0fc-43db-811c-8fa7686cc2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d'} Body: b'{"server": {"id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "name": "tempest-TestVolumeBootPattern-server-1953103113", "status": "ACTIVE", "tenant_id": "2aa787500053466faed7680c3c3b3f20", "user_id": "a0de7f07b2a245f888675481e73c8347", "metadata": {}, "hostId": "561604af464c2a684bf8dc2bd33a461efefb29c1ee638f7fd8851d41", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.41/compute/flavors/452"}]}, "created": "2022-03-23T17:36:30Z", "updated": "2022-03-23T17:50:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.41/compute/v2.1/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}, {"rel": "bookmark", "href": "http://10.222.0.41/compute/servers/5f488b07-3a95-4c05-866e-4c30e0bb237d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-1476399083", "OS-SRV-USG:launched_at": "2022-03-23T17:36:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb"}]}}' 2022-03-23 17:56:58,766 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/floatingips/16564cd3-d7c3-4e7a-a685-cda27820f52e 0.551s 2022-03-23 17:56:58,766 117770 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-4db9c1db-dd02-4f88-9fba-3c2893dc0dba', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 17:56:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/floatingips/16564cd3-d7c3-4e7a-a685-cda27820f52e'} Body: b'' 2022-03-23 17:56:58,809 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 DELETE http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.042s 2022-03-23 17:56:58,810 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:58 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-9dad4dc9-ec0b-4117-8b8a-5ce3b1750fa9', 'x-compute-request-id': 'req-9dad4dc9-ec0b-4117-8b8a-5ce3b1750fa9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0ccee2bf-7121-4ad9-acbd-eb7ea7792944 could not be found."}}' 2022-03-23 17:56:58,845 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944 0.035s 2022-03-23 17:56:58,846 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:58 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-5152732d-f840-443b-8838-874a77b64e15', 'x-compute-request-id': 'req-5152732d-f840-443b-8838-874a77b64e15', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.41/compute/v2.1/servers/0ccee2bf-7121-4ad9-acbd-eb7ea7792944'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0ccee2bf-7121-4ad9-acbd-eb7ea7792944 could not be found."}}' 2022-03-23 17:57:01,092 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 2.246s 2022-03-23 17:57:01,093 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-51813284-6877-4fd2-ac3e-ce250de118eb', 'x-openstack-request-id': 'req-51813284-6877-4fd2-ac3e-ce250de118eb', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' 2022-03-23 17:57:50,578 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 49.484s 2022-03-23 17:57:50,579 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df15c9ec-249b-4029-bc29-bf5b8765dc08', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df15c9ec-249b-4029-bc29-bf5b8765dc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:58:51,644 117770 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.41', port=80): Read timed out. (read timeout=60)")': /volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 2022-03-23 17:59:02,057 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 70.469s 2022-03-23 17:59:02,057 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87731290-9d24-4963-82d0-76c6faf0eeb1', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87731290-9d24-4963-82d0-76c6faf0eeb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 17:59:50,803 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 47.734s 2022-03-23 17:59:50,804 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 17:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c82f494-de04-4ff0-b0d5-d56ea54ebc5a', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c82f494-de04-4ff0-b0d5-d56ea54ebc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:00:51,873 117770 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.41', port=80): Read timed out. (read timeout=60)")': /volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 2022-03-23 18:01:02,599 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 70.787s 2022-03-23 18:01:02,599 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b97b99-63a9-4f4f-b16e-7024b4691620', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b97b99-63a9-4f4f-b16e-7024b4691620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:03,665 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.057s 2022-03-23 18:01:03,665 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1d69b63-578a-4849-a85c-ee842a22b956', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1d69b63-578a-4849-a85c-ee842a22b956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:04,750 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.073s 2022-03-23 18:01:04,750 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf433b30-cb59-4a00-a2fc-28e8f6fc03d1', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf433b30-cb59-4a00-a2fc-28e8f6fc03d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:05,808 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:01:05,808 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15be3710-dd1d-4886-b170-4ea3a52df8d7', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15be3710-dd1d-4886-b170-4ea3a52df8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:06,862 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:01:06,863 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d147cd3-cc4a-451c-a245-88b087a4a96a', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d147cd3-cc4a-451c-a245-88b087a4a96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:08,135 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.264s 2022-03-23 18:01:08,135 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e5d3eb7-b3b4-46d5-8d40-621059f88783', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e5d3eb7-b3b4-46d5-8d40-621059f88783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:09,189 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:01:09,189 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b31124b-8eae-45c2-8294-0a6fee727014', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b31124b-8eae-45c2-8294-0a6fee727014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:10,245 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:10,245 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce8dccb-cad8-4598-9622-bde1b90fb1dd', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce8dccb-cad8-4598-9622-bde1b90fb1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:11,298 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:01:11,299 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdf46a0e-4d1f-4c3a-b561-86a996fa07a1', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdf46a0e-4d1f-4c3a-b561-86a996fa07a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:12,353 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:12,354 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bce55c-fb89-4244-ac8b-44ea80f9b9b5', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bce55c-fb89-4244-ac8b-44ea80f9b9b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:13,415 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.054s 2022-03-23 18:01:13,415 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce98274-f4cf-42bb-aae2-90f523079c88', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce98274-f4cf-42bb-aae2-90f523079c88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:14,470 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:14,471 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a96ec2-47e9-480c-b71d-ca9ffcdc314e', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8a96ec2-47e9-480c-b71d-ca9ffcdc314e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:15,525 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:15,526 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43d14b0-6d81-4a54-8ee3-b823d71bf9d7', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d43d14b0-6d81-4a54-8ee3-b823d71bf9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:16,591 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:01:16,592 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6010fa6d-c221-4f47-b43e-15253913a1df', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6010fa6d-c221-4f47-b43e-15253913a1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:17,645 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:01:17,646 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b33a8ba-c3d1-40f9-8bca-7043d2715698', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b33a8ba-c3d1-40f9-8bca-7043d2715698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:18,704 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 18:01:18,704 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c25f8304-a62b-48df-9c68-99b07e607e64', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c25f8304-a62b-48df-9c68-99b07e607e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:19,763 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:01:19,763 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-793df601-30eb-475c-b3bf-34f4ab8a9281', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-793df601-30eb-475c-b3bf-34f4ab8a9281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:20,820 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:01:20,820 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df34aa0b-a878-4c72-886d-07f12d230860', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df34aa0b-a878-4c72-886d-07f12d230860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:21,876 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:01:21,877 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0371c76-570b-441c-b49e-9fb57eed748e', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0371c76-570b-441c-b49e-9fb57eed748e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:22,934 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:01:22,935 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7054cea-5312-448c-abd9-3b5f6d053d32', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7054cea-5312-448c-abd9-3b5f6d053d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:23,990 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:23,991 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66161c20-65a5-47f3-b532-be3fcacf4978', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66161c20-65a5-47f3-b532-be3fcacf4978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:25,051 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 18:01:25,052 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56855585-e5e8-445b-8a0f-ef46b1e4ea78', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56855585-e5e8-445b-8a0f-ef46b1e4ea78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:26,107 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:26,107 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10814923-e26c-4909-8d5f-1307cfe91de7', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10814923-e26c-4909-8d5f-1307cfe91de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:27,166 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 18:01:27,167 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-437fcdd3-4470-4d99-afe0-a0149092ac4c', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-437fcdd3-4470-4d99-afe0-a0149092ac4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:28,223 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:01:28,223 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-358ef663-d775-4fa1-b0aa-d0decc914461', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-358ef663-d775-4fa1-b0aa-d0decc914461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:29,283 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 18:01:29,284 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4736497-7d3e-4abd-854c-74168c15a9d9', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4736497-7d3e-4abd-854c-74168c15a9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:30,338 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:01:30,338 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07180a11-a68a-4042-9763-d0a3d98edbd2', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07180a11-a68a-4042-9763-d0a3d98edbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:31,393 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:31,393 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96edbb3a-2726-46e2-90c9-eb9deb742ae6', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96edbb3a-2726-46e2-90c9-eb9deb742ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:32,447 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:32,447 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c6400aa-687c-4870-b6b1-30c8afe7723f', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c6400aa-687c-4870-b6b1-30c8afe7723f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:33,502 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:33,502 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1743c00-54b5-4f65-a213-1a0f18667d77', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1743c00-54b5-4f65-a213-1a0f18667d77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:34,558 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:01:34,558 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e08a5c8c-9ac1-46d2-a116-677087a5929c', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e08a5c8c-9ac1-46d2-a116-677087a5929c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:35,614 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:01:35,614 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4012e5c0-41e8-44a5-a9eb-6b3615c8f02e', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4012e5c0-41e8-44a5-a9eb-6b3615c8f02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:36,668 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:36,668 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b4ef981-b3dd-47ff-8b6d-dc1ac7f7a838', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b4ef981-b3dd-47ff-8b6d-dc1ac7f7a838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:37,725 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:01:37,726 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34230fdc-0263-4bb5-836c-f6014f8d7568', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34230fdc-0263-4bb5-836c-f6014f8d7568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:38,785 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 18:01:38,786 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ab2666d-5d75-4caa-a547-e3e7ed453609', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ab2666d-5d75-4caa-a547-e3e7ed453609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:39,850 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.055s 2022-03-23 18:01:39,850 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb90b36d-d50a-49a6-ab4e-8ca45eac34c0', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb90b36d-d50a-49a6-ab4e-8ca45eac34c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:40,910 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 18:01:40,911 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b02346c-32b4-4942-9c3a-b65691656bde', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b02346c-32b4-4942-9c3a-b65691656bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:41,965 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:41,965 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d41026-349b-4031-90c3-49bae3a9afcf', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d41026-349b-4031-90c3-49bae3a9afcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:43,018 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.044s 2022-03-23 18:01:43,018 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b2c9a13-2d86-4494-b526-40803d130be2', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b2c9a13-2d86-4494-b526-40803d130be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:44,082 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.056s 2022-03-23 18:01:44,083 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde76040-0d71-4cba-bf66-53c427de4eb4', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde76040-0d71-4cba-bf66-53c427de4eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:45,136 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:01:45,137 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0792e942-98a4-477c-8377-e87c591d59b8', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0792e942-98a4-477c-8377-e87c591d59b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:46,194 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:01:46,194 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fc63bf-966d-4c44-a0b3-007432cdd57a', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fc63bf-966d-4c44-a0b3-007432cdd57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:47,251 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:01:47,252 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-419b8ada-df1d-4296-8000-95f612115b31', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-419b8ada-df1d-4296-8000-95f612115b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:48,307 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:01:48,308 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-037e0495-0883-49e2-85f1-a2f0a5352749', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037e0495-0883-49e2-85f1-a2f0a5352749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:49,365 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:01:49,365 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6943b570-b000-4a4a-9c32-efa41b5f862d', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6943b570-b000-4a4a-9c32-efa41b5f862d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:50,421 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:01:50,421 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8e2b198-76aa-43b3-ad70-3be9819dc76e', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8e2b198-76aa-43b3-ad70-3be9819dc76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:51,479 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 18:01:51,480 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc27d3b-00d4-4cf2-8bf4-6544d01cc4b8', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc27d3b-00d4-4cf2-8bf4-6544d01cc4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:52,542 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.053s 2022-03-23 18:01:52,543 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19247769-58b6-49a9-b778-86ea82484a47', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19247769-58b6-49a9-b778-86ea82484a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:53,602 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 18:01:53,603 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e83c7276-ad32-4380-9ed2-2af1f32b4d62', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e83c7276-ad32-4380-9ed2-2af1f32b4d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:54,663 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 18:01:54,663 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc2bfaf-5885-4279-9fce-8a1e3e086c89', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc2bfaf-5885-4279-9fce-8a1e3e086c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:55,720 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:01:55,720 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205bd050-9dce-466d-ae21-36c230abd6d4', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205bd050-9dce-466d-ae21-36c230abd6d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:56,776 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:01:56,777 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c1e2a7-936c-4022-bdf2-6445fc8ce0ad', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c1e2a7-936c-4022-bdf2-6445fc8ce0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:57,834 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:01:57,834 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47be8e02-3ba5-4558-9fac-14a6891e15a4', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47be8e02-3ba5-4558-9fac-14a6891e15a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:58,891 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:01:58,891 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3492038-7934-4859-8614-b01283f6b998', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3492038-7934-4859-8614-b01283f6b998', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:01:59,946 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:01:59,947 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bf8674d-0b3a-46f8-9884-b4f20e75bc35', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bf8674d-0b3a-46f8-9884-b4f20e75bc35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:01,003 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:02:01,003 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c249a50-f43f-4665-adae-424e688aa57c', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c249a50-f43f-4665-adae-424e688aa57c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:02,071 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.060s 2022-03-23 18:02:02,072 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ec4791-2d57-429a-817c-f589c23fdcf6', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ec4791-2d57-429a-817c-f589c23fdcf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:03,142 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.058s 2022-03-23 18:02:03,143 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5ab0f34-1f20-45f2-8654-9fb7fab438a4', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5ab0f34-1f20-45f2-8654-9fb7fab438a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:04,203 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 18:02:04,203 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bcc90cf-02a8-4853-bacc-c47a056a4527', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bcc90cf-02a8-4853-bacc-c47a056a4527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:05,257 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:05,258 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ee425d-3bc2-418f-87c1-ecbab82745da', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ee425d-3bc2-418f-87c1-ecbab82745da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:06,316 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 18:02:06,316 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91147480-e37b-4b18-8b54-bbdcef3e95d1', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91147480-e37b-4b18-8b54-bbdcef3e95d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:07,372 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:07,373 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19c1e244-be73-4f9e-b7ca-3cdcd4e64534', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c1e244-be73-4f9e-b7ca-3cdcd4e64534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:08,428 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:02:08,429 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4d8932-7ab1-4404-8360-edf7ec0fb68a', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4d8932-7ab1-4404-8360-edf7ec0fb68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:09,485 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:09,486 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cea10355-9e75-49bb-8dcf-3e2cf5a20bdc', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cea10355-9e75-49bb-8dcf-3e2cf5a20bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:10,539 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:10,540 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f33ccd-50ce-4910-b64f-217cac480252', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f33ccd-50ce-4910-b64f-217cac480252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:11,606 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.058s 2022-03-23 18:02:11,606 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f970b51e-fb21-4d24-a1f9-c10345491f1b', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f970b51e-fb21-4d24-a1f9-c10345491f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:12,665 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:12,666 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f34decf-ce13-436e-ac50-8cb57068edc9', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f34decf-ce13-436e-ac50-8cb57068edc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:13,724 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:13,724 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf923469-a140-4153-879a-5909bcd0ca49', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf923469-a140-4153-879a-5909bcd0ca49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:14,781 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:14,781 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ff5b3d-ce6b-4ce7-974b-5734866f0c53', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ff5b3d-ce6b-4ce7-974b-5734866f0c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:15,839 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:15,839 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963ebdb1-c41f-43ef-8a6d-9868c46527f9', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963ebdb1-c41f-43ef-8a6d-9868c46527f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:16,911 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.063s 2022-03-23 18:02:16,911 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f432bc2-9b82-405a-8897-7f096642d929', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f432bc2-9b82-405a-8897-7f096642d929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:17,971 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 18:02:17,971 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c53ef1f5-cfdb-4660-bba4-e35e7d8b4b08', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c53ef1f5-cfdb-4660-bba4-e35e7d8b4b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:19,025 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:02:19,026 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5038cec-fe7e-4188-a070-32f3646d9ab2', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5038cec-fe7e-4188-a070-32f3646d9ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:20,082 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:20,082 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82b94fcd-729e-4755-bf41-d6aaf4c9588a', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82b94fcd-729e-4755-bf41-d6aaf4c9588a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:21,137 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:21,137 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f0411c-d1bf-4e9b-9d0d-131972d0f65f', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f0411c-d1bf-4e9b-9d0d-131972d0f65f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:22,194 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:22,194 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40df8a37-f73e-4ceb-a47e-24f8ab5f6f90', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40df8a37-f73e-4ceb-a47e-24f8ab5f6f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:23,248 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:23,248 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae05546-c2e5-490e-9d37-73f2064d5797', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae05546-c2e5-490e-9d37-73f2064d5797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:24,302 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:02:24,302 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a9f75d-283f-4865-8436-1546d1034f52', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a9f75d-283f-4865-8436-1546d1034f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:25,355 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:25,356 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb7732d-e653-4bcf-be9d-e3ba1e4874e8', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb7732d-e653-4bcf-be9d-e3ba1e4874e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:26,412 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:26,412 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03e451ca-168f-4fb4-a5b0-9352fda2ad08', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03e451ca-168f-4fb4-a5b0-9352fda2ad08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:27,475 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.055s 2022-03-23 18:02:27,476 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84daad1-436b-4065-8e54-700817207fbe', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84daad1-436b-4065-8e54-700817207fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:28,532 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:28,532 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d275f47c-1657-4c16-b36d-fc6f3a050b08', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d275f47c-1657-4c16-b36d-fc6f3a050b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:29,600 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.059s 2022-03-23 18:02:29,600 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0469edb-c570-4c5a-8dd2-4db9a5e06231', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0469edb-c570-4c5a-8dd2-4db9a5e06231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:30,658 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:30,659 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2f595e-40e2-4605-a94a-83f031d0b3eb', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2f595e-40e2-4605-a94a-83f031d0b3eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:31,717 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 18:02:31,717 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6ba8a9e-07e1-4b33-8d7d-5f6874bc7c46', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6ba8a9e-07e1-4b33-8d7d-5f6874bc7c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:32,777 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 18:02:32,778 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd36de34-2956-4ee1-b2cb-4627930db98e', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd36de34-2956-4ee1-b2cb-4627930db98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:33,834 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:33,835 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76ebe077-cf28-4f7e-bf32-50b5e6ea0281', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76ebe077-cf28-4f7e-bf32-50b5e6ea0281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:34,895 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 18:02:34,895 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0b27b1-ac13-4960-ab8b-e34d26268fb2', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0b27b1-ac13-4960-ab8b-e34d26268fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:35,958 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.055s 2022-03-23 18:02:35,959 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1b25287-b3af-4b82-b12e-acff677adee5', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1b25287-b3af-4b82-b12e-acff677adee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:37,015 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:37,016 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-969678b8-3305-4656-a122-67bfb80c8ed1', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969678b8-3305-4656-a122-67bfb80c8ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:38,071 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:02:38,071 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa111b0d-816e-41e0-b8b8-3206f26d67be', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa111b0d-816e-41e0-b8b8-3206f26d67be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:39,131 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.052s 2022-03-23 18:02:39,131 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67ba8d0b-131e-4e20-b2bf-68ae85dec3ea', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ba8d0b-131e-4e20-b2bf-68ae85dec3ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:40,190 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.050s 2022-03-23 18:02:40,191 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec3e29e-7f64-46e1-9048-8e09c55a7982', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec3e29e-7f64-46e1-9048-8e09c55a7982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:41,250 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:41,251 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5da705b-9aba-4662-b771-0e483251fc1b', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5da705b-9aba-4662-b771-0e483251fc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:42,305 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:02:42,306 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85483a22-b059-4dec-a815-9853874fd1c2', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85483a22-b059-4dec-a815-9853874fd1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:43,362 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:43,362 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed6e23e-2b8a-4655-8a3d-eb5a0c7269ef', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed6e23e-2b8a-4655-8a3d-eb5a0c7269ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:44,415 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:44,416 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4423a07-bd30-42be-9f47-9df428911efd', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4423a07-bd30-42be-9f47-9df428911efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:45,474 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:45,474 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ce3736-8477-487e-adb0-f55f535ea45c', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58ce3736-8477-487e-adb0-f55f535ea45c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:46,531 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:02:46,531 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82832c1e-93b8-49fe-9106-18bef15bb7b3', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82832c1e-93b8-49fe-9106-18bef15bb7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:47,586 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.046s 2022-03-23 18:02:47,586 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef4e818-7cec-45e9-9af3-5dfedcfa5e14', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef4e818-7cec-45e9-9af3-5dfedcfa5e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:48,642 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.048s 2022-03-23 18:02:48,642 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b6a390-e503-46aa-bdd5-7412ef0169ab', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b6a390-e503-46aa-bdd5-7412ef0169ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:49,700 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:02:49,700 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6b604a-9b63-436c-addc-7cf8e8c4b2ea', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6b604a-9b63-436c-addc-7cf8e8c4b2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:50,771 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.062s 2022-03-23 18:02:50,771 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82294beb-9b4f-4f21-a689-ee7a2875501d', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82294beb-9b4f-4f21-a689-ee7a2875501d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:51,837 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.057s 2022-03-23 18:02:51,837 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c789fde-ca52-4ed2-b225-d134b5ee11b1', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c789fde-ca52-4ed2-b225-d134b5ee11b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:52,891 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:52,891 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fff81b4-5556-4e8f-8c07-f250ecb9b9a1', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fff81b4-5556-4e8f-8c07-f250ecb9b9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:53,954 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.055s 2022-03-23 18:02:53,955 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a53d55-531e-4cb8-a66c-e8d0739cd1c4', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a53d55-531e-4cb8-a66c-e8d0739cd1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:55,009 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:02:55,009 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402f7af3-b56e-4762-befd-a869aa668f59', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402f7af3-b56e-4762-befd-a869aa668f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:56,069 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 18:02:56,069 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa7de9d-922b-4564-8430-516a4263f9e3', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aa7de9d-922b-4564-8430-516a4263f9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:57,131 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.051s 2022-03-23 18:02:57,131 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd90443-4b53-4240-8704-7bca97654d25', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd90443-4b53-4240-8704-7bca97654d25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:58,196 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.057s 2022-03-23 18:02:58,196 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c619d79-9dda-44d0-8992-fb2f7aa4a4f7', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c619d79-9dda-44d0-8992-fb2f7aa4a4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:02:59,252 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.047s 2022-03-23 18:02:59,253 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b175a960-6caf-4b37-a832-4e5752f501c0', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b175a960-6caf-4b37-a832-4e5752f501c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:03:00,310 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.045s 2022-03-23 18:03:00,311 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822bb205-40ee-45f3-a6ae-2c160e487730', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822bb205-40ee-45f3-a6ae-2c160e487730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:03:01,367 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb 0.049s 2022-03-23 18:03:01,367 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-563f6eb8-97cb-4290-9640-dd9289170b4a', 'content-length': '1660', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-563f6eb8-97cb-4290-9640-dd9289170b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb'} Body: b'{"volume": {"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-03-23T17:32:09.000000", "updated_at": "2022-03-23T17:36:32.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-463356342", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.41/volume/v3/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}, {"rel": "bookmark", "href": "http://10.222.0.41/volume/2aa787500053466faed7680c3c3b3f20/volumes/dbbc2466-d27e-4733-8506-f2a9108091eb"}], "user_id": "a0de7f07b2a245f888675481e73c8347", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "attachment_id": "ab61fb44-6f0e-4b5b-82ff-92aa0f08e510", "volume_id": "dbbc2466-d27e-4733-8506-f2a9108091eb", "server_id": "5f488b07-3a95-4c05-866e-4c30e0bb237d", "host_name": null, "device": "/dev/sda", "attached_at": "2022-03-23T17:36:32.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "79ed06f6-c0b4-47c9-a4de-c4429c987e86", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "2aa787500053466faed7680c3c3b3f20"}}' 2022-03-23 18:03:01,534 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.41:9696/v2.0/security-groups/51046710-7d65-4be9-9467-42455151fd0a 0.159s 2022-03-23 18:03:01,534 117770 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-13fa663b-3146-493a-9db4-68539af263ae', 'content-length': '0', 'date': 'Wed, 23 Mar 2022 18:03:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.41:9696/v2.0/security-groups/51046710-7d65-4be9-9467-42455151fd0a'} Body: b'' 2022-03-23 18:03:01,569 117770 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.41/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1476399083 0.034s 2022-03-23 18:03:01,570 117770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 23 Mar 2022 18:03:01 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-a596e9ff-b99c-49d1-b89d-b9c33741adc9', 'x-compute-request-id': 'req-a596e9ff-b99c-49d1-b89d-b9c33741adc9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.41/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1476399083'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) 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-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 920, in wait_for_resource_deletion raise exceptions.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume-snapshot 7c0030a3-90f5-4934-b8bb-d07b65b8328f within the required time (360 s). Timer started at 1648057497. Timer ended at 1648057857. Waited for 360 s. }}} traceback-3: {{{ Traceback (most recent call last): 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-4: {{{ 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 128, 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, 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 or be disassociated from snapshots after volume transfer.'} }}} traceback-5: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 920, in wait_for_resource_deletion raise exceptions.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume dbbc2466-d27e-4733-8506-f2a9108091eb within the required time (360 s). Timer started at 1648058221. Timer ended at 1648058581. 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 108, in test_volume_boot_pattern snapshot = self.create_volume_snapshot(volume_origin['id'], force=True) File "/opt/stack/tempest/tempest/scenario/manager.py", line 475, in create_volume_snapshot waiters.wait_for_volume_resource_status(self.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 7c0030a3-90f5-4934-b8bb-d07b65b8328f 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
pt15.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
pt16.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
pt17.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
pt18.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
pt19.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
VolumesBackupsV39Test) |
skip
pt19.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt20.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
pt21.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt22.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] |
pass
pt22.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,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
pt23.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
pt24.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_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt26.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
pt26.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt27.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt28.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
pt28.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
pt28.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
pt29.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
pt30.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt31.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt31.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt32.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
pt32.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
pt33.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
pt34.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
pt34.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
pt34.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
pt34.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
pt34.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
pt34.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
pt34.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
pt35.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
pt35.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
pt35.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
pt35.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
pt35.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
pt35.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
pt36.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
pt36.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
pt37.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
pt38.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
pt38.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
pt39.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
pt39.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
pt40.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
pt40.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
pt40.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
pt40.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
pt40.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
pt40.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
pt40.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_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt41.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt43.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
pt43.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
pt43.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
pt43.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
pt43.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
pt44.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
pt44.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
pt45.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
pt45.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt47.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
pt47.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
pt47.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt48.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt51.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
pt52.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
pt53.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
pt54.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
||||||
tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt55.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt55.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
||||||
tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt56.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
pt56.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt65.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
pt65.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
pt65.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 5 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt69.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] |
pass
pt69.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt69.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt69.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt69.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt69.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
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
pt71.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
Total | 231 | 205 | 17 | 0 | 9 |